diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ba79e2..318452e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,19 +56,19 @@ export default function LandingPage() { testimonials={[ { name: "Margaret Thompson", handle: "@margaretthompson", testimonial: "Chef Cristobal transformed our dinner parties. Every plate is a masterpiece, and the presentation is absolutely stunning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg", imageAlt: "Margaret Thompson portrait" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg?_wi=1", imageAlt: "Margaret Thompson portrait" }, { name: "James Richardson", handle: "@jrichardson", testimonial: "The attention to detail and culinary expertise is unmatched. Our guests still talk about the meals weeks later.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173232.jpg", imageAlt: "James Richardson portrait" + imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173232.jpg?_wi=1", imageAlt: "James Richardson portrait" }, { name: "Sofia & Marcus", handle: "@sofiaandmarcus", testimonial: "Perfect for our anniversary dinner. Romantic, elegant, and absolutely delicious. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", imageAlt: "Sofia and Marcus portrait" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg?_wi=1", imageAlt: "Sofia and Marcus portrait" }, { name: "The Chen Family", handle: "@chenfamily", testimonial: "Chef Cristobal created a fusion menu honoring our heritage. A truly memorable culinary experience for our family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg", imageAlt: "Chen Family portrait" + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg?_wi=1", imageAlt: "Chen Family portrait" } ]} testimonialRotationInterval={6000} @@ -109,18 +109,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Private Dinner Parties", description: "Intimate gatherings featuring multi-course menus designed to impress your guests. Sophisticated presentations and personalized service create unforgettable evenings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-squeezing-lime-taco_23-2148750461.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/details-decorated-dining-table-wedding-reception-hall_637285-1006.jpg" } + title: "Private Dinner Parties", description: "Intimate gatherings featuring multi-course menus designed to impress your guests. Sophisticated presentations and personalized service create unforgettable evenings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-squeezing-lime-taco_23-2148750461.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/details-decorated-dining-table-wedding-reception-hall_637285-1006.jpg?_wi=1" } }, { id: 2, - title: "Corporate Catering", description: "Professional catering for executive events, product launches, and business gatherings. Elegant service and exceptional cuisine reflect your brand excellence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/details-decorated-dining-table-wedding-reception-hall_637285-1006.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-squeezing-lime-taco_23-2148750461.jpg" } + title: "Corporate Catering", description: "Professional catering for executive events, product launches, and business gatherings. Elegant service and exceptional cuisine reflect your brand excellence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/details-decorated-dining-table-wedding-reception-hall_637285-1006.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-squeezing-lime-taco_23-2148750461.jpg?_wi=2" } }, { id: 3, title: "Menu Consultation & Planning", description: "Collaborative menu design sessions to craft the perfect dining experience. I work closely with you to understand your vision and dietary requirements.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722264.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=1" } } ]} showStepNumbers={true} @@ -145,22 +145,22 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={[ { - id: "1", title: "Exceptional Culinary Artistry", quote: "Every dish was a work of art. The flavors were perfectly balanced, and the presentation was absolutely stunning. Our guests are still raving about the experience.", name: "Margaret Thompson", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg", imageAlt: "Margaret Thompson" + id: "1", title: "Exceptional Culinary Artistry", quote: "Every dish was a work of art. The flavors were perfectly balanced, and the presentation was absolutely stunning. Our guests are still raving about the experience.", name: "Margaret Thompson", role: "Restaurant Owner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg?_wi=2", imageAlt: "Margaret Thompson" }, { - id: "2", title: "Professional & Reliable", quote: "Chef Cristobal understood our vision perfectly and executed it flawlessly. From menu planning to service, everything was handled with utmost professionalism.", name: "James Richardson", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173232.jpg", imageAlt: "James Richardson" + id: "2", title: "Professional & Reliable", quote: "Chef Cristobal understood our vision perfectly and executed it flawlessly. From menu planning to service, everything was handled with utmost professionalism.", name: "James Richardson", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173232.jpg?_wi=2", imageAlt: "James Richardson" }, { - id: "3", title: "Unforgettable Anniversary", quote: "We wanted something special for our anniversary, and Chef Cristobal delivered beyond our expectations. Romantic, elegant, and absolutely delicious.", name: "Sofia & Marcus", role: "Couple", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", imageAlt: "Sofia and Marcus" + id: "3", title: "Unforgettable Anniversary", quote: "We wanted something special for our anniversary, and Chef Cristobal delivered beyond our expectations. Romantic, elegant, and absolutely delicious.", name: "Sofia & Marcus", role: "Couple", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg?_wi=2", imageAlt: "Sofia and Marcus" }, { - id: "4", title: "Cultural & Culinary Excellence", quote: "The fusion menu honoring our family heritage was incredibly thoughtful and delicious. A true celebration of flavors and culture.", name: "David Chen", role: "Family Patriarch", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg", imageAlt: "Chen Family" + id: "4", title: "Cultural & Culinary Excellence", quote: "The fusion menu honoring our family heritage was incredibly thoughtful and delicious. A true celebration of flavors and culture.", name: "David Chen", role: "Family Patriarch", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg?_wi=2", imageAlt: "Chen Family" }, { - id: "5", title: "Elevates Every Occasion", quote: "Whether it's an intimate dinner or a grand celebration, Chef Cristobal brings sophistication and excellence to every event.", name: "Elizabeth Moore", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg", imageAlt: "Elizabeth Moore" + id: "5", title: "Elevates Every Occasion", quote: "Whether it's an intimate dinner or a grand celebration, Chef Cristobal brings sophistication and excellence to every event.", name: "Elizabeth Moore", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598337.jpg?_wi=3", imageAlt: "Elizabeth Moore" }, { - id: "6", title: "Culinary Innovation", quote: "The creative approach to traditional dishes is remarkable. Every course surprised and delighted us. Truly a culinary artist.", name: "Robert Anderson", role: "Luxury Home Owner", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173232.jpg", imageAlt: "Robert Anderson" + id: "6", title: "Culinary Innovation", quote: "The creative approach to traditional dishes is remarkable. Every course surprised and delighted us. Truly a culinary artist.", name: "Robert Anderson", role: "Luxury Home Owner", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173232.jpg?_wi=3", imageAlt: "Robert Anderson" } ]} /> @@ -175,16 +175,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "500+", title: "Culinary Events", description: "Expertly catered private dinners and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg", imageAlt: "Culinary excellence in action" + id: "1", value: "500+", title: "Culinary Events", description: "Expertly catered private dinners and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=2", imageAlt: "Culinary excellence in action" }, { - id: "2", value: "15+", title: "Years Experience", description: "Professional private chef and culinary expert", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg", imageAlt: "Professional culinary expertise" + id: "2", value: "15+", title: "Years Experience", description: "Professional private chef and culinary expert", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=3", imageAlt: "Professional culinary expertise" }, { - id: "3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations on every engagement", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg", imageAlt: "Excellence in service" + id: "3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations on every engagement", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=4", imageAlt: "Excellence in service" }, { - id: "4", value: "12", title: "Culinary Certifications", description: "Specialized training in global cuisine techniques", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg", imageAlt: "Professional certifications" + id: "4", value: "12", title: "Culinary Certifications", description: "Specialized training in global cuisine techniques", imageSrc: "http://img.b2bpic.net/free-photo/drawer-with-cutlery-modern-kitchen-integrated-organization_169016-69119.jpg?_wi=5", imageAlt: "Professional certifications" } ]} animationType="slide-up"