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"