From 56201ac6e16e65e974ec9d315708596c3c875064 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:27:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ec581..9c889f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,10 +95,11 @@ export default function LandingPage() { { value: "20+", title: "Years Mastering Culinary Arts" }, { value: "3★", title: "Michelin Star Recognition" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg" imageAlt="Professional Kitchen" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -206,7 +207,7 @@ export default function LandingPage() { title="Reserve Your Experience" description="Book a memorable dining experience or inquire about private chef services and catering opportunities." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16143.jpg" imageAlt="Professional Kitchen" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1