Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 07:03:05 +00:00

View File

@@ -6,6 +6,7 @@ import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGaller
import SplitAbout from "@/components/sections/about/SplitAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
import { Leaf, Sprout, ChefHat, Sparkles } from "lucide-react";
@@ -19,12 +20,6 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
];
const handleNavClick = (id: string) => {
if (id.startsWith("/")) {
window.location.href = id;
}
};
return (
<ThemeProvider
defaultButtonVariant="elastic-effect"
@@ -55,26 +50,17 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg",
imageAlt: "Gourmet plated dish with herbs",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Gourmet plated dish with herbs"},
{
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg",
imageAlt: "Lush garden-style interior seating",
},
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", imageAlt: "Lush garden-style interior seating"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg?_wi=1",
imageAlt: "Warm evening outdoor terrace lighting",
},
imageSrc: "http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg", imageAlt: "Warm evening outdoor terrace lighting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1",
imageAlt: "Elegantly plated main course",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Elegantly plated main course"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg",
imageAlt: "Sophisticated dining ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "Sophisticated dining ambiance"},
]}
mediaAnimation="none"
buttons={[
{ text: "Book Now", href: "/contact" },
{ text: "View Menu", href: "/menu" },
@@ -92,29 +78,23 @@ export default function HomePage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "Fresh Local Sourcing",
description: "We partner with regional growers to bring the season's best produce directly to your plate.",
icon: Leaf,
title: "Fresh Local Sourcing", description: "We partner with regional growers to bring the season's best produce directly to your plate.", icon: Leaf,
},
{
title: "Artisanal Preparation",
description: "Our chefs craft each dish with meticulous attention to flavor, presentation, and culinary tradition.",
icon: ChefHat,
title: "Artisanal Preparation", description: "Our chefs craft each dish with meticulous attention to flavor, presentation, and culinary tradition.", icon: ChefHat,
},
{
title: "Enchanting Ambiance",
description: "Dine among lush greenery and warm lighting that transforms every meal into a memorable celebration.",
icon: Sparkles,
title: "Enchanting Ambiance", description: "Dine among lush greenery and warm lighting that transforms every meal into a memorable celebration.", icon: Sparkles,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg"
imageAlt="Yerevan Garden dining room with lush greenery"
imagePosition="right"
mediaAnimation="slide-up"
/>
</div>
<div id="menu-preview" data-section="menu-preview">
<div id="menu" data-section="menu">
<ProductCardOne
title="Our Digital Menu"
description="Explore our carefully curated selection of starters, main dishes, and exquisite desserts. Each item showcases our commitment to quality, creativity, and the finest ingredients."
@@ -124,26 +104,23 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "starter-1",
name: "Herb Garden Salad",
price: "12,000 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/green-salad-leaves-wooden-bowl_661915-382.jpg?_wi=1",
imageAlt: "Fresh herb garden salad with seasonal vegetables",
},
id: "starter-1", name: "Herb Garden Salad", price: "12,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/green-salad-leaves-wooden-bowl_661915-382.jpg", imageAlt: "Fresh herb garden salad with seasonal vegetables"},
{
id: "starter-2",
name: "Charred Vegetable Tapas",
price: "14,000 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baked-vegetables_23-2148917756.jpg?_wi=1",
imageAlt: "Charred vegetables with artisanal preparation",
},
id: "starter-2", name: "Charred Vegetable Tapas", price: "14,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baked-vegetables_23-2148917756.jpg", imageAlt: "Charred vegetables with artisanal preparation"},
{
id: "starter-3",
name: "Garden Soup Selection",
price: "11,000 AMD",
imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg?_wi=1",
imageAlt: "Seasonal garden-fresh soup",
},
id: "starter-3", name: "Garden Soup Selection", price: "11,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/autumn-elements-soup_23-2147709400.jpg", imageAlt: "Seasonal garden-fresh soup"},
{
id: "main-1", name: "Pan-Seared Local Fish", price: "28,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-fish-with-vegetables-pickled-ginger-slices-soy-sauce-plate-rustic_141793-11650.jpg", imageAlt: "Pan-seared fish with garden herbs"},
{
id: "main-2", name: "Heritage Grain Risotto", price: "22,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "Creamy risotto with local vegetables"},
{
id: "main-3", name: "Herb-Crusted Lamb", price: "32,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/grilled-lamb-chop-meat-steak_1203-9506.jpg", imageAlt: "Herb-crusted lamb with roasted accompaniments"},
{
id: "dessert-1", name: "Lavender Panna Cotta", price: "9,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-decorated-with-flowers_23-2148016161.jpg", imageAlt: "Silky lavender panna cotta with edible flowers"},
{
id: "dessert-2", name: "Seasonal Fruit Tart", price: "8,500 AMD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-closeup-shot-pie-with-black-red-berries_181624-5189.jpg", imageAlt: "Elegant seasonal fruit tart"},
{
id: "dessert-3", name: "Dark Chocolate Torte", price: "10,000 AMD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-cake-plate_23-2148251600.jpg", imageAlt: "Rich dark chocolate torte with berry compote"},
]}
buttons={[
{ text: "View Full Menu", href: "/menu" },
@@ -151,6 +128,31 @@ export default function HomePage() {
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardOne
title="Gallery"
description="Immerse yourself in the visual journey of Yerevan Garden. From intimate close-ups of our culinary creations to sweeping views of our enchanting dining spaces."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="bento-grid"
products={[
{
id: "gallery-1", name: "Macro Herb Details", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/green-plant-with-small-leaf_91008-589.jpg", imageAlt: "Close-up macro photography of fresh herbs"},
{
id: "gallery-2", name: "Garden Seating Area", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-white-wooden-furniture-interior_114579-2232.jpg", imageAlt: "Wide-angle view of lush garden-style seating"},
{
id: "gallery-3", name: "Evening Terrace", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/how-is-rich-people-have-supper-prepared-desk-waiting-food-visitors-evening-time_146671-14412.jpg", imageAlt: "Warm ambient lighting on outdoor terrace"},
{
id: "gallery-4", name: "Plated Artistry", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-food-plating-decoration_23-2148519092.jpg", imageAlt: "Artistic food plating with microgreens"},
{
id: "gallery-5", name: "Interior Ambiance", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", imageAlt: "Sophisticated interior with warm lighting"},
{
id: "gallery-6", name: "Ingredient Showcase", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-wooden-boards-background-top-view-healthy-food-concept_613910-6207.jpg", imageAlt: "Fresh garden ingredients and produce"},
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Guests Say"
@@ -159,111 +161,69 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Anahit Petrosyan, Food Critic",
date: "Date: 15 November 2024",
title: "A culinary masterpiece in the heart of Yerevan",
quote: "Yerevan Garden represents the pinnacle of contemporary Armenian dining. Every dish celebrates the bounty of local gardens while demonstrating exceptional technical skill. The ambiance is equally enchanting—a perfect marriage of sophistication and warmth.",
tag: "Fine Dining",
avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
avatarAlt: "Anahit Petrosyan",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg",
imageAlt: "Beautifully plated signature dish",
},
id: "1", name: "Anahit Petrosyan, Food Critic", date: "Date: 15 November 2024", title: "A culinary masterpiece in the heart of Yerevan", quote: "Yerevan Garden represents the pinnacle of contemporary Armenian dining. Every dish celebrates the bounty of local gardens while demonstrating exceptional technical skill. The ambiance is equally enchanting—a perfect marriage of sophistication and warmth.", tag: "Fine Dining", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Anahit Petrosyan", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2436.jpg", imageAlt: "Beautifully plated signature dish"},
{
id: "2",
name: "Raffi Mouradian, Chef & Restaurateur",
date: "Date: 8 November 2024",
title: "Inspiring what's possible in Armenian cuisine",
quote: "I visited Yerevan Garden and left inspired. The way they source from local gardens and translate that into unforgettable plates is remarkable. Their commitment to culinary excellence and hospitality sets a new standard in our city.",
tag: "Professional",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg",
avatarAlt: "Raffi Mouradian",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2",
imageAlt: "Chef presentation of artisanal dish",
},
id: "2", name: "Raffi Mouradian, Chef & Restaurateur", date: "Date: 8 November 2024", title: "Inspiring what's possible in Armenian cuisine", quote: "I visited Yerevan Garden and left inspired. The way they source from local gardens and translate that into unforgettable plates is remarkable. Their commitment to culinary excellence and hospitality sets a new standard in our city.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", avatarAlt: "Raffi Mouradian", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Chef presentation of artisanal dish"},
{
id: "3",
name: "Elena Hovhannisyan, Wedding Guest",
date: "Date: 2 November 2024",
title: "Made our celebration absolutely unforgettable",
quote: "We hosted our anniversary dinner at Yerevan Garden and it exceeded every expectation. The staff was impeccable, the food was divine, and the garden setting provided the perfect romantic backdrop. We'll be back again and again.",
tag: "Special Events",
avatarSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2487.jpg",
avatarAlt: "Elena Hovhannisyan",
imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg",
imageAlt: "Intimate table setting with candlelight",
},
id: "3", name: "Elena Hovhannisyan, Wedding Guest", date: "Date: 2 November 2024", title: "Made our celebration absolutely unforgettable", quote: "We hosted our anniversary dinner at Yerevan Garden and it exceeded every expectation. The staff was impeccable, the food was divine, and the garden setting provided the perfect romantic backdrop. We'll be back again and again.", tag: "Special Events", avatarSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2487.jpg", avatarAlt: "Elena Hovhannisyan", imageSrc: "http://img.b2bpic.net/free-photo/christmas-table-living-room-with-objects-holiday-decor-new-year-eve-concept_132075-11240.jpg", imageAlt: "Intimate table setting with candlelight"},
{
id: "4",
name: "Tigran Arakelyan, Travel Writer",
date: "Date: 25 October 2024",
title: "An essential destination for culinary travelers",
quote: "In my years of exploring restaurants across the Caucasus, Yerevan Garden stands out as truly distinctive. It's not just about the food—though it's exceptional—it's about the entire experience. A must-visit for anyone seeking authentic Armenian hospitality.",
tag: "Travel & Culture",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
avatarAlt: "Tigran Arakelyan",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg",
imageAlt: "Restaurant dining room with garden views",
},
id: "4", name: "Tigran Arakelyan, Travel Writer", date: "Date: 25 October 2024", title: "An essential destination for culinary travelers", quote: "In my years of exploring restaurants across the Caucasus, Yerevan Garden stands out as truly distinctive. It's not just about the food—though it's exceptional—it's about the entire experience. A must-visit for anyone seeking authentic Armenian hospitality.", tag: "Travel & Culture", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", avatarAlt: "Tigran Arakelyan", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg", imageAlt: "Restaurant dining room with garden views"},
{
id: "5",
name: "Lilit Baghdasaryan, Corporate Event Coordinator",
date: "Date: 18 October 2024",
title: "Perfect venue for sophisticated gatherings",
quote: "We've hosted multiple corporate events at Yerevan Garden and each one has been flawless. The management is attentive, the cuisine is innovative, and guests always rave about the experience. It's our go-to venue for important occasions.",
tag: "Business Events",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg",
avatarAlt: "Lilit Baghdasaryan",
imageSrc: "http://img.b2bpic.net/free-photo/white-table-setting-wedding-reception-venue_637285-5681.jpg",
imageAlt: "Elegant event setup with table arrangements",
},
id: "5", name: "Lilit Baghdasaryan, Corporate Event Coordinator", date: "Date: 18 October 2024", title: "Perfect venue for sophisticated gatherings", quote: "We've hosted multiple corporate events at Yerevan Garden and each one has been flawless. The management is attentive, the cuisine is innovative, and guests always rave about the experience. It's our go-to venue for important occasions.", tag: "Business Events", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", avatarAlt: "Lilit Baghdasaryan", imageSrc: "http://img.b2bpic.net/free-photo/white-table-setting-wedding-reception-venue_637285-5681.jpg", imageAlt: "Elegant event setup with table arrangements"},
{
id: "6", name: "Vahe Khachaturian, Local Resident", date: "Date: 10 October 2024", title: "Our new favorite neighborhood restaurant", quote: "Living nearby, we've made Yerevan Garden our regular spot. Whether it's a casual dinner or a special celebration, the quality never wavers. The team treats you like family, and the food tastes like home—elevated to art.", tag: "Local Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1622.jpg", avatarAlt: "Vahe Khachaturian", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Warm, welcoming restaurant atmosphere"},
]}
/>
</div>
<div id="cta" data-section="cta">
<div className="mx-auto px-4 md:px-6 py-16 md:py-24 text-center">
<h2 className="text-3xl md:text-4xl font-bold mb-6 text-foreground">Ready to Experience Yerevan Garden?</h2>
<p className="text-lg text-foreground/80 mb-8 max-w-2xl mx-auto">Reserve your table today and discover why Yerevan Garden is Yerevan's premier garden-to-table dining destination.</p>
<Link href="/contact" className="inline-block px-8 py-3 bg-primary-cta text-primary-cta-text rounded-full font-semibold hover:opacity-90 transition-opacity">
Book Your Reservation
</Link>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Reserve Your Table"
description="Plan your next culinary experience at Yerevan Garden. Whether you're celebrating a special occasion or enjoying a casual dinner, we're here to make it memorable. Call us at 077 800 989 or fill out the form below."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beach-restaurant-evening_661209-253.jpg"
imageAlt="Inviting terrace ambiance at sunset"
mediaAnimation="slide-up"
mediaPosition="right"
inputs={[
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "reservationDate", type: "date", placeholder: "Preferred Date", required: true },
]}
textarea={{ name: "message", placeholder: "Special requests or dietary preferences...", rows: 5, required: false }}
buttonText="Book Reservation"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Navigate",
items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Menu", href: "/menu" },
{ label: "Gallery", href: "/gallery" },
title: "Navigate", items: [
{ label: "Home", href: "#home" },
{ label: "About", href: "#about" },
{ label: "Menu", href: "#menu" },
{ label: "Gallery", href: "#gallery" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 077 800 989", href: "tel:077800989" },
{ label: "Leningradyan Street, Yerevan", href: "#" },
{ label: "Email: info@yerevangarden.am", href: "mailto:info@yerevangarden.am" },
{ label: "Reservations", href: "/contact" },
{ label: "Reservations", href: "#contact" },
],
},
{
title: "Follow",
items: [
title: "Follow", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Twitter", href: "https://twitter.com" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },