diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4760823..ee367ee 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -58,86 +48,50 @@ export default function LandingPage() {
@@ -147,9 +101,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Story"
description={[
- "Inspired by the traditional nomadic lifestyle of Mongolia—simple, natural, and deeply connected to food and culture. We aim to share that experience with every guest who walks through our doors.",
- "Our restaurant is a reflection of this heritage, serving dishes prepared with fresh ingredients and authentic techniques.",
- ]}
+ "Inspired by the traditional nomadic lifestyle of Mongolia—simple, natural, and deeply connected to food and culture. We aim to share that experience with every guest who walks through our doors.", "Our restaurant is a reflection of this heritage, serving dishes prepared with fresh ingredients and authentic techniques."]}
/>
@@ -161,24 +113,16 @@ export default function LandingPage() {
features={[
{
icon: Beef,
- title: "Huushuur",
- description: "Crispy fried dumplings filled with seasoned meat, cooked to golden perfection.",
- },
+ title: "Huushuur", description: "Crispy fried dumplings filled with seasoned meat, cooked to golden perfection."},
{
icon: Soup,
- title: "Mongolian Soup",
- description: "Warm, hearty, and full of rich flavor in every spoonful.",
- },
+ title: "Mongolian Soup", description: "Warm, hearty, and full of rich flavor in every spoonful."},
{
icon: Utensils,
- title: "Fresh Dishes",
- description: "Meat and vegetable dishes cooked with authentic spices and techniques.",
- },
+ title: "Fresh Dishes", description: "Meat and vegetable dishes cooked with authentic spices and techniques."},
{
icon: Star,
- title: "Favorites",
- description: "A collection of simple, tasty, and satisfying meals for everyone.",
- },
+ title: "Favorites", description: "A collection of simple, tasty, and satisfying meals for everyone."},
]}
title="Our Menu Highlights"
description="Savor authentic Mongolian dishes crafted with traditional recipes and the freshest ingredients."
@@ -191,45 +135,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Authentic",
- quote: "The flavors truly transported me to Mongolia.",
- name: "Sarah J.",
- role: "Foodie",
- imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg",
- },
+ id: "1", title: "Authentic", quote: "The flavors truly transported me to Mongolia.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/positive-caucasian-business-male-taking-off-face-mask-virus-protection-show-his-smile-with-cheerful-get-well-fight-spread-covid-19-epidemic-health-ideas-concept_609648-1061.jpg"},
{
- id: "2",
- title: "Hearty Meals",
- quote: "Every dish is cooked with love and tradition.",
- name: "Michael B.",
- role: "Regular Guest",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
- },
+ id: "2", title: "Hearty Meals", quote: "Every dish is cooked with love and tradition.", name: "Michael B.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg"},
{
- id: "3",
- title: "Fresh & Delicious",
- quote: "I appreciate the freshness and quality of ingredients.",
- name: "Emily R.",
- role: "Customer",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg",
- },
+ id: "3", title: "Fresh & Delicious", quote: "I appreciate the freshness and quality of ingredients.", name: "Emily R.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg"},
{
- id: "4",
- title: "Unique Experience",
- quote: "A warm atmosphere that feels just right.",
- name: "David K.",
- role: "Visitor",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg",
- },
+ id: "4", title: "Unique Experience", quote: "A warm atmosphere that feels just right.", name: "David K.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg"},
{
- id: "5",
- title: "Perfect Dinner",
- quote: "Definitely coming back for more huushuur!",
- name: "Anna P.",
- role: "Fan",
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
- },
+ id: "5", title: "Perfect Dinner", quote: "Definitely coming back for more huushuur!", name: "Anna P.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg"},
]}
title="Customer Experiences"
description="Hear what our guests are saying about their journey through Mongolian flavors."
@@ -240,8 +154,7 @@ export default function LandingPage() {