diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ab4d81..1e2bf67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg" imageAlt="Cozy interior of Drink and Sleep coffee shop with warm lighting and comfortable seating" mediaAnimation="slide-up" - marqueeItems={[{text:"Artisan Roasted Beans",icon:Leaf},{text:"Free WiFi & Power Outlets",icon:Wifi},{text:"Local Art on Display",icon:Palette}]} + marqueeItems={[{type: "text-icon", text:"Artisan Roasted Beans",icon:Leaf},{type: "text-icon", text:"Free WiFi & Power Outlets",icon:Wifi},{type: "text-icon", text:"Local Art on Display",icon:Palette}]} marqueeSpeed={40} showMarqueeCard={true} ariaLabel="Hero section featuring cozy coffee shop atmosphere"