Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 646fa0e999 | |||
| b274b1f715 | |||
| f95a813f45 | |||
| 19ae1513c5 |
147
src/app/page.tsx
147
src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
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: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Shayandima"
|
||||
/>
|
||||
@@ -47,35 +43,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Culinary Excellence at Shayandima"
|
||||
description="Experience fine dining curated with passion, fresh ingredients, and a touch of modern sophistication."
|
||||
title="Culinary Excellence at Shayandima & Vhulelu"
|
||||
description="A unique fusion experience nestled in the heart of our community, blending local heritage with fine dining elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
{ text: "Reserve Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg", alt: "Dining table setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157794.jpg", alt: "Dining table setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-table-assortment-with-plant_23-2148914895.jpg", alt: "Dining table setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg", alt: "Dining table setting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-wrapped-with-tomato-slices-from-outside_114579-2033.jpg", alt: "Dining table setting"},
|
||||
]}
|
||||
avatarText="Join 500+ satisfied guests"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Taste"
|
||||
title="Crafting Memories Together"
|
||||
description={[
|
||||
"At Shayandima, we believe that every meal should be a narrative. Our journey begins with selecting the finest local ingredients to create dishes that honor tradition while pushing culinary boundaries."]}
|
||||
"Shayandima & Vhulelu represents a collaborative vision for exquisite dining. We bring together seasonal ingredients and traditional culinary roots to create a dining atmosphere that celebrates local flavors."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,27 +69,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Main", name: "Seared Scallops", price: "$32", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=1"},
|
||||
{
|
||||
id: "2", brand: "Main", name: "Herb Crusted Lamb", price: "$45", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg?_wi=1"},
|
||||
{
|
||||
id: "3", brand: "Starter", name: "Truffle Soup", price: "$18", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942414.jpg?_wi=1"},
|
||||
{
|
||||
id: "4", brand: "Desert", name: "Chocolate Sphere", price: "$15", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg"},
|
||||
{
|
||||
id: "5", brand: "Main", name: "Wild Mushroom Risotto", price: "$28", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg"},
|
||||
{
|
||||
id: "6", brand: "Main", name: "Catch of the Day", price: "$38", rating: 5,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83768.jpg"},
|
||||
{ id: "1", brand: "Signature", name: "Shayandima Platter", price: "$38", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Special", name: "Vhulelu Roast", price: "$42", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg?_wi=1" },
|
||||
{ id: "3", brand: "Starter", name: "Local Herb Soup", price: "$16", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942414.jpg?_wi=1" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Indulge in our carefully selected seasonal specials."
|
||||
title="The Joint Menu"
|
||||
description="Our collective favorites, prepared to perfection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,21 +83,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Farm to Table", description: "Sourcing fresh produce daily from trusted local farms.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-autumn-food-wooden-background_23-2148234242.jpg"},
|
||||
{
|
||||
title: "Curated Wine List", description: "A perfect pairing for every sophisticated palate.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-with-glasses-wine-room_23-2148024520.jpg"},
|
||||
{
|
||||
title: "Intimate Ambiance", description: "Designed for conversations and unforgettable evenings.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-42863.jpg"},
|
||||
{
|
||||
title: "Expert Chefs", description: "Masters of their craft bringing global flavors home.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg"},
|
||||
{ title: "Combined Heritage", description: "A marriage of Shayandima and Vhulelu styles.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/top-view-autumn-food-wooden-background_23-2148234242.jpg" },
|
||||
{ title: "Locally Sourced", description: "Supporting our nearby farms and artisans.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/male-female-with-glasses-wine-room_23-2148024520.jpg" },
|
||||
{ title: "Unified Dining", description: "Two spaces, one exquisite experience.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-table-setting-service-reception_53876-42863.jpg" },
|
||||
{ title: "Expert Hospitality", description: "A dedicated service team focused on you.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg" },
|
||||
]}
|
||||
title="Why Shayandima?"
|
||||
description="Our commitment goes beyond serving food; we curate moments."
|
||||
title="Why Shayandima & Vhulelu?"
|
||||
description="More than just a meal, it's a neighborhood tradition."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,19 +98,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Elena Ross", date: "Oct 2024", title: "Memorable Dinner", quote: "The best dining experience in years.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-36379.jpg", imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "2", name: "Mark Stevens", date: "Sep 2024", title: "Exceptional Service", quote: "Truly unique atmosphere and tastes.", tag: "Event", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fish-meal_23-2148494084.jpg", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "3", name: "Sarah Miller", date: "Aug 2024", title: "Hidden Gem", quote: "The risotto was absolutely divine.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "4", name: "James Bond", date: "Jul 2024", title: "Perfect Evening", quote: "Sophistication at its finest level.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89988.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "5", name: "Anna Lee", date: "Jun 2024", title: "Will return!", quote: "Loved every single moment of it.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942414.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{ id: "1", name: "Elena Ross", date: "Oct 2024", title: "Unforgettable Fusion", quote: "The blend of styles is simply brilliant.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-handsome-man-isolated_273609-36379.jpg" },
|
||||
{ id: "2", name: "Mark Stevens", date: "Sep 2024", title: "New Favorite Spot", quote: "I love the community feel here.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
|
||||
{ id: "3", name: "Sarah Miller", date: "Aug 2024", title: "Top Tier Service", quote: "Always greeted with a smile and excellence.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg" },
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="Heartfelt feedback from our valued dining guests."
|
||||
title="Community Voices"
|
||||
description="Sharing the experience of our guests."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,10 +111,10 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Epicure Magazine", "Fine Dining Guide", "Taste of the City", "Local Foodie Awards", "Global Gastronomy", "Urban Eats Daily", "Chef's Table News"]}
|
||||
title="As Seen In"
|
||||
description="Recognized by industry leaders for our culinary standard."
|
||||
names={["Local Press", "Community Food Guild", "Taste Trail", "Regional Gourmet"]
|
||||
}
|
||||
title="Community Recognition"
|
||||
description="Proudly supported by the heart of the community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,15 +123,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance."},
|
||||
{
|
||||
id: "2", title: "Is there a dress code?", content: "Smart casual attire is appreciated by our staff."},
|
||||
{
|
||||
id: "3", title: "Are dietary options available?", content: "Absolutely, please inform us of any restrictions."},
|
||||
{ id: "1", title: "Is it one restaurant?", content: "Yes, Shayandima & Vhulelu operate as a unified dining destination." },
|
||||
{ id: "2", title: "Can I book for groups?", content: "We welcome large group bookings in our event-friendly space." },
|
||||
{ id: "3", title: "Where can I park?", content: "Dedicated parking is available next to our main entrance." },
|
||||
]}
|
||||
title="Dining Queries"
|
||||
description="Everything you need to know about dining at Shayandima."
|
||||
description="Everything you need to know about our combined service."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cozy-cafeteria-event-hall-with-white-furniture-imaeg_114579-2231.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -188,11 +138,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Seat"
|
||||
description="Ready to experience Shayandima? Join our newsletter for updates or make a reservation."
|
||||
description="Book your experience at Shayandima & Vhulelu today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9390.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -201,30 +150,14 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-plate-with-pasta-mushrooms-dark-cloth_23-2148340423.jpg"
|
||||
logoText="Shayandima"
|
||||
logoText="Shayandima & Vhulelu"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Links", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user