Update src/app/page.tsx
This commit is contained in:
219
src/app/page.tsx
219
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menus",
|
||||
id: "menus",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menus", id: "menus" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Chef Artisan"
|
||||
/>
|
||||
@@ -54,39 +42,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Culinary Excellence in Your Own Home"
|
||||
description="Indulge in personalized gourmet menus prepared by a professional private chef. Elevate your dining experience with seasonal, farm-to-table cuisine crafted specifically for your palate."
|
||||
tag="Personal Private Chef"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book a Consultation", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg",
|
||||
imageAlt: "Plating gourmet meal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg",
|
||||
imageAlt: "Chef in professional kitchen",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949020.jpg",
|
||||
imageAlt: "Creative assortment of delicious food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg",
|
||||
imageAlt: "Hot california sushi rolls with red caviar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg",
|
||||
imageAlt: "Top view of cooked squashes designed meal inside plate on a grey surface",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dark-bowl-with-pasta-beans-with-spoons-dark-background_23-2148340384.jpg", imageAlt: "Plating gourmet meal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg", imageAlt: "Chef in professional kitchen" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -111,24 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm-to-Table Sourcing",
|
||||
description: "Only the finest, hand-selected seasonal produce and locally raised proteins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-vegetables-dinner-preparation-table_140725-150363.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Seamless execution with attention to every detail, from table settings to wine pairing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg",
|
||||
imageAlt: "Private dining setup",
|
||||
},
|
||||
{
|
||||
title: "Customized Menu Design",
|
||||
description: "Bespoke menus created specifically for your event's theme and your dietary preferences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-tablecloth-with-clipboard_23-2148234923.jpg",
|
||||
imageAlt: "Gourmet menu planning",
|
||||
},
|
||||
{ title: "Farm-to-Table Sourcing", description: "Only the finest, hand-selected seasonal produce and locally raised proteins.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-fresh-vegetables-dinner-preparation-table_140725-150363.jpg", imageAlt: "Fresh ingredients" },
|
||||
{ title: "Impeccable Service", description: "Seamless execution with attention to every detail, from table settings to wine pairing.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "Private dining setup" },
|
||||
{ title: "Customized Menu Design", description: "Bespoke menus created specifically for your event's theme and your dietary preferences.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-tablecloth-with-clipboard_23-2148234923.jpg", imageAlt: "Gourmet menu planning" }
|
||||
]}
|
||||
title="Tailored Culinary Experiences"
|
||||
description="Whether it's a cozy evening or a grand celebration, our services are customized to meet your lifestyle and culinary desires."
|
||||
@@ -142,60 +90,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Seared Scallop Crudo",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Herb-Crusted Wagyu",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_1203-2813.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Vegetable",
|
||||
name: "Seasonal Foraged Garden",
|
||||
price: "Contact for pricing",
|
||||
rating: 4,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-making-tangerine-juice-black-salad-health-meal-food-job-vegetable-fresh-drink-fruit-diet_179666-43855.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Dessert",
|
||||
name: "Chocolate Sphere Experience",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108429.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Signature",
|
||||
name: "Handmade Saffron Tagliatelle",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11937.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Appetizer",
|
||||
name: "Artisan Cheese & Charcuterie",
|
||||
price: "Contact for pricing",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-fruits-plate_140725-1418.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Signature", name: "Seared Scallop Crudo", price: "Contact for pricing", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg" },
|
||||
{ id: "p2", brand: "Signature", name: "Herb-Crusted Wagyu", price: "Contact for pricing", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/steak-beef-meat_1203-2813.jpg" },
|
||||
{ id: "p3", brand: "Vegetable", name: "Seasonal Foraged Garden", price: "Contact for pricing", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-making-tangerine-juice-black-salad-health-meal-food-job-vegetable-fresh-drink-fruit-diet_179666-43855.jpg" },
|
||||
{ id: "p4", brand: "Dessert", name: "Chocolate Sphere Experience", price: "Contact for pricing", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108429.jpg" },
|
||||
{ id: "p5", brand: "Signature", name: "Handmade Saffron Tagliatelle", price: "Contact for pricing", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11937.jpg" },
|
||||
{ id: "p6", brand: "Appetizer", name: "Artisan Cheese & Charcuterie", price: "Contact for pricing", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-fruits-plate_140725-1418.jpg" }
|
||||
]}
|
||||
title="Signature Tasting Menus"
|
||||
description="A curated selection of our most requested culinary masterpieces."
|
||||
@@ -207,46 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing Evening",
|
||||
quote: "The most beautiful dinner party we have ever hosted. Everything was perfect.",
|
||||
name: "Sarah Miller",
|
||||
role: "Host",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-having-wine-salad_23-2148454107.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Unforgettable Anniversary",
|
||||
quote: "Chef Julian made our anniversary truly magical. The service was impeccable.",
|
||||
name: "David and Emma",
|
||||
role: "Anniversary Couple",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-enjoying-home-comfort_23-2149134397.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Incredible Creativity",
|
||||
quote: "The level of creativity and quality brought to our home was unparalleled.",
|
||||
name: "Julia Roberts",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Seamless Experience",
|
||||
quote: "Everything from the sourcing to the cleanup was handled with pure class.",
|
||||
name: "Marcus Chen",
|
||||
role: "Executive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-hand-blond-woman-table_23-2148024532.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Top-Tier Culinary Art",
|
||||
quote: "Professional, clean, and absolutely delicious. Highly recommended for any event.",
|
||||
name: "Olivia Smith",
|
||||
role: "Socialite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-cooked-vegetables-her-friends-dining-table_23-2147947748.jpg",
|
||||
},
|
||||
{ id: "1", title: "Amazing Evening", quote: "The most beautiful dinner party we have ever hosted. Everything was perfect.", name: "Sarah Miller", role: "Host", imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-having-wine-salad_23-2148454107.jpg" },
|
||||
{ id: "2", title: "Unforgettable Anniversary", quote: "Chef Julian made our anniversary truly magical. The service was impeccable.", name: "David and Emma", role: "Anniversary Couple", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adults-enjoying-home-comfort_23-2149134397.jpg" },
|
||||
{ id: "3", title: "Incredible Creativity", quote: "The level of creativity and quality brought to our home was unparalleled.", name: "Julia Roberts", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg" },
|
||||
{ id: "4", title: "Seamless Experience", quote: "Everything from the sourcing to the cleanup was handled with pure class.", name: "Marcus Chen", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-hand-blond-woman-table_23-2148024532.jpg" },
|
||||
{ id: "5", title: "Top-Tier Culinary Art", quote: "Professional, clean, and absolutely delicious. Highly recommended for any event.", name: "Olivia Smith", role: "Socialite", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-cooked-vegetables-her-friends-dining-table_23-2147947748.jpg" }
|
||||
]}
|
||||
title="Stories from Our Tables"
|
||||
description="See why our clients choose Chef Julian to create unforgettable moments."
|
||||
@@ -258,11 +123,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Food & Wine Magazine",
|
||||
"Michelin Guide Partners",
|
||||
"Local Farm Alliance",
|
||||
"Exclusive Dining Society",
|
||||
"Sustainable Sourcing Org",
|
||||
"Food & Wine Magazine", "Michelin Guide Partners", "Local Farm Alliance", "Exclusive Dining Society", "Sustainable Sourcing Org"
|
||||
]}
|
||||
title="Trusted by Gastronomy Leaders"
|
||||
description="We partner with top-tier suppliers and culinary experts to ensure every meal is top quality."
|
||||
@@ -274,21 +135,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What kind of events do you cater?",
|
||||
content: "I cater everything from intimate 2-person dinners to grand dinner parties of 20+ guests.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do you handle dietary restrictions?",
|
||||
content: "I am fully trained in accommodating all allergies and dietary preferences, from vegan to gluten-free, with care.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you handle the cleanup?",
|
||||
content: "Yes, my service includes full cleanup and kitchen leave-behind in the exact state it was found.",
|
||||
},
|
||||
{ id: "q1", title: "What kind of events do you cater?", content: "I cater everything from intimate 2-person dinners to grand dinner parties of 20+ guests." },
|
||||
{ id: "q2", title: "How do you handle dietary restrictions?", content: "I am fully trained in accommodating all allergies and dietary preferences, from vegan to gluten-free, with care." },
|
||||
{ id: "q3", title: "Do you handle the cleanup?", content: "Yes, my service includes full cleanup and kitchen leave-behind in the exact state it was found." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/concentrated-young-chef-wearing-glasses-uniform-cap-holding-looking-knife-cutting-his-hand-with-knife-isolated-purple-background_141793-137963.jpg"
|
||||
imageAlt="Chef consulting"
|
||||
@@ -301,9 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Book Your Experience"
|
||||
title="Begin Your Private Dining Journey"
|
||||
description="Fill out the details, and I will reach out shortly to discuss your custom menu and event requirements."
|
||||
@@ -315,17 +162,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Chef Artisan"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user