Update src/app/page.tsx
This commit is contained in:
261
src/app/page.tsx
261
src/app/page.tsx
@@ -19,34 +19,25 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="fluid"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Chef Artisan"
|
||||
/>
|
||||
@@ -54,18 +45,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Bespoke Culinary Experiences at Home"
|
||||
description="Elevate your private gatherings with curated menus designed, prepared, and served by a professional private chef."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Chef",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-torching-dessert_23-2149720781.jpg?_wi=1"
|
||||
buttons={[{ text: "Book Your Chef", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-torching-dessert_23-2149720781.jpg"
|
||||
imageAlt="Professional private chef plating an elegant dish in a home kitchen"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,21 +59,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Lifetime of Culinary Craft"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Events Catered",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Unique Menus",
|
||||
value: "200+",
|
||||
},
|
||||
{ icon: Award, label: "Years Experience", value: "15+" },
|
||||
{ icon: Users, label: "Events Catered", value: "500+" },
|
||||
{ icon: Flame, label: "Unique Menus", value: "200+" }
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -102,29 +74,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh & Local",
|
||||
description: "Sourcing only the best seasonal ingredients from local suppliers.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cutting-eggplant-wooden-board-uniform-apron-kitchen_176474-8974.jpg",
|
||||
imageAlt: "seasonal ingredients gourmet basket",
|
||||
title: "Fresh & Local", description: "Sourcing only the best seasonal ingredients from local suppliers.", bentoComponent: "reveal-icon", icon: Leaf
|
||||
},
|
||||
{
|
||||
title: "Tailored Menus",
|
||||
description: "Customized dining plans perfectly suited to your preferences.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-torching-dessert_23-2149720781.jpg?_wi=2",
|
||||
imageAlt: "seasonal ingredients gourmet basket",
|
||||
title: "Tailored Menus", description: "Customized dining plans perfectly suited to your preferences.", bentoComponent: "reveal-icon", icon: Utensils
|
||||
},
|
||||
{
|
||||
title: "Seamless Service",
|
||||
description: "Full-service management including setup, prep, and cleanup.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dining-table-with-plates_23-2148848674.jpg",
|
||||
imageAlt: "seasonal ingredients gourmet basket",
|
||||
},
|
||||
title: "Seamless Service", description: "Full-service management including setup, prep, and cleanup.", bentoComponent: "reveal-icon", icon: Sparkles
|
||||
}
|
||||
]}
|
||||
title="The Chef Experience"
|
||||
description="I bring the finest restaurant techniques into your home, ensuring a seamless and memorable dining experience."
|
||||
@@ -133,46 +90,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Seasonal Tasting Menu",
|
||||
price: "From $150/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Artisanal Dessert Buffet",
|
||||
price: "From $80/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-conical-multi-colored-white-speck-chocolate-candy-white-stand_140725-13939.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gourmet Appetizer Pairing",
|
||||
price: "From $60/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-8900.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fine Dining Seafood",
|
||||
price: "From $200/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-avocado-puree_23-2151942388.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Truffle Infused Classics",
|
||||
price: "From $250/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fish-fillet-grilled-with-vegetables-served-with-fresh-herbs-sauce-plate_141793-2969.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Rustic Mediterranean Table",
|
||||
price: "From $120/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foie-gras_74190-7672.jpg",
|
||||
},
|
||||
{ id: "1", name: "Seasonal Tasting Menu", price: "From $150/pp", imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg" },
|
||||
{ id: "2", name: "Artisanal Dessert Buffet", price: "From $80/pp", imageSrc: "http://img.b2bpic.net/free-photo/side-view-conical-multi-colored-white-speck-chocolate-candy-white-stand_140725-13939.jpg" },
|
||||
{ id: "3", name: "Gourmet Appetizer Pairing", price: "From $60/pp", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-8900.jpg" }
|
||||
]}
|
||||
title="Signature Menu Concepts"
|
||||
description="Explore our curated culinary themes for your upcoming private events."
|
||||
@@ -183,31 +108,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-lunch-while-eating-with-her-boyfriend-restaurant_637285-1953.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Thompson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245220.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Peterson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152871.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-lunch-while-eating-with-her-boyfriend-restaurant_637285-1953.jpg" },
|
||||
{ id: "2", name: "James Thompson", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg" },
|
||||
{ id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg" },
|
||||
{ id: "4", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245220.jpg" },
|
||||
{ id: "5", name: "Alice Peterson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152871.jpg" }
|
||||
]}
|
||||
cardTitle="Client Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -220,21 +125,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is the minimum guest count?",
|
||||
content: "I typically cater for dinner parties starting at 4 guests.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you travel?",
|
||||
content: "Yes, I serve clients throughout the tri-state area.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How far in advance should I book?",
|
||||
content: "I recommend booking at least 3 weeks prior to secure your desired date.",
|
||||
},
|
||||
{ id: "f1", title: "What is the minimum guest count?", content: "I typically cater for dinner parties starting at 4 guests." },
|
||||
{ id: "f2", title: "Do you travel?", content: "Yes, I serve clients throughout the tri-state area." },
|
||||
{ id: "f3", title: "How far in advance should I book?", content: "I recommend booking at least 3 weeks prior to secure your desired date." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to help you plan your perfect private event."
|
||||
@@ -248,30 +141,11 @@ export default function LandingPage() {
|
||||
title="Start Planning"
|
||||
description="Send me a message to discuss your vision, dietary preferences, and event date."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Event Date",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "date", type: "date", placeholder: "Event Date", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell me about your event...",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell me about your event...", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-using-eggs-cook_23-2149646234.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -281,52 +155,25 @@ export default function LandingPage() {
|
||||
logoText="Chef Artisan"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Menu", href: "#products" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user