Update src/app/about/page.tsx

This commit is contained in:
2026-03-09 16:15:14 +00:00
parent 76a79f18fb
commit e30672ccdb

View File

@@ -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>