diff --git a/src/app/page.tsx b/src/app/page.tsx index 50a3001..4912472 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,8 +122,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass-book_23-2148453642.jpg", imageAlt: "Espresso shot"}, { imageSrc: "http://img.b2bpic.net/free-photo/symbol-plus-minus-made-from-coffee-beans-isolated-white-background_169016-52946.jpg", imageAlt: "Coffee beans"}, - ], - imageSrc: "http://img.b2bpic.net/free-vector/coffee-shop-logo-food-business-template-branding-design-vector-coffee-kind-made-with-love-text_53876-140606.jpg", imageAlt: "espresso shot close up crema"}, + ] + }, { title: "Signature Iced Drinks", description: "From classic iced lattes to our unique Pistachio Matcha, find your cool and refreshing favorite.", icon: Leaf, mediaItems: [ @@ -131,8 +131,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/ice-falling-into-glass-with-brown-drink_1194-1150.jpg", imageAlt: "Iced coffee"}, { imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7857.jpg", imageAlt: "Latte art"}, - ], - imageSrc: "http://img.b2bpic.net/free-photo/warm-cup-tea-rainy-afternoon-steam-rising-soft-golden-light-that-filters-through-rainstreaked-windows_73899-27535.jpg", imageAlt: "espresso shot close up crema"}, + ] + }, { title: "Artisanal Pastries", description: "Baked fresh daily, our croissants, muffins, and desserts are the perfect complement to your beverage.", icon: Cookie, mediaItems: [ @@ -140,8 +140,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-doughnuts-black-surface-stone-board_114579-17439.jpg", imageAlt: "Croissant"}, { imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-little-delicious-cake-along-with-sweet-banhles-dark-desk_140725-32687.jpg", imageAlt: "Croissant icon"}, - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-with-heart-latte-art_1170-693.jpg", imageAlt: "espresso shot close up crema"}, + ] + } ]} title="Curated Delights" description="Explore a selection of our signature coffees, refreshing iced drinks, and freshly baked pastries." @@ -250,7 +250,7 @@ export default function LandingPage() { description="Locate us at 117 W 4th St, Royal Oak, MI 48067. We're open daily to serve you the finest coffee and a welcoming atmosphere. Find us easily via Google Maps or connect with us on social media." buttons={[ { - text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=117+W+4th+St,+Royal Oak,+MI+48067"}, + text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=117+W+4th+St,+Royal+Oak,+MI+48067"}, { text: "Call Us", href: "tel:+1248-555-1234"}, ]}