From b7a9c759e115910e504e7d20c0a6de1f9d760a13 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:42:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f410248..ee7ac8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,15 +78,15 @@ export default function LandingPage() { imageAlt: "Exquisite fine dining presentation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg?_wi=1", imageAlt: "Fresh ingredients preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg?_wi=1", imageAlt: "Elegant table setting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg?_wi=1", imageAlt: "Culinary detail", }, ]} @@ -116,7 +116,7 @@ export default function LandingPage() { description: "Professional catering and cleanup so you can focus on your guests.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-caesar-salad-with-tomato-lettuce-human-hand-table_176474-3026.jpg?_wi=2" imageAlt="Chef preparing high-end ingredients" mediaAnimation="slide-up" /> @@ -169,14 +169,14 @@ export default function LandingPage() { name: "Julianne M.", role: "Host", testimonial: "An incredible experience. Every course was perfectly executed.", - imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg?_wi=2", }, { id: "2", name: "Marcus R.", role: "Corporate Lead", testimonial: "The highlight of our company retreat. Professional and delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg?_wi=2", }, { id: "3", -- 2.49.1