Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 203da036f3 | |||
| 0e1a9ce1e9 | |||
| e0d1ec0ce5 |
176
src/app/page.tsx
176
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Cuisine",
|
||||
id: "features",
|
||||
},
|
||||
name: "Cuisine", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ГРУЗИНКА"
|
||||
/>
|
||||
@@ -58,61 +48,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Georgia in the Heart of Samarkand"
|
||||
description="Experience soulful Georgian cuisine, warm hospitality, and an elegant atmosphere that makes every guest feel like family."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-long-cookie-berries_140725-8512.jpg",
|
||||
alt: "A bowl of french dessert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-long-cookie-berries_140725-8512.jpg", alt: "A bowl of french dessert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg",
|
||||
alt: "A bowl of french dessert on book",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bowl-french-dessert-garnished-with-berries-placed-book_140725-8511.jpg", alt: "A bowl of french dessert on book"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg",
|
||||
alt: "Ornate windows",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ornate-windows-art-nouveau-style-with-stained-glass_23-2150975601.jpg", alt: "Ornate windows"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358065.jpg",
|
||||
alt: "Ramadan celebration",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358065.jpg", alt: "Ramadan celebration"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259728.jpg",
|
||||
alt: "Delicious food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259728.jpg", alt: "Delicious food"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Georgian Taste",
|
||||
},
|
||||
type: "text", text: "Authentic Georgian Taste"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Hospitality",
|
||||
},
|
||||
type: "text", text: "Traditional Hospitality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Wine Selection",
|
||||
},
|
||||
type: "text", text: "Premium Wine Selection"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm Atmosphere",
|
||||
},
|
||||
type: "text", text: "Warm Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handmade Khinkali",
|
||||
},
|
||||
type: "text", text: "Handmade Khinkali"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,20 +101,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Khachapuri",
|
||||
description: "Authentic cheese-filled breads baked to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg?_wi=1",
|
||||
},
|
||||
title: "Khachapuri", description: "Authentic cheese-filled breads baked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg?_wi=1"},
|
||||
{
|
||||
title: "Khinkali",
|
||||
description: "Hand-folded dumplings with savory fillings and rich broth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529850.jpg?_wi=1",
|
||||
},
|
||||
title: "Khinkali", description: "Hand-folded dumplings with savory fillings and rich broth.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529850.jpg?_wi=1"},
|
||||
{
|
||||
title: "Georgian Wine",
|
||||
description: "Ancient qvevri wine techniques brought to your table.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-wine-bottle-glass-marble-table_114579-21068.jpg?_wi=1",
|
||||
},
|
||||
title: "Georgian Wine", description: "Ancient qvevri wine techniques brought to your table.", imageSrc: "http://img.b2bpic.net/free-photo/red-wine-bottle-glass-marble-table_114579-21068.jpg?_wi=1"},
|
||||
]}
|
||||
title="Soulful Cuisine"
|
||||
description="Discover the vibrant flavors and rich heritage of authentic Georgian cooking."
|
||||
@@ -160,60 +118,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Petrova",
|
||||
date: "Jan 2024",
|
||||
title: "Memorable Dinner",
|
||||
quote: "The food and atmosphere are purely authentic. I felt right at home.",
|
||||
tag: "Romantic Dinner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=2",
|
||||
imageAlt: "happy couple dining luxury restaurant",
|
||||
},
|
||||
id: "1", name: "Elena Petrova", date: "Jan 2024", title: "Memorable Dinner", quote: "The food and atmosphere are purely authentic. I felt right at home.", tag: "Romantic Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg", imageSrc: "http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=2", imageAlt: "happy couple dining luxury restaurant"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Markus Weber",
|
||||
date: "Dec 2023",
|
||||
title: "Business Success",
|
||||
quote: "Impressive service and beautiful presentation. Perfect for business.",
|
||||
tag: "Business",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081865.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg?_wi=2",
|
||||
imageAlt: "happy couple dining luxury restaurant",
|
||||
},
|
||||
id: "2", name: "Markus Weber", date: "Dec 2023", title: "Business Success", quote: "Impressive service and beautiful presentation. Perfect for business.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081865.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg?_wi=2", imageAlt: "happy couple dining luxury restaurant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nodir Karim",
|
||||
date: "Nov 2023",
|
||||
title: "Amazing Family Night",
|
||||
quote: "Truly warm hospitality, just like in Georgia itself.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg?_wi=2",
|
||||
imageAlt: "happy couple dining luxury restaurant",
|
||||
},
|
||||
id: "3", name: "Nodir Karim", date: "Nov 2023", title: "Amazing Family Night", quote: "Truly warm hospitality, just like in Georgia itself.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner-together_23-2149174104.jpg", imageSrc: "http://img.b2bpic.net/free-photo/khachapuri-with-kitchen-towel-dough-flour-wooden-cutting-board_176474-6831.jpg?_wi=2", imageAlt: "happy couple dining luxury restaurant"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
date: "Oct 2023",
|
||||
title: "True Authenticity",
|
||||
quote: "The best khinkali I have had outside of Tbilisi. Incredible.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1320.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529850.jpg?_wi=2",
|
||||
imageAlt: "happy couple dining luxury restaurant",
|
||||
},
|
||||
id: "4", name: "Sarah Miller", date: "Oct 2023", title: "True Authenticity", quote: "The best khinkali I have had outside of Tbilisi. Incredible.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1320.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529850.jpg?_wi=2", imageAlt: "happy couple dining luxury restaurant"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Smith",
|
||||
date: "Sep 2023",
|
||||
title: "Excellent Evening",
|
||||
quote: "Unforgettable experience for my special event.",
|
||||
tag: "Celebration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-wine-bottle-glass-marble-table_114579-21068.jpg?_wi=2",
|
||||
imageAlt: "happy couple dining luxury restaurant",
|
||||
},
|
||||
id: "5", name: "Alex Smith", date: "Sep 2023", title: "Excellent Evening", quote: "Unforgettable experience for my special event.", tag: "Celebration", avatarSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg", imageSrc: "http://img.b2bpic.net/free-photo/red-wine-bottle-glass-marble-table_114579-21068.jpg?_wi=2", imageAlt: "happy couple dining luxury restaurant"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Heartfelt experiences from those who have joined our table."
|
||||
@@ -228,20 +141,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
description: "Authentic Recipes",
|
||||
},
|
||||
id: "1", value: "15+", description: "Authentic Recipes"},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
description: "Satisfied Guests",
|
||||
},
|
||||
id: "2", value: "500+", description: "Satisfied Guests"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Hand-Made Quality",
|
||||
},
|
||||
id: "3", value: "100%", description: "Hand-Made Quality"},
|
||||
]}
|
||||
title="Our Passion in Numbers"
|
||||
description="Reflecting our commitment to quality and service excellence."
|
||||
@@ -254,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend booking in advance to ensure your table.",
|
||||
},
|
||||
id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure your table."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you host private events?",
|
||||
content: "Yes, we specialize in intimate celebrations and group gatherings.",
|
||||
},
|
||||
id: "2", title: "Can you host private events?", content: "Yes, we specialize in intimate celebrations and group gatherings."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is your cuisine halal?",
|
||||
content: "We offer a selection of dishes suitable for different dietary needs.",
|
||||
},
|
||||
id: "3", title: "Is your cuisine halal?", content: "We offer a selection of dishes suitable for different dietary needs."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about dining at Грузинка."
|
||||
@@ -279,11 +174,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservations"
|
||||
title="Join Us Today"
|
||||
description="Secure your table and experience authentic Georgian hospitality."
|
||||
title="Come Hungry. Leave Happy"
|
||||
description="From our kitchen to your heart, discover the soulful flavors of Georgia. Book your table or get directions to our home today."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -296,4 +190,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ffdf7d;
|
||||
--background: #F5F5F5;
|
||||
--card: #FFFFFF;
|
||||
--foreground: #141414;
|
||||
--primary-cta: #4A0F1B;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta: #C8A46B;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #b8860b;
|
||||
--background-accent: #8b6914;
|
||||
--accent: #C8A46B;
|
||||
--background-accent: #4A0F1B;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user