From 6b62a649a9fad6af90e187960a6c72e82e188ab3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 07:30:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdc4a88..e1d6b08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { value: "1000+", label: "Happy Reviews" } ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg?_wi=1" imageAlt="Fresh English breakfast with eggs, bacon, and toast at Café Parisienne" mediaAnimation="slide-up" imagePosition="right" @@ -96,22 +96,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "english-breakfast", name: "English Breakfast", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg", imageAlt: "Traditional full English breakfast with eggs, bacon, sausage, and toast" + id: "english-breakfast", name: "English Breakfast", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg?_wi=2", imageAlt: "Traditional full English breakfast with eggs, bacon, sausage, and toast" }, { id: "egg-royale", name: "Eggs Royale", price: "£10.95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-toast-cherries-breakfast_23-2148230503.jpg", imageAlt: "Poached eggs with smoked salmon and hollandaise sauce on toasted bread" }, { - id: "cappuccino", name: "Cappuccino", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg", imageAlt: "Freshly made cappuccino with latte art" + id: "cappuccino", name: "Cappuccino", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=1", imageAlt: "Freshly made cappuccino with latte art" }, { id: "fresh-sandwich", name: "Fresh Sandwiches", price: "£8.95", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-slate-with-cucumber-slices-spinach_23-2148465171.jpg", imageAlt: "Gourmet sandwich with fresh ingredients on artisan bread" }, { - id: "pastries", name: "Fresh Pastries", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg", imageAlt: "Freshly baked croissants and pastries from our daily selection" + id: "pastries", name: "Fresh Pastries", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=1", imageAlt: "Freshly baked croissants and pastries from our daily selection" }, { - id: "fresh-juice", name: "Fresh Juices", price: "£5.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg", imageAlt: "Freshly squeezed juices made daily" + id: "fresh-juice", name: "Fresh Juices", price: "£5.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-breakfast_23-2147991109.jpg?_wi=3", imageAlt: "Freshly squeezed juices made daily" } ]} /> @@ -127,7 +127,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg?_wi=1" imageAlt="Warm, inviting interior of Café Parisienne with cozy seating" bulletPoints={[ { @@ -203,18 +203,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "📍 Our Location", description: "Lavender Hill, London\nBattersea, SW11\nEasy street parking available", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg" } + title: "📍 Our Location", description: "Lavender Hill, London\nBattersea, SW11\nEasy street parking available", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-bucket-with-forks-napkins-trendy-cafe-table_181624-8190.jpg?_wi=3" } }, { id: 2, - title: "⏰ Opening Hours", description: "Mon-Fri: 7:00 AM - 4:00 PM\nSat-Sun: 8:00 AM - 5:00 PM\nClosed: Bank Holidays", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg" } + title: "⏰ Opening Hours", description: "Mon-Fri: 7:00 AM - 4:00 PM\nSat-Sun: 8:00 AM - 5:00 PM\nClosed: Bank Holidays", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg?_wi=3" } }, { id: 3, - title: "📞 Get in Touch", description: "Phone: +44 20 7924 5523\nEmail: hello@cafeparisienne.co.uk\nWe're always happy to help!", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg" } + title: "📞 Get in Touch", description: "Phone: +44 20 7924 5523\nEmail: hello@cafeparisienne.co.uk\nWe're always happy to help!", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-wooden-board_23-2147693734.jpg?_wi=3" } } ]} /> @@ -222,7 +222,7 @@ export default function LandingPage() {