diff --git a/src/app/page.tsx b/src/app/page.tsx
index 309bc3a..b3dfaf1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,43 +44,17 @@ export default function LandingPage() {
@@ -105,15 +64,8 @@ export default function LandingPage() {
@@ -124,24 +76,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- title: "Daily Guests",
- value: "500+",
- icon: Users,
- },
- {
- id: "m2",
- title: "Dishes Served",
- value: "1M+",
- icon: Utensils,
- },
- {
- id: "m3",
- title: "Years Serving",
- value: "29+",
- icon: Award,
- },
+ { id: "m1", title: "Daily Guests", value: "500+", icon: Users },
+ { id: "m2", title: "Dishes Served", value: "1M+", icon: Utensils },
+ { id: "m3", title: "Years Serving", value: "29+", icon: Award }
]}
title="Our Restaurant Legacy"
description="Committed to quality and community for over three decades."
@@ -150,50 +87,16 @@ export default function LandingPage() {
@@ -302,13 +145,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "TravelAdvisor",
- "FoodDeliveryHub",
- "LocalReviewers",
- "RestaurantCouncil",
- "SafetyCertified",
- "CulinaryAward",
- "CityEatsGuide",
+ "TravelAdvisor", "FoodDeliveryHub", "LocalReviewers", "RestaurantCouncil", "SafetyCertified", "CulinaryAward", "CityEatsGuide"
]}
title="Trusted by Thousands"
description="Recognized for our dedication to authentic flavors and hospitality."
@@ -318,21 +155,13 @@ export default function LandingPage() {
@@ -342,49 +171,9 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/empty-billboard-metropolis-city_23-2151913718.jpg"
logoText="Khatodiya Bhojanalya"
columns={[
- {
- title: "Quick Links",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Menu",
- href: "#products",
- },
- ],
- },
- {
- title: "Contact",
- items: [
- {
- label: "Call Us",
- href: "tel:09258917183",
- },
- {
- label: "Address",
- href: "#contact",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Service",
- href: "#",
- },
- ],
- },
+ { title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Menu", href: "#products" }] },
+ { title: "Contact", items: [{ label: "Call Us", href: "tel:09258917183" }, { label: "Address", href: "#contact" }] },
+ { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2025 | Khatodiya Bhojanalya"
imageAlt="restaurant exterior evening view"
@@ -393,4 +182,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file