From d36acfa1b3d12a239b3f22ce7f06c5fc4eab58f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:56:02 +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 841aff1..f85de04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Intimate Ambiance", description: "Each table is positioned to create a private dining experience with warm lighting, soft music, and carefully curated decor that enhances every moment", media: { - imageSrc: "http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg?_wi=1" }, items: [ { icon: Sparkles, text: "Candlelit tables" }, @@ -113,7 +113,7 @@ export default function LandingPage() { }, { id: "2", title: "Personalized Service", description: "Our attentive staff anticipates your needs, offering thoughtful recommendations and ensuring your comfort throughout the evening with genuine hospitality", media: { - imageSrc: "http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg?_wi=2" }, items: [ { icon: Users, text: "Expert staff" }, @@ -138,13 +138,13 @@ export default function LandingPage() { carouselMode="buttons" members={[ { - id: "1", name: "Chef Marcel Rousseau", role: "Executive Chef & Owner", imageSrc: "http://img.b2bpic.net/free-photo/positive-sous-chef-cutting-fresh-herbs-be-used-gourmet-cuisine-dishes-while-looking-camera-gastronomy-expert-wearing-cooking-uniform-while-preparing-garnish-dinner-service_482257-41989.jpg" + id: "1", name: "Chef Marcel Rousseau", role: "Executive Chef & Owner", imageSrc: "http://img.b2bpic.net/free-photo/positive-sous-chef-cutting-fresh-herbs-be-used-gourmet-cuisine-dishes-while-looking-camera-gastronomy-expert-wearing-cooking-uniform-while-preparing-garnish-dinner-service_482257-41989.jpg?_wi=1" }, { - id: "2", name: "Sous Chef Elena", role: "Head of Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/positive-sous-chef-cutting-fresh-herbs-be-used-gourmet-cuisine-dishes-while-looking-camera-gastronomy-expert-wearing-cooking-uniform-while-preparing-garnish-dinner-service_482257-41989.jpg" + id: "2", name: "Sous Chef Elena", role: "Head of Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/positive-sous-chef-cutting-fresh-herbs-be-used-gourmet-cuisine-dishes-while-looking-camera-gastronomy-expert-wearing-cooking-uniform-while-preparing-garnish-dinner-service_482257-41989.jpg?_wi=2" }, { - id: "3", name: "Chef David Park", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/positive-sous-chef-cutting-fresh-herbs-be-used-gourmet-cuisine-dishes-while-looking-camera-gastronomy-expert-wearing-cooking-uniform-while-preparing-garnish-dinner-service_482257-41989.jpg" + id: "3", name: "Chef David Park", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/positive-sous-chef-cutting-fresh-herbs-be-used-gourmet-cuisine-dishes-while-looking-camera-gastronomy-expert-wearing-cooking-uniform-while-preparing-garnish-dinner-service_482257-41989.jpg?_wi=3" } ]} /> @@ -192,7 +192,7 @@ export default function LandingPage() { tagIcon={Phone} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-with-traditional-food-served-thanksgiving-day_23-2148632565.jpg?_wi=3" mediaPosition="right" mediaAnimation="slide-up" inputPlaceholder="Enter your email" -- 2.49.1