From 326d558bf1acb95d62acb0ec9b65e1b5d01e8abb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 13:42:28 +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 478bdc1..a30488c 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/cafe-with-burning-candles-tables_140725-7784.jpg" imageAlt="Cozy interior of FeeCo coffee shop with warm lighting and coffee brewing" mediaAnimation="slide-up" - marqueeItems={[{text:"Locally Sourced Beans",icon:Leaf},{text:"Artisan Roasting",icon:Sparkles},{text:"Community Focused",icon:Users}]} + marqueeItems={[{type: 'text-icon', text:"Locally Sourced Beans",icon:Leaf},{type: 'text-icon', text:"Artisan Roasting",icon:Sparkles},{type: 'text-icon', text:"Community Focused",icon:Users}]} marqueeSpeed={40} showMarqueeCard={true} ariaLabel="Welcome to FeeCo Coffee Shop" -- 2.49.1