Merge version_1 into main #1
301
src/app/page.tsx
301
src/app/page.tsx
@@ -32,28 +32,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "products" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Chef Julian"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,37 +47,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Chef Julian"
|
||||
description="Experience fine dining in the comfort of your own home. Personalized culinary journeys crafted for your most memorable occasions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Experience",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Experience", href: "#contact" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg",
|
||||
imageAlt: "Chef plating gourmet food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-white-plate_114579-17175.jpg",
|
||||
imageAlt: "Elegant dining table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728017.jpg",
|
||||
imageAlt: "Chef at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-pots-pans-isolated-white_93675-129991.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-dish-healthy-food_23-2148145628.jpg",
|
||||
imageAlt: "Luxury kitchen",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg",
|
||||
imageAlt: "Dessert plating",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727993.jpg", imageAlt: "Chef plating gourmet food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-white-plate_114579-17175.jpg", imageAlt: "Elegant dining table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728017.jpg", imageAlt: "Chef at work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-pots-pans-isolated-white_93675-129991.jpg", imageAlt: "Fresh ingredients" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-dish-healthy-food_23-2148145628.jpg", imageAlt: "Luxury kitchen" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Dessert plating" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,21 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Life Defined by Flavor"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Events Catered",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Briefcase,
|
||||
label: "Michelin Experience",
|
||||
value: "3 Stars",
|
||||
},
|
||||
{ icon: Award, label: "Years Experience", value: "15+" },
|
||||
{ icon: Star, label: "Events Catered", value: "500+" },
|
||||
{ icon: Briefcase, label: "Michelin Experience", value: "3 Stars" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,42 +79,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Intimate Dinner",
|
||||
price: "From $500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Corporate Event",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Seasonal Tasting",
|
||||
price: "From $120/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-green-sauce-table_140725-2118.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cooking Masterclass",
|
||||
price: "From $300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Wedding Reception",
|
||||
price: "Quote Requested",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-peppers-with-raw-pasta-uncooked-macaroni-black_114579-62057.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cocktail Hour Canapés",
|
||||
price: "From $45/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-radish-tomato-cucumber-feta-cheese-cubes-arugula_140725-470.jpg",
|
||||
},
|
||||
{ id: "1", name: "Intimate Dinner", price: "From $500", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg" },
|
||||
{ id: "2", name: "Corporate Event", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-caprice-salad-male-hand-holds-tray_141793-2875.jpg" },
|
||||
{ id: "3", name: "Seasonal Tasting", price: "From $120/pp", imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-green-sauce-table_140725-2118.jpg" },
|
||||
{ id: "4", name: "Cooking Masterclass", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg" },
|
||||
{ id: "5", name: "Wedding Reception", price: "Quote Requested", imageSrc: "http://img.b2bpic.net/free-photo/two-peppers-with-raw-pasta-uncooked-macaroni-black_114579-62057.jpg" },
|
||||
{ id: "6", name: "Cocktail Hour Canapés", price: "From $45/pp", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-salad-with-radish-tomato-cucumber-feta-cheese-cubes-arugula_140725-470.jpg" },
|
||||
]}
|
||||
title="Signature Services"
|
||||
description="From intimate dinners to large celebrations, each menu is bespoke, seasonal, and crafted with precision."
|
||||
@@ -177,57 +98,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "essential",
|
||||
badge: "Popular",
|
||||
price: "$500",
|
||||
subtitle: "Perfect for small family gatherings",
|
||||
features: [
|
||||
"Personalized menu design",
|
||||
"Market-fresh sourcing",
|
||||
"Post-event cleanup",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Essential",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "essential", badge: "Popular", price: "$500", subtitle: "Perfect for small family gatherings", features: ["Personalized menu design", "Market-fresh sourcing", "Post-event cleanup"],
|
||||
buttons: [{ text: "Select Essential", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Chosen",
|
||||
price: "$1200",
|
||||
subtitle: "Elevated experience for dinner parties",
|
||||
features: [
|
||||
"5-course tasting menu",
|
||||
"Wine pairing consultation",
|
||||
"Server included",
|
||||
"Full cleanup",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "premium", badge: "Most Chosen", price: "$1200", subtitle: "Elevated experience for dinner parties", features: ["5-course tasting menu", "Wine pairing consultation", "Server included", "Full cleanup"],
|
||||
buttons: [{ text: "Select Premium", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Bespoke",
|
||||
price: "Custom",
|
||||
subtitle: "The ultimate luxury event package",
|
||||
features: [
|
||||
"Full event planning",
|
||||
"Custom decor curation",
|
||||
"Dedicated waitstaff",
|
||||
"Sommelier service",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "elite", badge: "Bespoke", price: "Custom", subtitle: "The ultimate luxury event package", features: ["Full event planning", "Custom decor curation", "Dedicated waitstaff", "Sommelier service"],
|
||||
buttons: [{ text: "Request Quote", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
title="Menu Packages"
|
||||
@@ -239,36 +119,12 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190953.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598348.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Mark V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-pastry-arugula-white-plate_140725-2958.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg" },
|
||||
{ id: "2", name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg" },
|
||||
{ id: "3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427596.jpg" },
|
||||
{ id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190953.jpg" },
|
||||
{ id: "5", name: "Jane K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598348.jpg" },
|
||||
{ id: "6", name: "Mark V.", imageSrc: "http://img.b2bpic.net/free-photo/fish-pastry-arugula-white-plate_140725-2958.jpg" },
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Testimonials"
|
||||
@@ -280,26 +136,10 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How far in advance should I book?",
|
||||
content: "I recommend booking at least 4-6 weeks in advance for weekend events and dinner parties to ensure availability.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you handle dietary requirements?",
|
||||
content: "Absolutely. Whether it's gluten-free, vegan, or specific allergies, I tailor all menus to your dietary needs.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What equipment do I need?",
|
||||
content: "I provide all ingredients and standard kitchen tools. I'll discuss any specific equipment needs during our pre-event planning call.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What areas do you serve?",
|
||||
content: "I serve the greater metropolitan area and am available for travel for select destination events.",
|
||||
},
|
||||
{ id: "1", title: "How far in advance should I book?", content: "I recommend booking at least 4-6 weeks in advance for weekend events and dinner parties to ensure availability." },
|
||||
{ id: "2", title: "Do you handle dietary requirements?", content: "Absolutely. Whether it's gluten-free, vegan, or specific allergies, I tailor all menus to your dietary needs." },
|
||||
{ id: "3", title: "What equipment do I need?", content: "I provide all ingredients and standard kitchen tools. I'll discuss any specific equipment needs during our pre-event planning call." },
|
||||
{ id: "4", title: "What areas do you serve?", content: "I serve the greater metropolitan area and am available for travel for select destination events." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about booking Chef Julian for your next private event."
|
||||
@@ -312,14 +152,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food & Wine Magazine",
|
||||
"Hospitality Award 2024",
|
||||
"Luxury Lifestyle Guide",
|
||||
"Event Planning Pros",
|
||||
"Chef Network Weekly",
|
||||
"Local Business Association",
|
||||
"Top Chef Global",
|
||||
]}
|
||||
"Food & Wine Magazine", "Hospitality Award 2024", "Luxury Lifestyle Guide", "Event Planning Pros", "Chef Network Weekly", "Local Business Association", "Top Chef Global"]}
|
||||
title="As Featured In & Partnered With"
|
||||
description="Proudly recognized by leading names in the hospitality and culinary arts industry."
|
||||
/>
|
||||
@@ -328,9 +161,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Inquire Today"
|
||||
title="Start Your Culinary Journey"
|
||||
description="Ready to bring the restaurant experience into your home? Reach out to check availability and start crafting your bespoke menu."
|
||||
@@ -342,53 +173,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#products" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ title: "Follow", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }] },
|
||||
]}
|
||||
logoText="Chef Julian"
|
||||
/>
|
||||
@@ -396,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user