diff --git a/src/app/page.tsx b/src/app/page.tsx index bf207c4..255505d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,9 +56,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg", imageAlt: "Atmospheric Lelos interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg?_wi=1", imageAlt: "Atmospheric Lelos interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg", imageAlt: "Handcrafted cocktails"} + imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=1", imageAlt: "Handcrafted cocktails"} ]} mediaAnimation="slide-up" rating={5} @@ -117,17 +117,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Morning Risotto", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg"}, + id: "p1", name: "Morning Risotto", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=1"}, { - id: "p2", name: "Signature Spritz", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg"}, + id: "p2", name: "Signature Spritz", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=2"}, { - id: "p3", name: "Evening Flatbread", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg"}, + id: "p3", name: "Evening Flatbread", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=2"}, { - id: "p4", name: "House Brew Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg"}, + id: "p4", name: "House Brew Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg?_wi=1"}, { - id: "p5", name: "Artisan Cocktail", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg"}, + id: "p5", name: "Artisan Cocktail", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=3"}, { - id: "p6", name: "Daily Dessert", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg"}, + id: "p6", name: "Daily Dessert", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=3"}, ]} title="Taste & Craft" description="From brunch plates to late-night pours, our menu is designed to surprise and comfort." @@ -140,13 +140,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Regular Guest", quote: "A beautiful, warm place with an unforgettable atmosphere.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg", imageAlt: "cozy cafe bar interior mood lighting"}, + id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Regular Guest", quote: "A beautiful, warm place with an unforgettable atmosphere.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-camping_23-2149733149.jpg?_wi=2", imageAlt: "cozy cafe bar interior mood lighting"}, { - id: "t2", name: "Michael C.", date: "Sep 2023", title: "Music Fan", quote: "Feels like home. Friendly people, amazing vibe.", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/sun-shines-faces-stunning-woman-sitting-red-sunglasses-cafe_8353-5111.jpg", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg", imageAlt: "handcrafted cocktail bar drink closeup"}, + id: "t2", name: "Michael C.", date: "Sep 2023", title: "Music Fan", quote: "Feels like home. Friendly people, amazing vibe.", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/sun-shines-faces-stunning-woman-sitting-red-sunglasses-cafe_8353-5111.jpg", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-beverage-cocktail-with-smoke_23-2148722515.jpg?_wi=4", imageAlt: "handcrafted cocktail bar drink closeup"}, { - id: "t3", name: "Emily R.", date: "Nov 2023", title: "Foodie", quote: "Perfect for relaxing, music, and long conversations.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-book-coffee-shop_23-2150378308.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg", imageAlt: "cafe interior artistic cozy decor"}, + id: "t3", name: "Emily R.", date: "Nov 2023", title: "Foodie", quote: "Perfect for relaxing, music, and long conversations.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-book-coffee-shop_23-2150378308.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together_23-2149241597.jpg?_wi=2", imageAlt: "cafe interior artistic cozy decor"}, { - id: "t4", name: "David K.", date: "Aug 2023", title: "Coffee Lover", quote: "The best place to hide away from city noise.", tag: "Oasis", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg", imageAlt: "gourmet brunch risotto plate rustic"}, + id: "t4", name: "David K.", date: "Aug 2023", title: "Coffee Lover", quote: "The best place to hide away from city noise.", tag: "Oasis", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_1220-4232.jpg?_wi=4", imageAlt: "gourmet brunch risotto plate rustic"}, { id: "t5", name: "Anna P.", date: "Dec 2023", title: "Local", quote: "Always the right music and the perfect drink.", tag: "Spot", avatarSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628493.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-delicious-cocktail_23-2150166188.jpg", imageAlt: "portrait happy guest casual dining"}, ]}