Merge version_1 into main #2
194
src/app/page.tsx
194
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Specialties",
|
||||
id: "features",
|
||||
},
|
||||
name: "Specialties", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chef Studio"
|
||||
/>
|
||||
@@ -53,63 +45,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Exquisite Culinary Experiences"
|
||||
description="Crafting bespoke menus and unforgettable dining memories for your most special occasions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg"
|
||||
imageAlt="Chef at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-cook-holding-half-sliced-tangerines-her-eyes-dark-cooking-salad-health-vegetable-meal-food-fruit-job-diet_179666-43852.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-cook-holding-half-sliced-tangerines-her-eyes-dark-cooking-salad-health-vegetable-meal-food-fruit-job-diet_179666-43852.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-having-videocall-while-cooking_23-2150789803.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-having-videocall-while-cooking_23-2150789803.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her-re_1258-137916.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her-re_1258-137916.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-teacher_23-2148635327.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-teacher_23-2148635327.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ events"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-to-table",
|
||||
},
|
||||
type: "text", text: "Farm-to-table"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Private Events",
|
||||
},
|
||||
type: "text", text: "Private Events"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
type: "text", text: "Fine Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bespoke Menus",
|
||||
},
|
||||
type: "text", text: "Bespoke Menus"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Culinary",
|
||||
},
|
||||
type: "text", text: "Expert Culinary"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,19 +90,13 @@ export default function LandingPage() {
|
||||
description="With over 15 years in the culinary industry, I specialize in farm-to-table dining and custom event catering that brings world-class quality to your private events."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
value: "15+", title: "Years of Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Events Catered",
|
||||
},
|
||||
value: "500+", title: "Events Catered"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Menu Concepts",
|
||||
},
|
||||
value: "50+", title: "Menu Concepts"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1386.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1386.jpg"
|
||||
imageAlt="Chef portrait"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -147,55 +110,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Gourmet Plating",
|
||||
description: "Every dish is art, designed to delight all senses.",
|
||||
icon: Star,
|
||||
title: "Gourmet Plating", description: "Every dish is art, designed to delight all senses.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg?_wi=1",
|
||||
imageAlt: "Gourmet plating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg", imageAlt: "Gourmet plating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg?_wi=2",
|
||||
imageAlt: "Detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg", imageAlt: "Detail"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-prepares-shrimps-ai-generated-image_511042-1788.jpg?_wi=2",
|
||||
imageAlt: "professional chef working in kitchen",
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Direct partnerships with local growers to guarantee peak freshness.",
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients", description: "Direct partnerships with local growers to guarantee peak freshness.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg?_wi=1",
|
||||
imageAlt: "Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg", imageAlt: "Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg?_wi=2",
|
||||
imageAlt: "Produce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-preparing-nutrition-diet_23-2149297681.jpg", imageAlt: "Produce"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1386.jpg?_wi=2",
|
||||
imageAlt: "chef portrait in kitchen",
|
||||
},
|
||||
{
|
||||
title: "Event Catering",
|
||||
description: "From intimate dinners to corporate events, we tailor every detail.",
|
||||
icon: Users,
|
||||
title: "Event Catering", description: "From intimate dinners to corporate events, we tailor every detail.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg?_wi=1",
|
||||
imageAlt: "Event catering",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", imageAlt: "Event catering"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg?_wi=2",
|
||||
imageAlt: "Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-plate-with-service-bell_23-2148040239.jpg", imageAlt: "Service"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-presentation-gourmet-ice-cream-dessert-stylish-bowl-with-floral-garnishes_23-2151973726.jpg?_wi=3",
|
||||
imageAlt: "gourmet plate presentation",
|
||||
},
|
||||
]}
|
||||
title="My Culinary Focus"
|
||||
@@ -209,45 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional",
|
||||
quote: "The best dinner party experience we have ever had.",
|
||||
name: "Jane Doe",
|
||||
role: "Host",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg",
|
||||
},
|
||||
id: "1", title: "Exceptional", quote: "The best dinner party experience we have ever had.", name: "Jane Doe", role: "Host", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Masterpiece",
|
||||
quote: "Chef's attention to detail is truly unparalleled.",
|
||||
name: "Robert Smith",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-holding-half-sliced-tangerines-her-eyes-dark-cooking-salad-health-vegetable-meal-food-fruit-job-diet_179666-43852.jpg",
|
||||
},
|
||||
id: "2", title: "Masterpiece", quote: "Chef's attention to detail is truly unparalleled.", name: "Robert Smith", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-holding-half-sliced-tangerines-her-eyes-dark-cooking-salad-health-vegetable-meal-food-fruit-job-diet_179666-43852.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Unforgettable",
|
||||
quote: "Creative and sophisticated menu, perfect execution.",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-having-videocall-while-cooking_23-2150789803.jpg",
|
||||
},
|
||||
id: "3", title: "Unforgettable", quote: "Creative and sophisticated menu, perfect execution.", name: "Elena Rodriguez", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-having-videocall-while-cooking_23-2150789803.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Incredible",
|
||||
quote: "A truly personalized experience from start to finish.",
|
||||
name: "Mark Johnson",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her-re_1258-137916.jpg",
|
||||
},
|
||||
id: "4", title: "Incredible", quote: "A truly personalized experience from start to finish.", name: "Mark Johnson", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her-re_1258-137916.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Delicious",
|
||||
quote: "Every course surprised and delighted our guests.",
|
||||
name: "Sarah Miller",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-teacher_23-2148635327.jpg",
|
||||
},
|
||||
id: "5", title: "Delicious", quote: "Every course surprised and delighted our guests.", name: "Sarah Miller", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-teacher_23-2148635327.jpg"},
|
||||
]}
|
||||
title="Client Praise"
|
||||
description="Hear what past clients have to say about their dining experience."
|
||||
@@ -258,14 +167,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to bring a world-class culinary experience to your table? Get in touch today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Me",
|
||||
href: "mailto:chef@chefstudio.com",
|
||||
},
|
||||
text: "Contact Me", href: "mailto:chef@chefstudio.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -275,33 +181,21 @@ export default function LandingPage() {
|
||||
logoText="Chef Studio"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Specialties",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Specialties", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user