From 658922eb8563cba5e949e34cb53429b96afaa188 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:56:11 +0000 Subject: [PATCH 1/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5ba7b43..9841ac9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -106,7 +106,7 @@ export default function ContactPage() { @@ -130,7 +130,7 @@ export default function GalleryPage() { @@ -130,7 +130,7 @@ export default function OrderPage() { @@ -206,22 +206,22 @@ export default function HomePage() { { id: "1", name: "Sarah Mitchell", role: "Event Planner", testimonial: "Culinary Haven exceeded our expectations! The food was absolutely exquisite, the service impeccable, and the ambiance was perfect for our anniversary dinner. We'll be back again and again.", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Sarah Mitchell", icon: Quote, + "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg?_wi=1", imageAlt: "Sarah Mitchell", icon: Quote, }, { id: "2", name: "Michael Chen", role: "Business Executive", testimonial: "The finest dining experience I've had in years. Every dish was a masterpiece, and the wine pairings were spot-on. The staff made us feel like family.", imageSrc: - "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "Michael Chen", icon: Quote, + "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=1", imageAlt: "Michael Chen", icon: Quote, }, { id: "3", name: "Jennifer Rodriguez", role: "Chef & Food Critic", testimonial: "As someone in the culinary industry, I can appreciate the technique and passion in every plate. This is truly a gem that deserves recognition.", imageSrc: - "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jennifer Rodriguez", icon: Quote, + "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1", imageAlt: "Jennifer Rodriguez", icon: Quote, }, { id: "4", name: "David Thompson", role: "Restaurant Owner", testimonial: "Impressive execution from front to back. The kitchen knows what they're doing, the service is polished, and the value proposition is excellent.", imageSrc: - "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "David Thompson", icon: Quote, + "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg?_wi=1", imageAlt: "David Thompson", icon: Quote, }, ]} /> @@ -243,7 +243,7 @@ export default function HomePage() { @@ -118,7 +118,7 @@ export default function ReviewsPage() {