Merge version_1 into main #2
236
src/app/page.tsx
236
src/app/page.tsx
@@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award } from "lucide-react";
|
||||
import { Award, Utensils, CalendarDays, BookOpen, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="Chef Elise"
|
||||
/>
|
||||
@@ -60,60 +50,37 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Elevated Dining, Right at Your Table"
|
||||
description="Experience restaurant-grade gourmet meals prepared in the comfort of your own home by Chef Elise."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg",
|
||||
alt: "Chef Elise",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg", alt: "Chef Elise"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720714.jpg",
|
||||
alt: "Professional assistant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720714.jpg", alt: "Professional assistant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-cook-wearing-chef-uniform-holding-whisk-crossing-hands-isolated-pink-wall-with-copy-space_141793-36711.jpg",
|
||||
alt: "Sous chef",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-cook-wearing-chef-uniform-holding-whisk-crossing-hands-isolated-pink-wall-with-copy-space_141793-36711.jpg", alt: "Sous chef"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720713.jpg",
|
||||
alt: "Kitchen staff",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720713.jpg", alt: "Kitchen staff"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720711.jpg",
|
||||
alt: "Culinary expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720711.jpg", alt: "Culinary expert"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Dinner",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Dinner", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin-Starred Experience",
|
||||
},
|
||||
type: "text", text: "Michelin-Starred Experience"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-to-Table Fresh",
|
||||
},
|
||||
type: "text", text: "Farm-to-Table Fresh"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Customizable Menus",
|
||||
},
|
||||
type: "text", text: "Customizable Menus"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seamless Cleanup",
|
||||
},
|
||||
type: "text", text: "Seamless Cleanup"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Service",
|
||||
},
|
||||
type: "text", text: "Professional Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,7 +93,7 @@ export default function LandingPage() {
|
||||
description="With over 10 years of experience in Michelin-starred kitchens, I bring professional expertise to your home dining experiences."
|
||||
subdescription="My approach focuses on farm-to-table freshness, seasonal flavors, and bespoke menus tailored to your specific preferences."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-plate-fried-aubergine-wraps-with-walnuts_140725-5250.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-plate-fried-aubergine-wraps-with-walnuts_140725-5250.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -137,33 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Private Dinners",
|
||||
description: "Custom menus for intimate parties.",
|
||||
buttonIcon: "Utensils",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-with-pan_23-2149631736.jpg",
|
||||
imageAlt: "private chef gourmet plating",
|
||||
},
|
||||
title: "Private Dinners", description: "Custom menus for intimate parties.", buttonIcon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-cooking-with-pan_23-2149631736.jpg", imageAlt: "private chef gourmet plating"},
|
||||
{
|
||||
title: "Events & Catering",
|
||||
description: "Seamless service for larger gatherings.",
|
||||
buttonIcon: "CalendarDays",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-plate-fried-aubergine-wraps-with-walnuts_140725-5250.jpg?_wi=2",
|
||||
imageAlt: "private chef gourmet plating",
|
||||
},
|
||||
title: "Events & Catering", description: "Seamless service for larger gatherings.", buttonIcon: CalendarDays,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-plate-fried-aubergine-wraps-with-walnuts_140725-5250.jpg", imageAlt: "private chef gourmet plating"},
|
||||
{
|
||||
title: "Cooking Classes",
|
||||
description: "Hands-on culinary lessons in your home.",
|
||||
buttonIcon: "BookOpen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg",
|
||||
imageAlt: "private chef gourmet plating",
|
||||
},
|
||||
title: "Cooking Classes", description: "Hands-on culinary lessons in your home.", buttonIcon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg", imageAlt: "private chef gourmet plating"},
|
||||
{
|
||||
title: "Weekly Prep",
|
||||
description: "Healthy, pre-planned meals for your week.",
|
||||
buttonIcon: "ChefHat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-celebrating-new-year-friends-drinks-champagne_1157-44318.jpg",
|
||||
imageAlt: "private chef gourmet plating",
|
||||
},
|
||||
title: "Weekly Prep", description: "Healthy, pre-planned meals for your week.", buttonIcon: ChefHat,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-celebrating-new-year-friends-drinks-champagne_1157-44318.jpg", imageAlt: "private chef gourmet plating"},
|
||||
]}
|
||||
title="Services Offered"
|
||||
description="Comprehensive culinary solutions for every occasion."
|
||||
@@ -178,41 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Herb-Crusted Wagyu",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-condiments-concept_23-2148578412.jpg",
|
||||
},
|
||||
id: "p1", name: "Herb-Crusted Wagyu", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-condiments-concept_23-2148578412.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seared Scallop Risotto",
|
||||
price: "$65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg",
|
||||
},
|
||||
id: "p2", name: "Seared Scallop Risotto", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Truffle Mushroom Tart",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-sliced-vegetable-salad-peppered-inside-plate-dark-blue-desk-salad-vegetable-food-meal-snack-lunch_140725-39963.jpg",
|
||||
},
|
||||
id: "p3", name: "Truffle Mushroom Tart", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-sliced-vegetable-salad-peppered-inside-plate-dark-blue-desk-salad-vegetable-food-meal-snack-lunch_140725-39963.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Valrhona Chocolate Ganache",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-cream-dogwoods-grey_140725-29962.jpg",
|
||||
},
|
||||
id: "p4", name: "Valrhona Chocolate Ganache", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cookies-with-cream-dogwoods-grey_140725-29962.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Amuse-bouche Trio",
|
||||
price: "$40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-chef-arranging-snacks-wooden-board_23-2148245053.jpg",
|
||||
},
|
||||
id: "p5", name: "Amuse-bouche Trio", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/happy-chef-arranging-snacks-wooden-board_23-2148245053.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seasonal Tasting Menu",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259728.jpg",
|
||||
},
|
||||
id: "p6", name: "Seasonal Tasting Menu", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259728.jpg"},
|
||||
]}
|
||||
title="Signature Menu Highlights"
|
||||
description="A glimpse of the gourmet experiences I craft for my clients."
|
||||
@@ -226,37 +153,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Intimate",
|
||||
price: "$300",
|
||||
subtitle: "Perfect for small parties.",
|
||||
features: [
|
||||
"3-course meal",
|
||||
"Bespoke menu",
|
||||
"Prep & cleanup",
|
||||
],
|
||||
id: "starter", badge: "Intimate", price: "$300", subtitle: "Perfect for small parties.", features: [
|
||||
"3-course meal", "Bespoke menu", "Prep & cleanup"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Gourmet",
|
||||
price: "$600",
|
||||
subtitle: "A fully tailored experience.",
|
||||
features: [
|
||||
"5-course meal",
|
||||
"Wine pairing",
|
||||
"Full kitchen service",
|
||||
],
|
||||
id: "pro", badge: "Gourmet", price: "$600", subtitle: "A fully tailored experience.", features: [
|
||||
"5-course meal", "Wine pairing", "Full kitchen service"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Luxury",
|
||||
price: "$1200",
|
||||
subtitle: "Total culinary indulgence.",
|
||||
features: [
|
||||
"7-course meal",
|
||||
"Personal service",
|
||||
"Market sourcing",
|
||||
],
|
||||
id: "premium", badge: "Luxury", price: "$1200", subtitle: "Total culinary indulgence.", features: [
|
||||
"7-course meal", "Personal service", "Market sourcing"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -272,25 +178,15 @@ export default function LandingPage() {
|
||||
author="Sarah J."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-celebrating-new-year-friends-drinks-champagne_1157-44318.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-celebrating-new-year-friends-drinks-champagne_1157-44318.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-people-with-drinks_23-2150124809.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-food_23-2148972769.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-delicious-food_23-2148972769.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -303,20 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accommodate allergies?",
|
||||
content: "Absolutely. I customize every menu to be safe and delicious for all dietary requirements.",
|
||||
},
|
||||
id: "q1", title: "Do you accommodate allergies?", content: "Absolutely. I customize every menu to be safe and delicious for all dietary requirements."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How far in advance should I book?",
|
||||
content: "I recommend booking at least 2-3 weeks in advance to ensure availability.",
|
||||
},
|
||||
id: "q2", title: "How far in advance should I book?", content: "I recommend booking at least 2-3 weeks in advance to ensure availability."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do I need to provide anything?",
|
||||
content: "I bring all ingredients and professional tools; I only require access to your kitchen area.",
|
||||
},
|
||||
id: "q3", title: "Do I need to provide anything?", content: "I bring all ingredients and professional tools; I only require access to your kitchen area."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -328,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Let's Plan Your Dinner"
|
||||
description="Send me a message to discuss your upcoming event and custom menu requirements."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-pieces-lamb-ribs-steak-sauce-minimalistic-decor-with-berries_140725-517.jpg"
|
||||
@@ -343,33 +229,21 @@ export default function LandingPage() {
|
||||
logoText="Chef Elise"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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