/** * Hero section — matches the layout of beachpartyballoons.com's index.html: * full-width image with the logo overlaid, then centered address + CTA. */ export default function Hero() { return ( <> {/* Scrolling announcement bar */}
🎈 Walk-ins welcome! · Delivery available across CT · Over 70 latex colors in stock · Custom arrangements made while you wait · 203.283.5626
{/* Hero image with logo overlay */}
{/* eslint-disable-next-line @next/next/no-img-element */} Beach Party Balloons {/* eslint-disable-next-line @next/next/no-img-element */} Beach Party Balloons logo
{/* Address + contact */}

Shop Online

554 Boston Post Road, Milford, CT 06460

203.283.5626

{/* Intro image + copy */}
{/* eslint-disable-next-line @next/next/no-img-element */} Organic balloon arrangement

Walk-ins welcome!

Pick up a balloon arrangement for birthdays or any occasion. We will make it while you wait!

We have hundreds of foil balloon choices in stock and over 70 latex colors!

...Or consult with one of our designers about your balloon decorating needs.

{/* eslint-disable-next-line @next/next/no-img-element */} Delivery balloon arrangement

Delivery available!

Have your balloons delivered! Our delivery staff will make sure your order arrives safe and sound!


) }