diff --git a/src/app/page.tsx b/src/app/page.tsx index dc566a6..397205e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={Coffee} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2150510143.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2150510143.jpg?_wi=1" imageAlt="Cozy interior of One Fine Day Cafe" mediaAnimation="slide-up" metrics={[ @@ -93,19 +93,19 @@ export default function LandingPage() { products={[ { id: "dirty-ube-latte", brand: "Specialty Drink", name: "Dirty Ube Latte", price: "$6.50", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg", imageAlt: "Dirty Ube Latte specialty coffee" + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg?_wi=1", imageAlt: "Dirty Ube Latte specialty coffee" }, { id: "halo-halo-blend", brand: "Blended Drink", name: "Halo Halo Blended", price: "$7.00", rating: 5, - reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg", imageAlt: "Halo Halo tropical blended drink" + reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg?_wi=2", imageAlt: "Halo Halo tropical blended drink" }, { id: "tiramisu-latte", brand: "Specialty Drink", name: "Tiramisu Latte", price: "$6.75", rating: 5, - reviewCount: "108+", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg", imageAlt: "Tiramisu Latte specialty coffee" + reviewCount: "108+", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg?_wi=3", imageAlt: "Tiramisu Latte specialty coffee" }, { id: "portuguese-egg-tarts", brand: "Pastry", name: "Portuguese Egg Tarts", price: "$4.50", rating: 5, - reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cut-cake-with-coffee_23-2148251587.jpg", imageAlt: "Fresh Portuguese egg tarts" + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cut-cake-with-coffee_23-2148251587.jpg?_wi=1", imageAlt: "Fresh Portuguese egg tarts" }, { id: "twisted-chicken-sandwich", brand: "Sandwich", name: "Twisted Chicken Sandwich", price: "$10.99", rating: 5, @@ -113,7 +113,7 @@ export default function LandingPage() { }, { id: "dubai-brownie", brand: "Dessert", name: "Dubai Brownie", price: "$5.99", rating: 5, - reviewCount: "112+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cut-cake-with-coffee_23-2148251587.jpg", imageAlt: "Decadent Dubai Brownie dessert" + reviewCount: "112+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cut-cake-with-coffee_23-2148251587.jpg?_wi=2", imageAlt: "Decadent Dubai Brownie dessert" } ]} ariaLabel="Menu highlights section" @@ -132,15 +132,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Friendly & Welcoming Staff", description: "Our team is dedicated to making every visitor feel valued and cared for with genuine hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2150510143.jpg", imageAlt: "Friendly cafe staff interaction" + title: "Friendly & Welcoming Staff", description: "Our team is dedicated to making every visitor feel valued and cared for with genuine hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2150510143.jpg?_wi=2", imageAlt: "Friendly cafe staff interaction" }, { id: 2, - title: "Cozy Relaxing Atmosphere", description: "Featuring a unique train-themed vibe, our cafe is the perfect escape for coffee lovers and friends alike.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2150510143.jpg", imageAlt: "Relaxing atmosphere at cafe" + title: "Cozy Relaxing Atmosphere", description: "Featuring a unique train-themed vibe, our cafe is the perfect escape for coffee lovers and friends alike.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-traveling-together_23-2150510143.jpg?_wi=3", imageAlt: "Relaxing atmosphere at cafe" }, { id: 3, - title: "Unique Specialty Drinks", description: "Our creative menu offers drinks you won't find elsewhere, crafted with passion and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg", imageAlt: "Specialty drinks showcase" + title: "Unique Specialty Drinks", description: "Our creative menu offers drinks you won't find elsewhere, crafted with passion and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/apple-cocktail-with-flowers-hand_140725-407.jpg?_wi=4", imageAlt: "Specialty drinks showcase" }, { id: 4, @@ -148,7 +148,7 @@ export default function LandingPage() { }, { id: 5, - title: "Perfect for Every Occasion", description: "Whether it's a morning coffee, brunch outing, or sweet treat, we're your ideal destination.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cut-cake-with-coffee_23-2148251587.jpg", imageAlt: "Occasion based offerings" + title: "Perfect for Every Occasion", description: "Whether it's a morning coffee, brunch outing, or sweet treat, we're your ideal destination.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cut-cake-with-coffee_23-2148251587.jpg?_wi=3", imageAlt: "Occasion based offerings" } ]} buttonAnimation="slide-up"