Merge version_1 into main #1
132
src/app/page.tsx
132
src/app/page.tsx
@@ -31,23 +31,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "product",
|
||||
},
|
||||
name: "Menu", id: "product"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Chef Artisan"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,38 +50,24 @@ export default function LandingPage() {
|
||||
description="Experience professional fine dining tailored exclusively to your palate. Chef-crafted menus for intimate gatherings and grand celebrations."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menus",
|
||||
href: "#product",
|
||||
},
|
||||
text: "View Menus", href: "#product"},
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg"
|
||||
imageAlt="Professional private chef plating a gourmet dish in a modern kitchen"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190957.jpg",
|
||||
alt: "Happy client elegant dining room",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190957.jpg", alt: "Happy client elegant dining room"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg",
|
||||
alt: "Satisfied client private event",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg", alt: "Satisfied client private event"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20509.jpg",
|
||||
alt: "Elegant couple dining",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20509.jpg", alt: "Elegant couple dining"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg",
|
||||
alt: "Fine dining party",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg", alt: "Fine dining party"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg",
|
||||
alt: "Private dining client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg", alt: "Private dining client"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ gourmands"
|
||||
/>
|
||||
@@ -100,9 +79,7 @@ export default function LandingPage() {
|
||||
title="Elevating the Art of Private Dining"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,41 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Truffle Infused Tasting",
|
||||
price: "$250/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg",
|
||||
},
|
||||
id: "p1", name: "Truffle Infused Tasting", price: "$250/pp", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Coastal Seafood Feast",
|
||||
price: "$280/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish_23-2150777651.jpg",
|
||||
},
|
||||
id: "p2", name: "Coastal Seafood Feast", price: "$280/pp", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish_23-2150777651.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garden Harvest Menu",
|
||||
price: "$210/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-lime-pork-salad-with-bitter-melon-galangal-chili-tomatoes-garlic-white-plate-black-cement-floor_1150-20847.jpg",
|
||||
},
|
||||
id: "p3", name: "Garden Harvest Menu", price: "$210/pp", imageSrc: "http://img.b2bpic.net/free-photo/spicy-lime-pork-salad-with-bitter-melon-galangal-chili-tomatoes-garlic-white-plate-black-cement-floor_1150-20847.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Patisserie Selection",
|
||||
price: "$150/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bisquits-with-sliced-fruits-chocolate-syrup_141793-29.jpg",
|
||||
},
|
||||
id: "p4", name: "Patisserie Selection", price: "$150/pp", imageSrc: "http://img.b2bpic.net/free-photo/bisquits-with-sliced-fruits-chocolate-syrup_141793-29.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Seasonal Game Medley",
|
||||
price: "$300/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950220.jpg",
|
||||
},
|
||||
id: "p5", name: "Seasonal Game Medley", price: "$300/pp", imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950220.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Heritage Starter Trio",
|
||||
price: "$180/pp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-plate-with-smoked-salmon-blue-cheese-cheddar-grape-flowers_140725-1463.jpg",
|
||||
},
|
||||
id: "p6", name: "Heritage Starter Trio", price: "$180/pp", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-plate-with-smoked-salmon-blue-cheese-cheddar-grape-flowers_140725-1463.jpg"},
|
||||
]}
|
||||
title="Curated Signature Menus"
|
||||
description="Artisan menus designed with seasonal ingredients."
|
||||
@@ -164,20 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Successful Events Curated",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Successful Events Curated"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+",
|
||||
description: "Years of Culinary Expertise",
|
||||
},
|
||||
id: "m2", value: "15+", description: "Years of Culinary Expertise"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Locally Sourced Ingredients",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Locally Sourced Ingredients"},
|
||||
]}
|
||||
title="The Chef Experience"
|
||||
description="Refined perfection behind every event."
|
||||
@@ -192,25 +136,15 @@ export default function LandingPage() {
|
||||
author="Marcus V."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190957.jpg",
|
||||
alt: "Marcus",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190957.jpg", alt: "Marcus"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-buns-lie-white-plates-with-golden-design_8353-798.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20509.jpg",
|
||||
alt: "James",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20509.jpg", alt: "James"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg",
|
||||
alt: "Linda",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg", alt: "Linda"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg",
|
||||
alt: "Robert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg", alt: "Robert"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -222,14 +156,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxe Dining Group",
|
||||
"Elite Wine Collective",
|
||||
"Artisan Farm Trust",
|
||||
"Heritage Ingredient Corp",
|
||||
"Premier Hospitality Net",
|
||||
"Grand Event Partners",
|
||||
"Fine Cuisine Assoc",
|
||||
]}
|
||||
"Luxe Dining Group", "Elite Wine Collective", "Artisan Farm Trust", "Heritage Ingredient Corp", "Premier Hospitality Net", "Grand Event Partners", "Fine Cuisine Assoc"]}
|
||||
title="Partners in Excellence"
|
||||
description="Collaborating with elite hospitality and artisan suppliers."
|
||||
/>
|
||||
@@ -239,8 +166,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Reserve Your Experience"
|
||||
description="Ready to design your perfect menu? Send a request to begin the process."
|
||||
|
||||
Reference in New Issue
Block a user