Merge version_1 into main #2
242
src/app/page.tsx
242
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { CheckCircle } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -32,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shayandima"
|
||||
/>
|
||||
@@ -58,32 +51,20 @@ export default function LandingPage() {
|
||||
description="Experience fine dining curated with passion, fresh ingredients, and a touch of modern sophistication."
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg"
|
||||
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-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/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/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/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",
|
||||
},
|
||||
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"
|
||||
/>
|
||||
@@ -94,8 +75,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Taste"
|
||||
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.",
|
||||
]}
|
||||
"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."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,59 +87,23 @@ export default function LandingPage() {
|
||||
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: "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"},
|
||||
{
|
||||
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: "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"},
|
||||
{
|
||||
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: "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"},
|
||||
{
|
||||
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: "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: "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: "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"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Indulge in our carefully selected seasonal specials."
|
||||
@@ -172,29 +116,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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="Why Shayandima?"
|
||||
description="Our commitment goes beyond serving food; we curate moments."
|
||||
@@ -207,60 +139,15 @@ export default function LandingPage() {
|
||||
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: "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", 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: "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: "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", 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: "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", 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: "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", imageAlt: "happy customer dining restaurant"},
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="Heartfelt feedback from our valued dining guests."
|
||||
@@ -272,14 +159,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
]}
|
||||
"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."
|
||||
/>
|
||||
@@ -291,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance.",
|
||||
},
|
||||
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: "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: "3", title: "Are dietary options available?", content: "Absolutely, please inform us of any restrictions."},
|
||||
]}
|
||||
title="Dining Queries"
|
||||
description="Everything you need to know about dining at Shayandima."
|
||||
@@ -318,8 +189,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Seat"
|
||||
description="Ready to experience Shayandima? Join our newsletter for updates or make a reservation."
|
||||
@@ -334,33 +204,21 @@ export default function LandingPage() {
|
||||
logoText="Shayandima"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user