Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 16:29:08 +00:00

View File

@@ -30,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Menu",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Menu", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Chef Excellence"
/>
@@ -59,35 +44,15 @@ export default function LandingPage() {
<HeroOverlay
title="Exquisite Culinary Experiences at Home"
description="Indulge in personalized gourmet menus crafted by a professional private chef, tailored to your palate and perfectly hosted in the comfort of your own kitchen."
buttons={[
{
text: "Book Your Dinner",
href: "#contact",
},
]}
buttons={[{ text: "Book Your Dinner", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg"
imageAlt="Chef preparing a gourmet meal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720769.jpg",
alt: "Female chef in the kitchen preparing plate of steak",
},
{
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg",
alt: "Female chef in the kitchen preparing plate of steak",
},
{
src: "http://img.b2bpic.net/free-photo/man-holds-plate-with-gurza-side-view_141793-4738.jpg",
alt: "Man holds plate with gurza side view",
},
{
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg",
alt: "Female chef in the kitchen preparing plate of steak",
},
{
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934672.jpg",
alt: "Male chef in kitchen cooking",
},
{ src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720769.jpg", alt: "Female chef in the kitchen preparing plate of steak" },
{ src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg", alt: "Female chef in the kitchen preparing plate of steak" },
{ src: "http://img.b2bpic.net/free-photo/man-holds-plate-with-gurza-side-view_141793-4738.jpg", alt: "Man holds plate with gurza side view" },
{ src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg", alt: "Female chef in the kitchen preparing plate of steak" },
{ src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934672.jpg", alt: "Male chef in kitchen cooking" }
]}
avatarText="Satisfied clients across the city"
/>
@@ -97,15 +62,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Meet Your Private Chef",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg",
alt: "Chef",
},
{ type: "text", content: "Meet Your Private Chef" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg", alt: "Chef" }
]}
/>
</div>
@@ -117,23 +75,14 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Personalized Menus",
description: "Custom recipes designed around your preferences.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-cook-cutting-celery-dark-wall-salad-diet-meal-photo-food-colors-cooking-kitchen_179666-17531.jpg",
id: "f1", title: "Personalized Menus", description: "Custom recipes designed around your preferences.", tag: "Menu", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-cook-cutting-celery-dark-wall-salad-diet-meal-photo-food-colors-cooking-kitchen_179666-17531.jpg"
},
{
id: "f2",
title: "Intimate Events",
description: "Perfect for anniversaries, dinners, or corporate nights.",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
id: "f2", title: "Intimate Events", description: "Perfect for anniversaries, dinners, or corporate nights.", tag: "Events", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg"
},
{
id: "f3",
title: "Seamless Hosting",
description: "We take care of shopping, cooking, and cleanup.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-pasta-meat-dish-color-restaurant-dinner-cooking_140725-157533.jpg",
},
id: "f3", title: "Seamless Hosting", description: "We take care of shopping, cooking, and cleanup.", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-dough-slices-with-meatballs-gray-background-pasta-meat-dish-color-restaurant-dinner-cooking_140725-157533.jpg"
}
]}
title="Services Tailored for You"
description="Experience culinary artistry designed to exceed your expectations."
@@ -147,48 +96,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Herb-Crusted Appetizer",
price: "$25",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg",
},
{
id: "p2",
name: "Pan-Seared Wagyu",
price: "$85",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/close-front-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2811.jpg",
},
{
id: "p3",
name: "Butter-Poached Lobster",
price: "$95",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44290.jpg",
},
{
id: "p4",
name: "Dark Chocolate Ganache",
price: "$30",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone_169016-3419.jpg",
},
{
id: "p5",
name: "Truffle Infused Pasta",
price: "$45",
variant: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-topped-with-basil_140725-3803.jpg",
},
{
id: "p6",
name: "Chef Tasting Flight",
price: "$150",
variant: "Full Menu",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg",
},
{ id: "p1", name: "Herb-Crusted Appetizer", price: "$25", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg" },
{ id: "p2", name: "Pan-Seared Wagyu", price: "$85", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/close-front-view-grilled-meat-with-vegetables-lettuce-with-grated-cheese-plate_141793-2811.jpg" },
{ id: "p3", name: "Butter-Poached Lobster", price: "$95", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44290.jpg" },
{ id: "p4", name: "Dark Chocolate Ganache", price: "$30", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-cone_169016-3419.jpg" },
{ id: "p5", name: "Truffle Infused Pasta", price: "$45", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-topped-with-basil_140725-3803.jpg" },
{ id: "p6", name: "Chef Tasting Flight", price: "$150", variant: "Full Menu", imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg" }
]}
title="Signature Menu Selections"
description="Sample our seasonal offerings prepared with fresh, local ingredients."
@@ -199,31 +112,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Eleanor P.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
},
{
id: "t2",
name: "Marcus R.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-elevator_329181-17542.jpg",
},
{
id: "t3",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg",
},
{
id: "t4",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg",
},
{
id: "t5",
name: "Julia M.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-playing-with-lettuce-vegetable-standing-table_23-2147947733.jpg",
},
{ id: "t1", name: "Eleanor P.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
{ id: "t2", name: "Marcus R.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-elevator_329181-17542.jpg" },
{ id: "t3", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-family-reunion_23-2149153754.jpg" },
{ id: "t4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg" },
{ id: "t5", name: "Julia M.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-playing-with-lettuce-vegetable-standing-table_23-2147947733.jpg" }
]}
cardTitle="Guest Reviews"
cardTag="Testimonials"
@@ -236,21 +129,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "How far in advance should I book?",
content: "We recommend booking at least 2 weeks in advance.",
},
{
id: "q2",
title: "Do you cater to dietary restrictions?",
content: "Absolutely, we customize menus for all allergies.",
},
{
id: "q3",
title: "Does the service include cleaning?",
content: "Yes, our team cleans the kitchen after service.",
},
{ id: "q1", title: "How far in advance should I book?", content: "We recommend booking at least 2 weeks in advance." },
{ id: "q2", title: "Do you cater to dietary restrictions?", content: "Absolutely, we customize menus for all allergies." },
{ id: "q3", title: "Does the service include cleaning?", content: "Yes, our team cleans the kitchen after service." }
]}
title="Frequently Asked Questions"
description="Have questions about your private dining experience?"
@@ -261,18 +142,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Inquire"
title="Ready for your private dining experience?"
description="Reach out today to discuss your next culinary event."
buttons={[
{
text: "Contact Us Now",
href: "#contact",
},
]}
buttons={[{ text: "Contact Us Now", href: "#contact" }]}
/>
</div>
@@ -282,39 +156,22 @@ export default function LandingPage() {
logoText="Chef Excellence"
columns={[
{
title: "Navigation",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#features",
},
{
label: "Menu",
href: "#products",
},
],
title: "Navigation", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#features" },
{ label: "Menu", href: "#products" }
]
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" }
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}