Merge version_1 into main #2
292
src/app/page.tsx
292
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Signature Dishes",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Signature Dishes", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Chef Portfolio"
|
||||
/>
|
||||
@@ -61,69 +46,19 @@ export default function LandingPage() {
|
||||
title="Elevating Culinary Artistry"
|
||||
description="Crafting unforgettable dining experiences with a fusion of tradition and innovation. From signature plates to bespoke events."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice M.",
|
||||
handle: "@foodie",
|
||||
testimonial: "The most exquisite dining experience I've ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=1",
|
||||
imageAlt: "professional chef kitchen work",
|
||||
},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@gourmet",
|
||||
testimonial: "Pure culinary genius in every single bite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646199.jpg",
|
||||
imageAlt: "professional chef kitchen work",
|
||||
},
|
||||
{
|
||||
name: "Sophia L.",
|
||||
handle: "@chef",
|
||||
testimonial: "A master of texture and flavor balance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1",
|
||||
imageAlt: "professional chef kitchen work",
|
||||
},
|
||||
{
|
||||
name: "James P.",
|
||||
handle: "@critic",
|
||||
testimonial: "Each course was a journey through culinary tradition.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=1",
|
||||
imageAlt: "professional chef kitchen work",
|
||||
},
|
||||
{
|
||||
name: "Clara V.",
|
||||
handle: "@tastemaker",
|
||||
testimonial: "Simply incomparable artistry on every plate.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=1",
|
||||
imageAlt: "professional chef kitchen work",
|
||||
},
|
||||
{ name: "Alice M.", handle: "@foodie", testimonial: "The most exquisite dining experience I've ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg", imageAlt: "professional chef kitchen work" },
|
||||
{ name: "Mark D.", handle: "@gourmet", testimonial: "Pure culinary genius in every single bite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646199.jpg", imageAlt: "professional chef kitchen work" },
|
||||
{ name: "Sophia L.", handle: "@chef", testimonial: "A master of texture and flavor balance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", imageAlt: "professional chef kitchen work" },
|
||||
{ name: "James P.", handle: "@critic", testimonial: "Each course was a journey through culinary tradition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg", imageAlt: "professional chef kitchen work" },
|
||||
{ name: "Clara V.", handle: "@tastemaker", testimonial: "Simply incomparable artistry on every plate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg", imageAlt: "professional chef kitchen work" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg",
|
||||
alt: "Lovely woman looking at her husband",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg",
|
||||
alt: "Girl beautifully painted brown eyes with eyeliner, highlighting features of face. Model in red blouse sends air kiss",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077813.jpg",
|
||||
alt: "Young woman traveling without covid",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
alt: "Beautiful African-American woman in cafe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-camera-pointing-himself-isolated-brown-background_141793-136685.jpg",
|
||||
alt: "smiling young male chef wearing uniform looking at camera pointing at himself isolated on brown background",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg", alt: "Lovely woman looking at her husband" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg", alt: "Girl beautifully painted brown eyes with eyeliner, highlighting features of face. Model in red blouse sends air kiss" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077813.jpg", alt: "Young woman traveling without covid" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Beautiful African-American woman in cafe" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-camera-pointing-himself-isolated-brown-background_141793-136685.jpg", alt: "smiling young male chef wearing uniform looking at camera pointing at himself isolated on brown background" },
|
||||
]}
|
||||
avatarText="Loved by discerning food enthusiasts worldwide."
|
||||
/>
|
||||
@@ -131,9 +66,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Rooted in Passion and Precision"
|
||||
description="My culinary journey is defined by a relentless search for the perfect balance between classic flavor profiles and contemporary presentation. I believe that fine dining is more than just a meal—it is a narrative told through fresh, seasonal ingredients and masterful execution."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,24 +76,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Private Dining",
|
||||
description: "Intimate gourmet experiences in your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Catering Services",
|
||||
description: "Sophisticated event catering for your occasions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Culinary Workshops",
|
||||
description: "Interactive sessions to master fine techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=2",
|
||||
},
|
||||
{ id: "f1", title: "Private Dining", description: "Intimate gourmet experiences in your home.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
|
||||
{ id: "f2", title: "Catering Services", description: "Sophisticated event catering for your occasions.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg" },
|
||||
{ id: "f3", title: "Culinary Workshops", description: "Interactive sessions to master fine techniques.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg" },
|
||||
]}
|
||||
title="My Culinary Services"
|
||||
description="Explore the range of bespoke culinary solutions tailored to your needs."
|
||||
@@ -171,56 +89,15 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Truffle Risotto",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-stuffed-tomato-dish-with-roasted-potato-yogurt-1_140725-6963.jpg",
|
||||
reviewCount: "120 reviews",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seared Scallops",
|
||||
price: "$52",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-tomato-with-knife_23-2148898543.jpg",
|
||||
reviewCount: "85 reviews",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Herb Crusted Lamb",
|
||||
price: "$68",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butcher-pepper-tied-piece-steak-meat-smoke-closeup_346278-622.jpg",
|
||||
reviewCount: "92 reviews",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Duck Confit",
|
||||
price: "$58",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg",
|
||||
reviewCount: "67 reviews",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Artisan Soufflé",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-tasty-sausages-with-ketchup-tomatoes-black-board_114579-62237.jpg",
|
||||
reviewCount: "145 reviews",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lobster Bisque",
|
||||
price: "$38",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-garnished-with-asparagus-tomatoes-with-herbs_2829-14481.jpg",
|
||||
reviewCount: "110 reviews",
|
||||
},
|
||||
{ id: "p1", brand: "Chef Collection", name: "Truffle Risotto", price: "$45", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/plate-stuffed-tomato-dish-with-roasted-potato-yogurt-1_140725-6963.jpg", reviewCount: "120" },
|
||||
{ id: "p2", brand: "Chef Collection", name: "Seared Scallops", price: "$52", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-tomato-with-knife_23-2148898543.jpg", reviewCount: "85" },
|
||||
{ id: "p3", brand: "Chef Collection", name: "Herb Crusted Lamb", price: "$68", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/butcher-pepper-tied-piece-steak-meat-smoke-closeup_346278-622.jpg", reviewCount: "92" },
|
||||
{ id: "p4", brand: "Chef Collection", name: "Duck Confit", price: "$58", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-steak-cast-iron-pan-served-with-mashed-potato_140725-1415.jpg", reviewCount: "67" },
|
||||
{ id: "p5", brand: "Chef Collection", name: "Artisan Soufflé", price: "$28", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sliced-tasty-sausages-with-ketchup-tomatoes-black-board_114579-62237.jpg", reviewCount: "145" },
|
||||
{ id: "p6", brand: "Chef Collection", name: "Lobster Bisque", price: "$38", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-garnished-with-asparagus-tomatoes-with-herbs_2829-14481.jpg", reviewCount: "110" },
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="A curated collection of culinary masterpieces."
|
||||
@@ -233,27 +110,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Refining the culinary arts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31305.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Events Hosted",
|
||||
description: "Curated unforgettable moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-chopping-onion-by-knife-wooden-board_169016-51937.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
title: "Plates Served",
|
||||
description: "Each dish a work of art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145592.jpg",
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Years Experience", description: "Refining the culinary arts.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31305.jpg" },
|
||||
{ id: "m2", value: "500+", title: "Events Hosted", description: "Curated unforgettable moments.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-chopping-onion-by-knife-wooden-board_169016-51937.jpg" },
|
||||
{ id: "m3", value: "10k+", title: "Plates Served", description: "Each dish a work of art.", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145592.jpg" },
|
||||
]}
|
||||
title="Culinary Impact"
|
||||
description="Years of dedication to the craft."
|
||||
@@ -267,24 +126,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena R.",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864187.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Julian S.",
|
||||
role: "Sous Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-grey-plate-cake-with-green-sauce-berries-powdered-sugar_140725-71865.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus B.",
|
||||
role: "Pastry Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-with-jar-oatmeal-professional-approach-business_1157-45094.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Elena R.", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864187.jpg" },
|
||||
{ id: "t2", name: "Julian S.", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-grey-plate-cake-with-green-sauce-berries-powdered-sugar_140725-71865.jpg" },
|
||||
{ id: "t3", name: "Marcus B.", role: "Pastry Chef", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-with-jar-oatmeal-professional-approach-business_1157-45094.jpg" },
|
||||
]}
|
||||
title="Our Kitchen Team"
|
||||
description="Meet the artisans behind the magic."
|
||||
@@ -297,41 +141,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Food Critic",
|
||||
testimonial: "A transcendent dining journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert K.",
|
||||
role: "Gourmet",
|
||||
testimonial: "The best ingredients handled with soul.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1322.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anna P.",
|
||||
role: "Socialite",
|
||||
testimonial: "Stunning presentation and bold flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom H.",
|
||||
role: "Chef",
|
||||
testimonial: "Unparalleled attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily W.",
|
||||
role: "Food Blogger",
|
||||
testimonial: "Truly worth every penny and effort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Food Critic", testimonial: "A transcendent dining journey.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg" },
|
||||
{ id: "2", name: "Robert K.", role: "Gourmet", testimonial: "The best ingredients handled with soul.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1322.jpg" },
|
||||
{ id: "3", name: "Anna P.", role: "Socialite", testimonial: "Stunning presentation and bold flavors.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg" },
|
||||
{ id: "4", name: "Tom H.", role: "Chef", testimonial: "Unparalleled attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg" },
|
||||
{ id: "5", name: "Emily W.", role: "Food Blogger", testimonial: "Truly worth every penny and effort.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg" },
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Feedback from those who have savored the experience."
|
||||
@@ -344,23 +158,9 @@ export default function LandingPage() {
|
||||
title="Book Your Experience"
|
||||
description="Reach out for events, private dining, or any inquiries."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-worker-checking-coffee-shop-products_23-2148366516.jpg"
|
||||
/>
|
||||
@@ -369,17 +169,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Chef Portfolio"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Bookings",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Bookings", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user