Merge version_1 into main #2
334
src/app/page.tsx
334
src/app/page.tsx
@@ -14,240 +14,122 @@ import { Award } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menus",
|
||||
id: "menus",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Chef Studio"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menus", id: "menus" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Chef Studio"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
logoText="Private Chef Services"
|
||||
description="Exquisite culinary experiences tailored for your private events, bringing restaurant-quality dining to the comfort of your home."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menus",
|
||||
href: "#menus",
|
||||
},
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg?_wi=1"
|
||||
imageAlt="Chef plating gourmet food"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Private Chef Services"
|
||||
description="Exquisite culinary experiences tailored for your private events, bringing restaurant-quality dining to the comfort of your home."
|
||||
buttons={[
|
||||
{ text: "View Menus", href: "#menus" },
|
||||
{ text: "Inquire", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg"
|
||||
imageAlt="Chef plating gourmet food"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About"
|
||||
title="Mastering the Art of Taste"
|
||||
description="With over 15 years in Michelin-starred kitchens, I bring passion, precision, and the finest seasonal ingredients to your private table."
|
||||
subdescription="Every menu is custom-designed to exceed expectations and create unforgettable memories."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-chef-modern-kitchen-adding-tasty-herbs-meal-stove_482257-121159.jpg"
|
||||
imageAlt="Chef portrait"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Award}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About"
|
||||
title="Mastering the Art of Taste"
|
||||
description="With over 15 years in Michelin-starred kitchens, I bring passion, precision, and the finest seasonal ingredients to your private table."
|
||||
subdescription="Every menu is custom-designed to exceed expectations and create unforgettable memories."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-chef-modern-kitchen-adding-tasty-herbs-meal-stove_482257-121159.jpg"
|
||||
imageAlt="Chef portrait"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Award}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menus" data-section="menus">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Seafood Tasting",
|
||||
price: "$150/person",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vegetarian Harvest",
|
||||
price: "$120/person",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Classic French",
|
||||
price: "$180/person",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tapas Evening",
|
||||
price: "$100/person",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Seasonal Fusion",
|
||||
price: "$160/person",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Dessert Showcase",
|
||||
price: "$90/person",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg?_wi=7",
|
||||
},
|
||||
]}
|
||||
title="Signature Dining Menus"
|
||||
description="Explore our curated culinary collections."
|
||||
/>
|
||||
</div>
|
||||
<div id="menus" data-section="menus">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Seafood Tasting", price: "$150/person", imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg" },
|
||||
{ id: "2", name: "Vegetarian Harvest", price: "$120/person", imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg" },
|
||||
{ id: "3", name: "Classic French", price: "$180/person", imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg" },
|
||||
{ id: "4", name: "Tapas Evening", price: "$100/person", imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg" },
|
||||
{ id: "5", name: "Seasonal Fusion", price: "$160/person", imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg" },
|
||||
{ id: "6", name: "Dessert Showcase", price: "$90/person", imageSrc: "http://img.b2bpic.net/free-photo/cook-with-salad-plate-ringing-service-bell_23-2148040242.jpg" }
|
||||
]}
|
||||
title="Signature Dining Menus"
|
||||
description="Explore our curated culinary collections."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Host",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Host",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-salami-slice-served-breakfast_140725-7142.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
role: "Host",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-placing-table-decoration_1162-150.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Bond",
|
||||
role: "Host",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-beautiful-young-women-enjoying-dinner-together_23-2148454134.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lily Roberts",
|
||||
role: "Host",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Events Served",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Menu Options",
|
||||
},
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Exceptional dining experiences that keep guests coming back."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg" },
|
||||
{ id: "2", name: "David Chen", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-salami-slice-served-breakfast_140725-7142.jpg" },
|
||||
{ id: "3", name: "Emily Watson", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-placing-table-decoration_1162-150.jpg" },
|
||||
{ id: "4", name: "James Bond", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-beautiful-young-women-enjoying-dinner-together_23-2148454134.jpg" },
|
||||
{ id: "5", name: "Lily Roberts", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-having-fun-while-having-dinner-with-friends-home_637285-3551.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "100+", label: "Events Served" },
|
||||
{ value: "5.0", label: "Average Rating" },
|
||||
{ value: "20+", label: "Menu Options" }
|
||||
]}
|
||||
title="What Guests Say"
|
||||
description="Exceptional dining experiences that keep guests coming back."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Inquiry"
|
||||
title="Book Your Culinary Event"
|
||||
description="Ready to elevate your next gathering? Let's discuss your perfect menu today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Message",
|
||||
href: "mailto:chef@chefstudio.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Inquiry"
|
||||
title="Book Your Culinary Event"
|
||||
description="Ready to elevate your next gathering? Let's discuss your perfect menu today."
|
||||
buttons={[
|
||||
{ text: "Send Message", href: "mailto:chef@chefstudio.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menus",
|
||||
href: "#menus",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Chef Studio"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "#" }, { label: "About", href: "#about" }, { label: "Menus", href: "#menus" }] },
|
||||
{ items: [{ label: "Reviews", href: "#reviews" }, { label: "Contact", href: "#contact" }] }
|
||||
]}
|
||||
logoText="Chef Studio"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user