Update src/app/page.tsx

This commit is contained in:
2026-02-26 16:13:33 +00:00
parent 7ae029e3f5
commit 4c9005531b

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg" 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" imageAlt="Cozy interior of Drink and Sleep coffee shop with warm lighting and comfortable seating"
mediaAnimation="slide-up" 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} marqueeSpeed={40}
showMarqueeCard={true} showMarqueeCard={true}
ariaLabel="Hero section featuring cozy coffee shop atmosphere" ariaLabel="Hero section featuring cozy coffee shop atmosphere"