Merge version_2 into main #2
@@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Sparkles } from 'lucide-react';
|
||||
import { Sparkles, Wine, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -113,21 +113,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardFour
|
||||
title="Signature Dishes"
|
||||
description="Taste the essence of our culinary philosophy. Each signature dish represents years of refinement and a deep commitment to flavor."
|
||||
title="Complete Menu"
|
||||
description="Explore our full selection of starters, signature dishes, and specialties crafted to delight the palate."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
products={[
|
||||
{
|
||||
id: "khachapuri", name: "Khachapuri Adjarian", price: "Market Price", variant: "Golden, buttery, warm", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-plate-wooden-table_140725-54919.jpg", imageAlt: "Khachapuri Adjarian with egg"
|
||||
},
|
||||
{
|
||||
id: "pkhali", name: "Mixed Vegetable Pkhali", price: "$12", variant: "Spinach, beets, eggplant", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-parmesan-with-herbs_114579-2136.jpg", imageAlt: "Mixed vegetable pkhali starter"
|
||||
},
|
||||
{
|
||||
id: "shkmeruli", name: "Chicken Shkmeruli", price: "Market Price", variant: "Creamy garlic sauce", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tabacca-with-rosemary-leaves_114579-2135.jpg", imageAlt: "Chicken in shkmeruli sauce"
|
||||
},
|
||||
{
|
||||
id: "stroganoff", name: "Beef Stroganoff", price: "Market Price", variant: "Rich, perfectly balanced", imageSrc: "http://img.b2bpic.net/free-photo/bowl-beef-govurma-with-herbs-galetta_114579-2501.jpg", imageAlt: "Beef stroganoff plated"
|
||||
},
|
||||
{
|
||||
id: "shkmeruli", name: "Chicken Shkmeruli", price: "Market Price", variant: "Juicy, traditional flavor", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tabacca-with-rosemary-leaves_114579-2135.jpg", imageAlt: "Chicken in shkmeruli sauce"
|
||||
id: "dolma", name: "Dolma with Walnut Sauce", price: "Market Price", variant: "Refined and well-seasoned", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eggplant-dolma-with-cooked-tomatoes-bell-peppers-filled-with-ground-meat-inside-plate-blue-background_179666-17193.jpg", imageAlt: "Dolma with walnut sauce"
|
||||
},
|
||||
{
|
||||
id: "dolma", name: "Dolma with Walnut Sauce", price: "Market Price", variant: "Refined and well-seasoned", imageSrc: "http://img.b2bpic.net/free-photo/front-view-eggplant-dolma-with-cooked-tomatoes-bell-peppers-filled-with-ground-meat-inside-plate-blue-background_179666-17193.jpg", imageAlt: "Dolma with walnut sauce"
|
||||
id: "lagman", name: "Lagman Noodles", price: "$18", variant: "Hand-pulled with rich broth", imageSrc: "http://img.b2bpic.net/free-photo/chicken-noodles-with-vegetables-plate_114579-2238.jpg", imageAlt: "Lagman noodles in rich broth"
|
||||
},
|
||||
{
|
||||
id: "lobio", name: "Lobio Beans Stew", price: "$14", variant: "Traditional spiced beans", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beans-traditional-dish_114579-1947.jpg", imageAlt: "Lobio beans stew"
|
||||
},
|
||||
{
|
||||
id: "napoleon", name: "Napoleon Dessert", price: "Market Price", variant: "Light, elegant, unforgettable", imageSrc: "http://img.b2bpic.net/free-photo/decorative-dessert-with-red-berries-sauce-white-ceramic-plate_23-2148161584.jpg", imageAlt: "Napoleon dessert elegantly plated"
|
||||
@@ -178,12 +190,11 @@ export default function LandingPage() {
|
||||
<div id="cta" data-section="cta">
|
||||
<FeatureCardTwentyFour
|
||||
title="An Evening Worth Remembering"
|
||||
description="Join us for exceptional cuisine, refined atmosphere, and service that turns every visit into a special occasion."
|
||||
description="Join us for exceptional cuisine, refined atmosphere, and service that turns every visit into a special occasion. Reserve your table today and experience dining elevated to an art form."
|
||||
animationType="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[]
|
||||
}
|
||||
features={[]}
|
||||
buttons={[{ text: "Reserve Your Experience", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user