Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
464
src/app/page.tsx
464
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
brandName="Chef's Table"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,117 +57,68 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Culinary Excellence, Exclusively Yours"
|
||||
description="Indulge in bespoke dining experiences crafted just for you. From intimate dinners to grand celebrations, Chef's Table brings Michelin-star quality directly to your home or chosen venue."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flute-with-two-white-black-porcelain-plates-different-size-served-table-with-natural-fir-branch_132075-6157.jpg",
|
||||
imageAlt: "Gourmet dinner table setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flute-with-two-white-black-porcelain-plates-different-size-served-table-with-natural-fir-branch_132075-6157.jpg", imageAlt: "Gourmet dinner table setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg",
|
||||
imageAlt: "Freshly baked artisan bread",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slies-bread_1063-109.jpg", imageAlt: "Freshly baked artisan bread"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-fresh-bell-pepper-wooden-board-kitchen_169016-50613.jpg",
|
||||
imageAlt: "Private chef cooking at home",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cuts-fresh-bell-pepper-wooden-board-kitchen_169016-50613.jpg", imageAlt: "Private chef cooking at home"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-cocktails-arrangement_23-2150245001.jpg",
|
||||
imageAlt: "Chef slicing meat",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-cocktails-arrangement_23-2150245001.jpg", imageAlt: "Chef slicing meat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-salad_23-2148898547.jpg",
|
||||
imageAlt: "Chef preparing vegetables",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-salad_23-2148898547.jpg", imageAlt: "Chef preparing vegetables"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152941.jpg",
|
||||
imageAlt: "Chef interacting with guests",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152941.jpg", imageAlt: "Chef interacting with guests"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg",
|
||||
imageAlt: "Chef preparing fresh salmon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598358.jpg", imageAlt: "Chef preparing fresh salmon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-salad-with-cheese-tomatoes-white-plate_140725-12491.jpg",
|
||||
imageAlt: "Homemade pasta preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shrimp-salad-with-cheese-tomatoes-white-plate_140725-12491.jpg", imageAlt: "Homemade pasta preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg",
|
||||
imageAlt: "Chef presenting a dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg", imageAlt: "Chef presenting a dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-relaxing-dinner_23-2147736710.jpg",
|
||||
imageAlt: "Chef's knife slicing vegetables",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-relaxing-dinner_23-2147736710.jpg", imageAlt: "Chef's knife slicing vegetables"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-bakery-elements_23-2148006293.jpg",
|
||||
imageAlt: "Ingredients for baking",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-bakery-elements_23-2148006293.jpg", imageAlt: "Ingredients for baking"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917802.jpg",
|
||||
imageAlt: "Private chef serving plated dishes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917802.jpg", imageAlt: "Private chef serving plated dishes"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
{
|
||||
text: "View Sample Menus",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Sample Menus", href: "#menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", alt: "Satisfied client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-happy-man-with-his-smartphone_23-2148230758.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-happy-man-with-his-smartphone_23-2148230758.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-coat-sitting-stairs_1303-11857.jpg",
|
||||
alt: "Event guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-coat-sitting-stairs_1303-11857.jpg", alt: "Event guest"},
|
||||
{
|
||||
src: "asset://home-avatar-4",
|
||||
alt: "Couple enjoying dinner",
|
||||
},
|
||||
src: "asset://home-avatar-4", alt: "Couple enjoying dinner"},
|
||||
{
|
||||
src: "asset://home-avatar-5",
|
||||
alt: "Young woman smiling",
|
||||
},
|
||||
src: "asset://home-avatar-5", alt: "Young woman smiling"},
|
||||
]}
|
||||
avatarText="Trusted by over 100+ discerning clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Exceptional Service",
|
||||
},
|
||||
type: "text", text: "Exceptional Service"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gourmet Quality",
|
||||
},
|
||||
type: "text", text: "Gourmet Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Personalized Menus",
|
||||
},
|
||||
type: "text", text: "Personalized Menus"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Culinary Artistry",
|
||||
},
|
||||
type: "text", text: "Culinary Artistry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unforgettable Experiences",
|
||||
},
|
||||
type: "text", text: "Unforgettable Experiences"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,11 +129,8 @@ export default function LandingPage() {
|
||||
title="Bringing Passion and Precision to Your Plate"
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet the Chef",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Meet the Chef", href: "#contact"},
|
||||
]}
|
||||
description="At Chef's Table, we believe every meal should be an unforgettable experience. Our culinary philosophy centers on sourcing the finest seasonal ingredients, combining innovative techniques with classic flavors, and delivering personalized service that exceeds expectations. From concept to cleanup, we handle every detail, allowing you to relax and savor every moment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,68 +141,33 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "private-dinners",
|
||||
title: "Intimate Dinner Parties",
|
||||
subtitle: "Host a flawless evening",
|
||||
category: "Events",
|
||||
value: "Starting at $150/person",
|
||||
buttons: [
|
||||
id: "private-dinners", title: "Intimate Dinner Parties", subtitle: "Host a flawless evening", category: "Events", value: "Starting at $150/person", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "meal-prep",
|
||||
title: "Gourmet Meal Preparation",
|
||||
subtitle: "Healthy, delicious, and convenient",
|
||||
category: "Weekly",
|
||||
value: "Customized plans",
|
||||
buttons: [
|
||||
id: "meal-prep", title: "Gourmet Meal Preparation", subtitle: "Healthy, delicious, and convenient", category: "Weekly", value: "Customized plans", buttons: [
|
||||
{
|
||||
text: "Explore Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Explore Plans", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "cooking-classes",
|
||||
title: "Private Cooking Classes",
|
||||
subtitle: "Unleash your inner chef",
|
||||
category: "Education",
|
||||
value: "Individual or Group",
|
||||
buttons: [
|
||||
id: "cooking-classes", title: "Private Cooking Classes", subtitle: "Unleash your inner chef", category: "Education", value: "Individual or Group", buttons: [
|
||||
{
|
||||
text: "Book a Class",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Class", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "bespoke-catering",
|
||||
title: "Bespoke Event Catering",
|
||||
subtitle: "Large-scale events, customized menus",
|
||||
category: "Celebrations",
|
||||
value: "Tailored packages",
|
||||
buttons: [
|
||||
id: "bespoke-catering", title: "Bespoke Event Catering", subtitle: "Large-scale events, customized menus", category: "Celebrations", value: "Tailored packages", buttons: [
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "corporate-events",
|
||||
title: "Corporate & Business Dining",
|
||||
subtitle: "Impress clients and colleagues",
|
||||
category: "Professional",
|
||||
value: "Executive dining",
|
||||
buttons: [
|
||||
id: "corporate-events", title: "Corporate & Business Dining", subtitle: "Impress clients and colleagues", category: "Professional", value: "Executive dining", buttons: [
|
||||
{
|
||||
text: "View Options",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "View Options", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -287,47 +184,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "roasted-duck-confit",
|
||||
name: "Roasted Duck Confit",
|
||||
price: "$65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-sauce-dark-background_84443-94477.jpg",
|
||||
imageAlt: "Roasted Duck Confit with cherry reduction",
|
||||
},
|
||||
id: "roasted-duck-confit", name: "Roasted Duck Confit", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-sauce-dark-background_84443-94477.jpg", imageAlt: "Roasted Duck Confit with cherry reduction"},
|
||||
{
|
||||
id: "pan-seared-scallops",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$58",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dish-with-fresh-fish-asparagus-rice-plate_181624-21025.jpg",
|
||||
imageAlt: "Pan-Seared Scallops with saffron risotto",
|
||||
},
|
||||
id: "pan-seared-scallops", name: "Pan-Seared Scallops", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/dish-with-fresh-fish-asparagus-rice-plate_181624-21025.jpg", imageAlt: "Pan-Seared Scallops with saffron risotto"},
|
||||
{
|
||||
id: "handmade-tagliatelle",
|
||||
name: "Handmade Tagliatelle",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-pasta-with-cheese-broccoli-light-gray-background-photo-color-dough-dish-meal-food-green-italy_140725-160398.jpg",
|
||||
imageAlt: "Handmade Tagliatelle with wild mushroom ragu",
|
||||
},
|
||||
id: "handmade-tagliatelle", name: "Handmade Tagliatelle", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-pasta-with-cheese-broccoli-light-gray-background-photo-color-dough-dish-meal-food-green-italy_140725-160398.jpg", imageAlt: "Handmade Tagliatelle with wild mushroom ragu"},
|
||||
{
|
||||
id: "chocolate-hazelnut-torte",
|
||||
name: "Chocolate Hazelnut Torte",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cake-slices-with-choco-cookies-white-surface_140725-91364.jpg",
|
||||
imageAlt: "Chocolate Hazelnut Torte with raspberry coulis",
|
||||
},
|
||||
id: "chocolate-hazelnut-torte", name: "Chocolate Hazelnut Torte", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-cake-slices-with-choco-cookies-white-surface_140725-91364.jpg", imageAlt: "Chocolate Hazelnut Torte with raspberry coulis"},
|
||||
{
|
||||
id: "caprese-salad-artisan",
|
||||
name: "Artisan Caprese Salad",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-cocktail-marble-background_123827-27820.jpg",
|
||||
imageAlt: "Artisan Caprese Salad with balsamic glaze",
|
||||
},
|
||||
id: "caprese-salad-artisan", name: "Artisan Caprese Salad", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-cocktail-marble-background_123827-27820.jpg", imageAlt: "Artisan Caprese Salad with balsamic glaze"},
|
||||
{
|
||||
id: "mediterranean-mezze",
|
||||
name: "Mediterranean Mezze",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-salad-with-avocado-toast_23-2148515429.jpg",
|
||||
imageAlt: "Mediterranean Mezze Platter with homemade hummus",
|
||||
},
|
||||
id: "mediterranean-mezze", name: "Mediterranean Mezze", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-salad-with-avocado-toast_23-2148515429.jpg", imageAlt: "Mediterranean Mezze Platter with homemade hummus"},
|
||||
]}
|
||||
title="Signature Dishes & Menu Highlights"
|
||||
description="A glimpse into our diverse and delectable culinary repertoire."
|
||||
@@ -341,61 +208,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "intimate-dinner",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "From $150/person",
|
||||
name: "Intimate Dinner",
|
||||
buttons: [
|
||||
id: "intimate-dinner", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "From $150/person", name: "Intimate Dinner", buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Customized multi-course menu",
|
||||
"Ingredient sourcing",
|
||||
"On-site preparation & service",
|
||||
"Professional cleanup",
|
||||
],
|
||||
"Customized multi-course menu", "Ingredient sourcing", "On-site preparation & service", "Professional cleanup"],
|
||||
},
|
||||
{
|
||||
id: "exclusive-event",
|
||||
badge: "Premium",
|
||||
badgeIcon: Award,
|
||||
price: "From $200/person",
|
||||
name: "Exclusive Event",
|
||||
buttons: [
|
||||
id: "exclusive-event", badge: "Premium", badgeIcon: Award,
|
||||
price: "From $200/person", name: "Exclusive Event", buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Advanced menu consultation",
|
||||
"Premium ingredient selection",
|
||||
"Dedicated service staff option",
|
||||
"Wine pairing suggestions",
|
||||
],
|
||||
"Advanced menu consultation", "Premium ingredient selection", "Dedicated service staff option", "Wine pairing suggestions"],
|
||||
},
|
||||
{
|
||||
id: "weekly-meal-prep",
|
||||
badge: "Convenient",
|
||||
badgeIcon: CheckCircle,
|
||||
price: "From $500/week",
|
||||
name: "Weekly Meal Prep",
|
||||
buttons: [
|
||||
id: "weekly-meal-prep", badge: "Convenient", badgeIcon: CheckCircle,
|
||||
price: "From $500/week", name: "Weekly Meal Prep", buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Personalized dietary planning",
|
||||
"5 days of breakfast, lunch, dinner",
|
||||
"Freshly prepared, portioned meals",
|
||||
"Delivered twice weekly",
|
||||
],
|
||||
"Personalized dietary planning", "5 days of breakfast, lunch, dinner", "Freshly prepared, portioned meals", "Delivered twice weekly"],
|
||||
},
|
||||
]}
|
||||
title="Tailored Culinary Experiences"
|
||||
@@ -410,59 +247,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "Absolutely incredible! Chef's Table transformed my anniversary dinner into an unforgettable event. Every dish was a masterpiece, beautifully presented and bursting with flavor. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_foodie", testimonial: "Absolutely incredible! Chef's Table transformed my anniversary dinner into an unforgettable event. Every dish was a masterpiece, beautifully presented and bursting with flavor. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
handle: "@michaeltaste",
|
||||
testimonial: "The weekly meal prep service has been a game-changer. Healthy, delicious, and incredibly convenient. I no longer dread cooking after a long day. Pure culinary genius!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg",
|
||||
imageAlt: "Portrait of Michael T.",
|
||||
},
|
||||
id: "2", name: "Michael T.", handle: "@michaeltaste", testimonial: "The weekly meal prep service has been a game-changer. Healthy, delicious, and incredibly convenient. I no longer dread cooking after a long day. Pure culinary genius!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "Portrait of Michael T."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyeats",
|
||||
testimonial: "I hosted a small corporate event, and Chef's Table exceeded all expectations. The food was exquisite, and the service was impeccable. Our guests were thoroughly impressed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-cook-white-cook-suit-wearing-dark-gloves-writing-green_140725-21479.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyeats", testimonial: "I hosted a small corporate event, and Chef's Table exceeded all expectations. The food was exquisite, and the service was impeccable. Our guests were thoroughly impressed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-cook-white-cook-suit-wearing-dark-gloves-writing-green_140725-21479.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@gourmetguru",
|
||||
testimonial: "The private cooking class was so much fun! Chef was patient, knowledgeable, and shared fantastic tips. I can now make a béchamel sauce that actually works!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-lovers-looking-each-other-have-romantic-dinner-with-wine-food_171337-676.jpg",
|
||||
imageAlt: "Portrait of David K.",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@gourmetguru", testimonial: "The private cooking class was so much fun! Chef was patient, knowledgeable, and shared fantastic tips. I can now make a béchamel sauce that actually works!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-lovers-looking-each-other-have-romantic-dinner-with-wine-food_171337-676.jpg", imageAlt: "Portrait of David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessicacooks",
|
||||
testimonial: "Every detail was perfect, from the initial menu planning to the final presentation. It was truly a stress-free and luxurious dining experience. Chef's Table is a must-try!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
imageAlt: "Portrait of Jessica L.",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@jessicacooks", testimonial: "Every detail was perfect, from the initial menu planning to the final presentation. It was truly a stress-free and luxurious dining experience. Chef's Table is a must-try!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", imageAlt: "Portrait of Jessica L."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert S.",
|
||||
handle: "@robertreviews",
|
||||
testimonial: "An absolute master of flavors! The customized menu for my birthday party was phenomenal. My guests are still raving about the appetizers and the main course. Flawless!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-office-employee-waiting-waitress_1262-18547.jpg",
|
||||
imageAlt: "Portrait of Robert S.",
|
||||
},
|
||||
id: "6", name: "Robert S.", handle: "@robertreviews", testimonial: "An absolute master of flavors! The customized menu for my birthday party was phenomenal. My guests are still raving about the appetizers and the main course. Flawless!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-office-employee-waiting-waitress_1262-18547.jpg", imageAlt: "Portrait of Robert S."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -475,14 +276,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Gourmet Magazine",
|
||||
"Food & Wine",
|
||||
"Local Bites",
|
||||
"Chef's Network",
|
||||
"Taste Makers",
|
||||
"Epicurean Society",
|
||||
"Dining Weekly",
|
||||
]}
|
||||
"Gourmet Magazine", "Food & Wine", "Local Bites", "Chef's Network", "Taste Makers", "Epicurean Society", "Dining Weekly"]}
|
||||
title="Trusted by Food Lovers & Leading Brands"
|
||||
description="Our culinary artistry has graced events for discerning clients and notable organizations."
|
||||
showCard={false}
|
||||
@@ -495,45 +289,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I book a private chef experience?",
|
||||
content: "Simply fill out our contact form or give us a call to discuss your event details, preferences, and dietary needs. We'll then provide a custom menu proposal and quote.",
|
||||
},
|
||||
id: "q1", title: "How do I book a private chef experience?", content: "Simply fill out our contact form or give us a call to discuss your event details, preferences, and dietary needs. We'll then provide a custom menu proposal and quote."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you accommodate dietary restrictions?",
|
||||
content: "Absolutely. We specialize in tailoring menus to individual dietary requirements, allergies, and preferences, ensuring a safe and delightful dining experience for everyone.",
|
||||
},
|
||||
id: "q2", title: "Do you accommodate dietary restrictions?", content: "Absolutely. We specialize in tailoring menus to individual dietary requirements, allergies, and preferences, ensuring a safe and delightful dining experience for everyone."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What's included in your private dinner service?",
|
||||
content: "Our private dinner service includes menu planning, ingredient sourcing, on-site meal preparation, professional serving, and complete kitchen cleanup after the event.",
|
||||
},
|
||||
id: "q3", title: "What's included in your private dinner service?", content: "Our private dinner service includes menu planning, ingredient sourcing, on-site meal preparation, professional serving, and complete kitchen cleanup after the event."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can you handle large events and parties?",
|
||||
content: "Yes, we cater to various event sizes, from intimate dinners to larger gatherings. For bigger events, we can arrange additional service staff as needed.",
|
||||
},
|
||||
id: "q4", title: "Can you handle large events and parties?", content: "Yes, we cater to various event sizes, from intimate dinners to larger gatherings. For bigger events, we can arrange additional service staff as needed."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you offer cooking classes for beginners?",
|
||||
content: "Our private cooking classes are designed for all skill levels, from novice cooks to aspiring gourmets. We customize the curriculum to match your interests and experience.",
|
||||
},
|
||||
id: "q5", title: "Do you offer cooking classes for beginners?", content: "Our private cooking classes are designed for all skill levels, from novice cooks to aspiring gourmets. We customize the curriculum to match your interests and experience."},
|
||||
{
|
||||
id: "q6",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve the [Your City/Region] area, but we are open to travel for special events. Please contact us to discuss your location.",
|
||||
},
|
||||
id: "q6", title: "What areas do you serve?", content: "We primarily serve the [Your City/Region] area, but we are open to travel for special events. Please contact us to discuss your location."},
|
||||
{
|
||||
id: "q7",
|
||||
title: "How far in advance should I book?",
|
||||
content: "We recommend booking at least 2-4 weeks in advance, especially for larger events or during peak seasons, to ensure availability and thorough planning.",
|
||||
},
|
||||
id: "q7", title: "How far in advance should I book?", content: "We recommend booking at least 2-4 weeks in advance, especially for larger events or during peak seasons, to ensure availability and thorough planning."},
|
||||
{
|
||||
id: "q8",
|
||||
title: "Is a deposit required?",
|
||||
content: "Yes, a non-refundable deposit is typically required to secure your booking, with the remaining balance due on the day of the event or service.",
|
||||
},
|
||||
id: "q8", title: "Is a deposit required?", content: "Yes, a non-refundable deposit is typically required to secure your booking, with the remaining balance due on the day of the event or service."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our services and booking process."
|
||||
@@ -545,18 +315,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
text="Ready to Savor the Experience? Let's Plan Your Next Culinary Masterpiece."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@chefstable.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@chefstable.com"},
|
||||
{
|
||||
text: "Call Us: (123) 456-7890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us: (123) 456-7890", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -566,66 +331,39 @@ export default function LandingPage() {
|
||||
logoText="Chef's Table"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Private Dinners",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Private Dinners", href: "#services"},
|
||||
{
|
||||
label: "Meal Prep",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Meal Prep", href: "#services"},
|
||||
{
|
||||
label: "Cooking Classes",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Cooking Classes", href: "#services"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Catering", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user