From 3d6e1e13bfb7ba2fc376426259e6d70096b6c8e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 11:51:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f907bc..5bdec51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/half-shot-soft-cake-decorated-with-lemon-chocolate-dark-table_140725-86708.jpg" + imageSrc="http://img.b2bpic.net/free-photo/half-shot-soft-cake-decorated-with-lemon-chocolate-dark-table_140725-86708.jpg?_wi=1" imageAlt="Exquisite gourmet plating" /> @@ -88,7 +88,7 @@ export default function LandingPage() { title: "Client Satisfaction", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-sieving-flour-bowl_23-2149720729.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-sieving-flour-bowl_23-2149720729.jpg?_wi=1" imageAlt="Chef preparing a seasonal dish" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -106,7 +106,7 @@ export default function LandingPage() { title: "Private Fine Dining", description: "A fully immersive 5-course meal curated to your dietary preferences and palate.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-880.jpg?_wi=1", imageAlt: "Private dining setup", }, items: [ @@ -120,7 +120,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/half-shot-soft-cake-decorated-with-lemon-chocolate-dark-table_140725-86708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-shot-soft-cake-decorated-with-lemon-chocolate-dark-table_140725-86708.jpg?_wi=2", imageAlt: "elegant gourmet plated dish", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-sieving-flour-bowl_23-2149720729.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-sieving-flour-bowl_23-2149720729.jpg?_wi=2", imageAlt: "professional private chef portrait", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pancakes-colored-coffee_1321-880.jpg?_wi=2", imageAlt: "private dinner catering event", }, ]} @@ -186,7 +186,7 @@ export default function LandingPage() { role: "Host", company: "Private Event", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-cheerful-woman-with-glass-table_23-2148024533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-cheerful-woman-with-glass-table_23-2148024533.jpg?_wi=1", }, { id: "t2", @@ -218,7 +218,7 @@ export default function LandingPage() { role: "Manager", company: "Urban Bistro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-cheerful-woman-with-glass-table_23-2148024533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-near-cheerful-woman-with-glass-table_23-2148024533.jpg?_wi=2", }, ]} title="Voices of Gastronomy" -- 2.49.1