Merge version_1 into main #2
175
src/app/page.tsx
175
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chef Julian"
|
||||
/>
|
||||
@@ -54,36 +46,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Exquisite Dining, Tailored to You"
|
||||
description="Experience fine dining in the comfort of your own home. Chef Julian creates bespoke menus for unforgettable private events."
|
||||
tag="Private Chef Services"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=1",
|
||||
imageAlt: "Chef preparing dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg", imageAlt: "Chef preparing dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510905.jpg?_wi=1",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510905.jpg", imageAlt: "Fresh ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/berry-sponge-cake-covered-with-meringue_140725-3210.jpg?_wi=1",
|
||||
imageAlt: "Dining setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/berry-sponge-cake-covered-with-meringue_140725-3210.jpg", imageAlt: "Dining setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-windowsill-with-lovely-dog_651396-2380.jpg",
|
||||
imageAlt: "Cooking in kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-sitting-windowsill-with-lovely-dog_651396-2380.jpg", imageAlt: "Cooking in kitchen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cutting-gourmet-chicken-breast_23-2148516895.jpg",
|
||||
imageAlt: "Gourmet meal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cutting-gourmet-chicken-breast_23-2148516895.jpg", imageAlt: "Gourmet meal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg",
|
||||
imageAlt: "Dining guests",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg", imageAlt: "Dining guests"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,49 +84,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bespoke Menu Planning",
|
||||
description: "Customized seasonal menus tailored to your dietary needs and preferences.",
|
||||
icon: Award,
|
||||
title: "Bespoke Menu Planning", description: "Customized seasonal menus tailored to your dietary needs and preferences.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-luxury-restaurant_23-2150598373.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=2",
|
||||
imageAlt: "private chef gourmet cooking preparation",
|
||||
},
|
||||
{
|
||||
title: "Private Dinner Parties",
|
||||
description: "Seamless execution for intimate gatherings and special occasions.",
|
||||
icon: Droplets,
|
||||
title: "Private Dinner Parties", description: "Seamless execution for intimate gatherings and special occasions.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-chicken-breast-prepared-with-sauce-served-with-rice-salad-soup_140725-7805.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-chicken-breast-prepared-with-sauce-served-with-rice-salad-soup_140725-7805.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-removing-apple-skin_23-2148763193.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-removing-apple-skin_23-2148763193.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510905.jpg?_wi=2",
|
||||
imageAlt: "private chef gourmet cooking preparation",
|
||||
},
|
||||
{
|
||||
title: "In-Home Masterclasses",
|
||||
description: "Learn professional culinary techniques from the comfort of your own home.",
|
||||
icon: BookOpen,
|
||||
title: "In-Home Masterclasses", description: "Learn professional culinary techniques from the comfort of your own home.", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-black-background-space-text_169016-3117.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-black-background-space-text_169016-3117.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/berry-sponge-cake-covered-with-meringue_140725-3210.jpg?_wi=2",
|
||||
imageAlt: "private chef gourmet cooking preparation",
|
||||
},
|
||||
]}
|
||||
title="Culinary Services for Every Occasion"
|
||||
@@ -163,45 +124,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eleanor Rigby",
|
||||
role: "Host",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/would-you-like-some-salad-dear_637285-12955.jpg",
|
||||
},
|
||||
id: "1", name: "Eleanor Rigby", role: "Host", company: "Private Event", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/would-you-like-some-salad-dear_637285-12955.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Aurelius",
|
||||
role: "CEO",
|
||||
company: "Tech Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Aurelius", role: "CEO", company: "Tech Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julia Child",
|
||||
role: "Food Critic",
|
||||
company: "Culinary Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717858.jpg",
|
||||
},
|
||||
id: "3", name: "Julia Child", role: "Food Critic", company: "Culinary Daily", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717858.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Gordon Ramsay",
|
||||
role: "Chef",
|
||||
company: "Fine Dining",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg",
|
||||
},
|
||||
id: "4", name: "Gordon Ramsay", role: "Chef", company: "Fine Dining", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190956.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mary Berry",
|
||||
role: "Foodie",
|
||||
company: "Home Dining",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-resting-pub-eating-drinking-food-table-friendship_1268-17787.jpg",
|
||||
},
|
||||
id: "5", name: "Mary Berry", role: "Foodie", company: "Home Dining", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-resting-pub-eating-drinking-food-table-friendship_1268-17787.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Discerning tastes, exceptional memories."
|
||||
@@ -214,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you cater to dietary restrictions?",
|
||||
content: "Absolutely. Chef Julian specializes in creating menus that accommodate allergies, intolerances, and specific dietary needs.",
|
||||
},
|
||||
id: "1", title: "Do you cater to dietary restrictions?", content: "Absolutely. Chef Julian specializes in creating menus that accommodate allergies, intolerances, and specific dietary needs."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How far in advance should I book?",
|
||||
content: "I recommend booking at least 3-4 weeks in advance for weekend dates, though I'm happy to accommodate last-minute requests when possible.",
|
||||
},
|
||||
id: "2", title: "How far in advance should I book?", content: "I recommend booking at least 3-4 weeks in advance for weekend dates, though I'm happy to accommodate last-minute requests when possible."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What does the service include?",
|
||||
content: "The service is comprehensive: menu planning, grocery procurement, preparation, service, and full kitchen cleanup afterward.",
|
||||
},
|
||||
id: "3", title: "What does the service include?", content: "The service is comprehensive: menu planning, grocery procurement, preparation, service, and full kitchen cleanup afterward."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-man-wearing-white-chef-s-hat-making-video-call-while-cooking-food-kitchen_23-2148128061.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -241,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Book Your Private Event"
|
||||
description="Start the conversation with Chef Julian. Tell me about your upcoming event and any culinary inspirations."
|
||||
@@ -254,42 +180,27 @@ export default function LandingPage() {
|
||||
logoText="Chef Julian"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user