diff --git a/src/app/page.tsx b/src/app/page.tsx index c766ba1..1e2964c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { testimonials={[ { name: "Marco Rossini", handle: "Chef & Founder", testimonial: "Every dish tells the story of Italy and the beauty of this lake. We bring authenticity to every plate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, { name: "Sophie Müller", handle: "Guest", testimonial: "The best dinner we've had. The view, the food, the service—everything was perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -142,13 +142,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Romantic Dinners", description: "Intimate candlelit evenings with stunning lake views, perfect for unforgettable moments with your loved one.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg"}, + title: "Romantic Dinners", description: "Intimate candlelit evenings with stunning lake views, perfect for unforgettable moments with your loved one.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg?_wi=1"}, { id: 2, - title: "Family Meals", description: "Warm, welcoming atmosphere where families create lasting memories over delicious Italian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg"}, + title: "Family Meals", description: "Warm, welcoming atmosphere where families create lasting memories over delicious Italian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg?_wi=2"}, { id: 3, - title: "Business Lunches", description: "Professional service and elegant surroundings provide the perfect setting for successful business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg"}, + title: "Business Lunches", description: "Professional service and elegant surroundings provide the perfect setting for successful business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg?_wi=3"}, ]} buttons={[{ text: "Reserve Now", href: "contact" }]} /> @@ -176,9 +176,9 @@ export default function LandingPage() {