Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
235
src/app/page.tsx
235
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Yeoville Dinner Club"
|
||||
/>
|
||||
@@ -55,60 +47,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Unforgettable Evenings at Yeoville"
|
||||
description="An intimate dinner club experience featuring seasonal menus and curated flavors in the heart of the city."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517414.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-eatingout-having-breakfast-talking-friend-table-looking-aside-with-cheerful-smile-sitting-near-mobile-phone-terrace_197531-30313.jpg", alt: "Diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629568.jpg",
|
||||
alt: "Diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629568.jpg", alt: "Diner"},
|
||||
]}
|
||||
avatarText="Join our growing community of food enthusiasts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Seat",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Seat", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Seasonal Ingredients",
|
||||
},
|
||||
type: "text", text: "Seasonal Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Private Setting",
|
||||
},
|
||||
type: "text", text: "Private Setting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Chef-Led Menus",
|
||||
},
|
||||
type: "text", text: "Chef-Led Menus"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Curated Pairings",
|
||||
},
|
||||
type: "text", text: "Curated Pairings"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Ambience",
|
||||
},
|
||||
type: "text", text: "Exquisite Ambience"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,19 +89,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Local Farms",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Local Farms", value: "20+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Courses Served",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Courses Served", value: "5000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -146,41 +109,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Truffle Risotto",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg",
|
||||
},
|
||||
id: "1", name: "Truffle Risotto", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg",
|
||||
},
|
||||
id: "2", name: "Pan-Seared Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Aged Beef Tenderloin",
|
||||
price: "$55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg",
|
||||
},
|
||||
id: "3", name: "Aged Beef Tenderloin", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84821.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Roasted Garden Roots",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-oil-greens-dark-desk_140725-76577.jpg",
|
||||
},
|
||||
id: "4", name: "Roasted Garden Roots", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-oil-greens-dark-desk_140725-76577.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Velvet Chocolate Tart",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-with-asparagus-cauliflower_140725-9321.jpg",
|
||||
},
|
||||
id: "5", name: "Velvet Chocolate Tart", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/boiled-chicken-with-asparagus-cauliflower_140725-9321.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Signature Crafted Cocktail",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg",
|
||||
},
|
||||
id: "6", name: "Signature Crafted Cocktail", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg"},
|
||||
]}
|
||||
title="Seasoned Selections"
|
||||
description="Handcrafted dishes featuring ingredients sourced from our network of local artisans."
|
||||
@@ -189,39 +128,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Chef’s Table",
|
||||
author: "Direct Engagement",
|
||||
description: "Interact with our chefs as they prepare each course.",
|
||||
tags: [
|
||||
"Exclusive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg",
|
||||
},
|
||||
id: "f1", title: "Chef’s Table", author: "Direct Engagement", description: "Interact with our chefs as they prepare each course.", tags: [
|
||||
"Exclusive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish-front-view_23-2148516905.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Curated Pairings",
|
||||
author: "Master Sommelier",
|
||||
description: "Expert wine pairings chosen for every menu cycle.",
|
||||
tags: [
|
||||
"Wine",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-red-wine-from-bottle-into-glass-jar_114579-3043.jpg",
|
||||
},
|
||||
id: "f2", title: "Curated Pairings", author: "Master Sommelier", description: "Expert wine pairings chosen for every menu cycle.", tags: [
|
||||
"Wine"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-red-wine-from-bottle-into-glass-jar_114579-3043.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Social Setting",
|
||||
author: "Dinner Club",
|
||||
description: "Meet new friends in an intimate dinner environment.",
|
||||
tags: [
|
||||
"Social",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-202.jpg",
|
||||
},
|
||||
id: "f3", title: "Social Setting", author: "Dinner Club", description: "Meet new friends in an intimate dinner environment.", tags: [
|
||||
"Social"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-202.jpg"},
|
||||
]}
|
||||
title="A Unique Atmosphere"
|
||||
description="More than just a meal, it's a social connection over fine dining."
|
||||
@@ -235,59 +157,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena M.",
|
||||
role: "Food Critic",
|
||||
company: "Local Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg",
|
||||
},
|
||||
id: "1", name: "Elena M.", role: "Food Critic", company: "Local Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-flower-table_23-2148001715.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus R.",
|
||||
role: "Architect",
|
||||
company: "Design Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717871.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus R.", role: "Architect", company: "Design Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717871.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah J.",
|
||||
role: "Writer",
|
||||
company: "Freelance",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454173.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah J.", role: "Writer", company: "Freelance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454173.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James K.",
|
||||
role: "Designer",
|
||||
company: "Tech Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-tasting-snacks-buffet-table_1262-2008.jpg",
|
||||
},
|
||||
id: "4", name: "James K.", role: "Designer", company: "Tech Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-tasting-snacks-buffet-table_1262-2008.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amanda T.",
|
||||
role: "Creative",
|
||||
company: "Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
|
||||
},
|
||||
id: "5", name: "Amanda T.", role: "Creative", company: "Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.9", label: "Avg Rating"},
|
||||
{
|
||||
value: "120+",
|
||||
label: "Events Held",
|
||||
},
|
||||
value: "120+", label: "Events Held"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Recommendation",
|
||||
},
|
||||
value: "100%", label: "Recommendation"},
|
||||
]}
|
||||
title="Voices of the Club"
|
||||
description="What our guests say about their culinary journey."
|
||||
@@ -300,20 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I become a member?",
|
||||
content: "Our dinners are open to all, booking in advance is essential.",
|
||||
},
|
||||
id: "q1", title: "How do I become a member?", content: "Our dinners are open to all, booking in advance is essential."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you cater for diets?",
|
||||
content: "Yes, please notify us of any restrictions when booking.",
|
||||
},
|
||||
id: "q2", title: "Do you cater for diets?", content: "Yes, please notify us of any restrictions when booking."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where is the location?",
|
||||
content: "Hidden gem in the heart of the Yeoville district.",
|
||||
},
|
||||
id: "q3", title: "Where is the location?", content: "Hidden gem in the heart of the Yeoville district."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know about our club."
|
||||
@@ -325,16 +207,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Booking"
|
||||
title="Ready to dine?"
|
||||
description="Book your table now and experience the Yeoville Dinner Club difference."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -346,14 +225,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user