diff --git a/src/app/page.tsx b/src/app/page.tsx index 362294d..1c3ea30 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728015.jpg" 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?_wi=1" }, + 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/culinary-expert-chef-uniform-prepares-freshly-cut-vegetables-dish_482257-121130.jpg" } }, { @@ -103,16 +103,16 @@ 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?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728015.jpg?_wi=2" } + 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" } } ]} showStepNumbers={true} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground" + textBoxTitleClassName="text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground" /> @@ -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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg" }, { 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-candlelight-celebration-elegant-dining-table-generated-by-ai_188544-16358.jpg" }, { id: "testimonial-3", name: "Marcus Chen", role: "Restaurant Owner", company: "Urban Dining Group", rating: 5, @@ -147,15 +147,15 @@ 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?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg" }, { 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?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-candlelight-celebration-elegant-dining-table-generated-by-ai_188544-16358.jpg" } ]} - titleClassName="text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground" + textBoxTitleClassName="text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground" /> @@ -193,8 +193,8 @@ export default function LandingPage() { ] } ]} - titleClassName="text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground" + textBoxTitleClassName="text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground" /> @@ -234,8 +234,8 @@ export default function LandingPage() { id: "faq-6", title: "What about kitchen access and prep?", content: "We bring all necessary equipment and work efficiently in your kitchen or venue. We conduct a pre-event walkthrough to ensure proper setup and can arrange for additional kitchen rental if needed." } ]} - titleClassName="text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground" + textBoxTitleClassName="text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground" />