diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c3ea30..601a0d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Explore Our Services", href: "#services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728015.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728015.jpg?_wi=1" imageAlt="Professional chef preparing gourmet meal" showDimOverlay={false} className="w-full" @@ -91,7 +91,7 @@ export default function LandingPage() { { id: 1, title: "Private Dinners", description: "Intimate multi-course meals prepared in your home, customized to your tastes and dietary preferences. Perfect for special occasions.", buttons: [{ text: "Learn More", href: "#pricing" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056019.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056019.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/culinary-expert-chef-uniform-prepares-freshly-cut-vegetables-dish_482257-121130.jpg" } }, { @@ -103,8 +103,8 @@ export default function LandingPage() { { id: 3, title: "Menu Consultation", description: "Work directly with me to design custom menus that reflect your vision, dietary requirements, and seasonal availability.", buttons: [{ text: "Learn More", href: "#pricing" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056019.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728015.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-recipe-book-still-life-concept_23-2149056019.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728015.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -131,11 +131,11 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Mitchell", role: "Event Coordinator", company: "Luxury Events Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg?_wi=1" }, { id: "testimonial-2", name: "James & Catherine Hayes", role: "Homeowners", company: "Private Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-candlelight-celebration-elegant-dining-table-generated-by-ai_188544-16358.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-candlelight-celebration-elegant-dining-table-generated-by-ai_188544-16358.jpg?_wi=1" }, { id: "testimonial-3", name: "Marcus Chen", role: "Restaurant Owner", company: "Urban Dining Group", rating: 5, @@ -147,11 +147,11 @@ export default function LandingPage() { }, { id: "testimonial-5", name: "David Thornton", role: "Wedding Planner", company: "Elegant Celebrations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg?_wi=2" }, { id: "testimonial-6", name: "Patricia Morgan", role: "Private Host", company: "Philanthropist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-candlelight-celebration-elegant-dining-table-generated-by-ai_188544-16358.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-candlelight-celebration-elegant-dining-table-generated-by-ai_188544-16358.jpg?_wi=2" } ]} textBoxTitleClassName="text-4xl font-bold text-foreground"