From 4c9005531b5c66d5f6481721df1914d6e4241e21 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 16:13:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"