Merge version_1 into main #2
@@ -42,6 +42,7 @@ export default function AboutPage() {
|
||||
<AboutMetric
|
||||
title="Why travelers and locals trust Tamar Mepe for authentic Georgian hospitality and quality that speaks for itself"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{ icon: Star, label: "Guest Rating", value: "4.6★" },
|
||||
{ icon: Users, label: "Happy Guests", value: "150+" },
|
||||
@@ -62,26 +63,11 @@ export default function AboutPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Traditional Recipes",
|
||||
price: "Est. 1980s",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-plate_23-2149882925.jpg",
|
||||
imageAlt: "Georgian chef preparing traditional food",
|
||||
},
|
||||
id: "1", name: "Traditional Recipes", price: "Est. 1980s", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-plate_23-2149882925.jpg", imageAlt: "Georgian chef preparing traditional food"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Local Ingredients",
|
||||
price: "Farm Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=3",
|
||||
imageAlt: "Fresh local vegetables",
|
||||
},
|
||||
id: "2", name: "Local Ingredients", price: "Farm Fresh", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg", imageAlt: "Fresh local vegetables"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Warm Hospitality",
|
||||
price: "Always",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=3",
|
||||
imageAlt: "Welcoming restaurant interior",
|
||||
},
|
||||
id: "3", name: "Warm Hospitality", price: "Always", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg", imageAlt: "Welcoming restaurant interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
172
src/app/page.tsx
172
src/app/page.tsx
@@ -42,9 +42,7 @@ export default function HomePage() {
|
||||
brandName="Tamar Mepe"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+995599424462",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+995599424462"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,13 +53,9 @@ export default function HomePage() {
|
||||
description="Authentic Georgian cuisine in Sachkhere. Delicious homemade dishes, warm atmosphere, and unforgettable flavors. Your home on the road between Tbilisi and Racha."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+995599424462",
|
||||
},
|
||||
text: "Call Now", href: "tel:+995599424462"},
|
||||
{
|
||||
text: "Reserve Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-raw-little-dumplings-with-meat-tomato-sauce-gray-surface-dough-meal-cake-pie-cuisine-dish-dinner-cooking_179666-17934.jpg"
|
||||
imageAlt="Georgian khinkali dumplings"
|
||||
@@ -81,29 +75,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Khachapuri Imeruli",
|
||||
price: "25₾",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-delicious-pastries-dark-blue-surface_179666-44498.jpg?_wi=1",
|
||||
imageAlt: "Georgian khachapuri cheese bread",
|
||||
},
|
||||
id: "1", name: "Khachapuri Imeruli", price: "25₾", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-delicious-pastries-dark-blue-surface_179666-44498.jpg", imageAlt: "Georgian khachapuri cheese bread"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lamb Kebab Shashlik",
|
||||
price: "30₾",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg?_wi=1",
|
||||
imageAlt: "Georgian lamb kebab",
|
||||
},
|
||||
id: "2", name: "Lamb Kebab Shashlik", price: "30₾", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg", imageAlt: "Georgian lamb kebab"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Georgian Salad",
|
||||
price: "12₾",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=1",
|
||||
imageAlt: "Georgian salad with herbs",
|
||||
},
|
||||
id: "3", name: "Fresh Georgian Salad", price: "12₾", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg", imageAlt: "Georgian salad with herbs"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,27 +92,20 @@ export default function HomePage() {
|
||||
<AboutMetric
|
||||
title="Why travelers and locals trust Tamar Mepe for authentic Georgian hospitality and quality that speaks for itself"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="none"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Guest Rating",
|
||||
value: "4.6★",
|
||||
},
|
||||
label: "Guest Rating", value: "4.6★"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Guests",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Happy Guests", value: "150+"},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Years Tradition",
|
||||
value: "Family",
|
||||
},
|
||||
label: "Years Tradition", value: "Family"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Location",
|
||||
value: "On Route",
|
||||
},
|
||||
label: "Location", value: "On Route"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,71 +119,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceeded all expectations",
|
||||
quote:
|
||||
"Everything we tried was delicious and leaves many expensive places in Tbilisi behind. The khinkali was perfectly steamed, and the service felt genuinely warm.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Traveler from Tbilisi",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", title: "Exceeded all expectations", quote:
|
||||
"Everything we tried was delicious and leaves many expensive places in Tbilisi behind. The khinkali was perfectly steamed, and the service felt genuinely warm.", name: "Sarah Mitchell", role: "Traveler from Tbilisi", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Worth stopping for",
|
||||
quote:
|
||||
"Juicy khinkali, amazing lobiani, great service. We were driving to Racha and decided to stop here. Best decision of the trip!",
|
||||
name: "Michael Johnson",
|
||||
role: "Tourist",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-happy-be-back-work_23-2148727621.jpg",
|
||||
imageAlt: "Michael Johnson",
|
||||
},
|
||||
id: "2", title: "Worth stopping for", quote:
|
||||
"Juicy khinkali, amazing lobiani, great service. We were driving to Racha and decided to stop here. Best decision of the trip!", name: "Michael Johnson", role: "Tourist", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-happy-be-back-work_23-2148727621.jpg", imageAlt: "Michael Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Family favorite",
|
||||
quote:
|
||||
"We come here regularly with our family. The atmosphere is so welcoming, the food is authentic, and the prices are fair. Highly recommend to anyone visiting Sachkhere.",
|
||||
name: "Marina Beridze",
|
||||
role: "Local Resident",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg",
|
||||
imageAlt: "Marina Beridze",
|
||||
},
|
||||
id: "3", title: "Family favorite", quote:
|
||||
"We come here regularly with our family. The atmosphere is so welcoming, the food is authentic, and the prices are fair. Highly recommend to anyone visiting Sachkhere.", name: "Marina Beridze", role: "Local Resident", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg", imageAlt: "Marina Beridze"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Authentic Georgian experience",
|
||||
quote:
|
||||
"This is what Georgian hospitality should be. Real food, real flavors, real people. You can taste the care in every dish.",
|
||||
name: "David Koridze",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageAlt: "David Koridze",
|
||||
},
|
||||
id: "4", title: "Authentic Georgian experience", quote:
|
||||
"This is what Georgian hospitality should be. Real food, real flavors, real people. You can taste the care in every dish.", name: "David Koridze", role: "Food Enthusiast", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Koridze"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Perfect pit stop",
|
||||
quote:
|
||||
"Traveling from Tbilisi to Oni, we needed good food fast. Tamar Mepe delivered on all fronts. The khachapuri was still warm when we left!",
|
||||
name: "Ana Tsiklauri",
|
||||
role: "Business Traveler",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg",
|
||||
imageAlt: "Ana Tsiklauri",
|
||||
},
|
||||
id: "5", title: "Perfect pit stop", quote:
|
||||
"Traveling from Tbilisi to Oni, we needed good food fast. Tamar Mepe delivered on all fronts. The khachapuri was still warm when we left!", name: "Ana Tsiklauri", role: "Business Traveler", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Ana Tsiklauri"},
|
||||
{
|
||||
id: "6",
|
||||
title: "True Georgian kitchen",
|
||||
quote:
|
||||
"You can feel the tradition in every bite. The owners care about quality, and it shows. We'll definitely come back next time we pass through.",
|
||||
name: "Giorgi Gelashvili",
|
||||
role: "Regular Customer",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg",
|
||||
imageAlt: "Giorgi Gelashvili",
|
||||
},
|
||||
id: "6", title: "True Georgian kitchen", quote:
|
||||
"You can feel the tradition in every bite. The owners care about quality, and it shows. We'll definitely come back next time we pass through.", name: "Giorgi Gelashvili", role: "Regular Customer", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", imageAlt: "Giorgi Gelashvili"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,38 +153,24 @@ export default function HomePage() {
|
||||
description="Contact us to make a reservation, order takeout, or arrange delivery. Our team is ready to serve you with genuine Georgian hospitality."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "+995 599 42 44 62",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "+995 599 42 44 62", required: true,
|
||||
},
|
||||
{
|
||||
name: "guests",
|
||||
type: "number",
|
||||
placeholder: "Number of guests",
|
||||
required: false,
|
||||
name: "guests", type: "number", placeholder: "Number of guests", required: false,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Preferred date",
|
||||
required: false,
|
||||
name: "date", type: "date", placeholder: "Preferred date", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your reservation or order...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your reservation or order...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg"
|
||||
imageAlt="Tamar Mepe restaurant interior"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Request"
|
||||
@@ -271,19 +187,13 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+995599424462",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
href: "tel:+995599424462", ariaLabel: "Call us"},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com/?q=Tamar+Mepe+Sachkhere",
|
||||
ariaLabel: "Get directions",
|
||||
},
|
||||
href: "https://maps.google.com/?q=Tamar+Mepe+Sachkhere", ariaLabel: "Get directions"},
|
||||
{
|
||||
icon: Clock,
|
||||
href: "#",
|
||||
ariaLabel: "Hours",
|
||||
},
|
||||
href: "#", ariaLabel: "Hours"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user