Merge version_1 into main #2
195
src/app/page.tsx
195
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chef Artisan"
|
||||
/>
|
||||
@@ -54,63 +46,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevating Your Dining Experience"
|
||||
description="Crafting bespoke culinary moments in the comfort of your home. From intimate dinner parties to sophisticated private events, let's create a menu tailored exactly to your palate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Chef",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Chef", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg"
|
||||
imageAlt="Chef plating a gourmet dish"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-dinner-together_23-2149882931.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-dinner-together_23-2149882931.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149272768.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149272768.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-eating-drinking_23-2149316751.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-eating-drinking_23-2149316751.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-with-smoked-salmon-fillet-grilled-fish-lamb-steak-wine_140725-501.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-with-smoked-salmon-fillet-grilled-fish-lamb-steak-wine_140725-501.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/white-plate-filled-with-delicious-dish-with-vegetables-table_181624-6065.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/white-plate-filled-with-delicious-dish-with-vegetables-table_181624-6065.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 200+ satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
type: "text", text: "Fine Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Menus",
|
||||
},
|
||||
type: "text", text: "Bespoke Menus"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Event Catering",
|
||||
},
|
||||
type: "text", text: "Event Catering"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dietary Expert",
|
||||
},
|
||||
type: "text", text: "Dietary Expert"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Service",
|
||||
},
|
||||
type: "text", text: "Professional Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,29 +91,19 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Successful Events",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Successful Events", value: "500+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Satisfied Clients",
|
||||
value: "200+",
|
||||
},
|
||||
label: "Satisfied Clients", value: "200+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Private Dinners",
|
||||
value: "350+",
|
||||
},
|
||||
label: "Private Dinners", value: "350+"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Cities Served",
|
||||
value: "12",
|
||||
},
|
||||
label: "Cities Served", value: "12"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -152,30 +111,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Intimate Dinner Parties",
|
||||
description: "Perfect for small gatherings where personalized service and gourmet flavors take center stage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-filled-with-delicious-dish-with-vegetables-table_181624-6065.jpg",
|
||||
imageAlt: "Plated dinner",
|
||||
},
|
||||
title: "Intimate Dinner Parties", description: "Perfect for small gatherings where personalized service and gourmet flavors take center stage.", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-filled-with-delicious-dish-with-vegetables-table_181624-6065.jpg", imageAlt: "Plated dinner"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Menu Consulting & Planning",
|
||||
description: "We collaborate to curate a menu that aligns perfectly with your dietary needs and tastes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cheese-pizza-round-formed-with-seasonings-cheese-dark-blue-surface_140725-49051.jpg",
|
||||
imageAlt: "Planning a menu",
|
||||
},
|
||||
title: "Menu Consulting & Planning", description: "We collaborate to curate a menu that aligns perfectly with your dietary needs and tastes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cheese-pizza-round-formed-with-seasonings-cheese-dark-blue-surface_140725-49051.jpg", imageAlt: "Planning a menu"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Full-Service Catering",
|
||||
description: "From grocery sourcing to impeccable table service and seamless cleanup, we handle everything.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg",
|
||||
imageAlt: "Serving food",
|
||||
},
|
||||
title: "Full-Service Catering", description: "From grocery sourcing to impeccable table service and seamless cleanup, we handle everything.", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg", imageAlt: "Serving food"},
|
||||
]}
|
||||
title="Bespoke Culinary Services"
|
||||
description="Offering a variety of dining services tailored to your occasion and preferences."
|
||||
@@ -190,45 +138,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Martinez",
|
||||
role: "Host",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-dinner-together_23-2149882931.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Elena Martinez", role: "Host", company: "Private Event", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-dinner-together_23-2149882931.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Sullivan",
|
||||
role: "Foodie",
|
||||
company: "Birthday Celebration",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149272768.jpg",
|
||||
},
|
||||
id: "2", name: "James Sullivan", role: "Foodie", company: "Birthday Celebration", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2149272768.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Executive",
|
||||
company: "Dinner Party",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-eating-drinking_23-2149316751.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Jenkins", role: "Executive", company: "Dinner Party", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-senior-friends-talking-restaurant-while-eating-drinking_23-2149316751.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thorne",
|
||||
role: "Customer",
|
||||
company: "Anniversary Dinner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-with-smoked-salmon-fillet-grilled-fish-lamb-steak-wine_140725-501.jpg",
|
||||
},
|
||||
id: "4", name: "David Thorne", role: "Customer", company: "Anniversary Dinner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-with-smoked-salmon-fillet-grilled-fish-lamb-steak-wine_140725-501.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria Lopez",
|
||||
role: "Planner",
|
||||
company: "Corporate Gala",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-dinner-together_23-2149882931.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Maria Lopez", role: "Planner", company: "Corporate Gala", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-having-dinner-together_23-2149882931.jpg"},
|
||||
]}
|
||||
title="Client Experiences"
|
||||
description="What my clients say about their private dining experiences."
|
||||
@@ -240,20 +163,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How far in advance should I book?",
|
||||
content: "I recommend booking at least 3-4 weeks in advance for weekends, though last-minute availability does occasionally pop up.",
|
||||
},
|
||||
id: "faq-1", title: "How far in advance should I book?", content: "I recommend booking at least 3-4 weeks in advance for weekends, though last-minute availability does occasionally pop up."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you handle dietary restrictions?",
|
||||
content: "Yes, I am fully equipped to handle dietary restrictions and allergies with customized menu planning.",
|
||||
},
|
||||
id: "faq-2", title: "Do you handle dietary restrictions?", content: "Yes, I am fully equipped to handle dietary restrictions and allergies with customized menu planning."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What does the booking include?",
|
||||
content: "Booking covers custom menu design, grocery procurement, onsite cooking, table presentation, and cleanup.",
|
||||
},
|
||||
id: "faq-3", title: "What does the booking include?", content: "Booking covers custom menu design, grocery procurement, onsite cooking, table presentation, and cleanup."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about booking and planning your private culinary event."
|
||||
@@ -265,8 +179,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Book Your Chef Experience"
|
||||
description="Ready to plan your event? Send me your details and preferred dates."
|
||||
@@ -277,36 +190,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user