Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-30 09:08:34 +00:00

View File

@@ -51,11 +51,11 @@ export default function LandingPage() {
description="Experience bespoke culinary artistry tailored to your palate. From intimate dinners to grand celebrations, your personal chef delivers unforgettable gourmet experiences right to your home."
background={{ variant: "radial-gradient" }}
testimonials={[
{ name: "Sophia L.", handle: "@sophia_l_eats", testimonial: "An absolutely incredible dining experience from start to finish. Every dish was a masterpiece!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg" },
{ name: "Mark D.", handle: "@markd_foodie", testimonial: "The perfect solution for busy professionals. Healthy, delicious, and customized meal prep delivered seamlessly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg" },
{ name: "Emily R.", handle: "@emilyr_host", testimonial: "Our dinner party was a huge success, all thanks to Chef's exquisite menu and flawless service. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
{ name: "David K.", handle: "@davidk_gourmet", testimonial: "Truly a culinary artist! The flavors were extraordinary, and the presentation was simply stunning. A delight for all senses.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-thanksgiving-day-turkey_23-2149129490.jpg" },
{ name: "Olivia M.", handle: "@oliviam_life", testimonial: "My go-to for special occasions. The stress-free experience and restaurant-quality food at home are unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg", imageAlt: "Olivia M."}
{ name: "Sophia L.", handle: "@sophia_l_eats", testimonial: "An absolutely incredible dining experience from start to finish. Every dish was a masterpiece!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg?_wi=1" },
{ name: "Mark D.", handle: "@markd_foodie", testimonial: "The perfect solution for busy professionals. Healthy, delicious, and customized meal prep delivered seamlessly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg?_wi=1" },
{ name: "Emily R.", handle: "@emilyr_host", testimonial: "Our dinner party was a huge success, all thanks to Chef's exquisite menu and flawless service. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=1" },
{ name: "David K.", handle: "@davidk_gourmet", testimonial: "Truly a culinary artist! The flavors were extraordinary, and the presentation was simply stunning. A delight for all senses.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-thanksgiving-day-turkey_23-2149129490.jpg?_wi=1" },
{ name: "Olivia M.", handle: "@oliviam_life", testimonial: "My go-to for special occasions. The stress-free experience and restaurant-quality food at home are unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg?_wi=1", imageAlt: "Olivia M."}
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -124,11 +124,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials" className="mx-auto px-4 md:px-6">
<TestimonialCardSixteen
testimonials={[
{ id: "1", name: "Sarah Johnson", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", role: "CEO", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", role: "Couple", company: "Anniversary Dinner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", role: "Busy Parent", company: "Family Meal Prep", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-thanksgiving-day-turkey_23-2149129490.jpg", imageAlt: "David Kim" },
{ id: "5", name: "Olivia Smith", role: "Event Planner", company: "Charity Gala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg", imageAlt: "Olivia Smith" }
{ id: "1", name: "Sarah Johnson", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24363.jpg?_wi=2", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", role: "CEO", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-dining-out_23-2149212186.jpg?_wi=2", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", role: "Couple", company: "Anniversary Dinner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg?_wi=2", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", role: "Busy Parent", company: "Family Meal Prep", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-preparing-thanksgiving-day-turkey_23-2149129490.jpg?_wi=2", imageAlt: "David Kim" },
{ id: "5", name: "Olivia Smith", role: "Event Planner", company: "Charity Gala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg?_wi=2", imageAlt: "Olivia Smith" }
]}
kpiItems={[
{ value: "100%", label: "Satisfaction Rate" },