diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f05dd71..7d52d9d 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -14,7 +14,7 @@ export default function AboutPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 67cd0ff..6e4ad63 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -14,14 +14,14 @@ export default function ContactPage() {
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 0d26a1f..e5c57ec 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -14,7 +14,7 @@ export default function MenuPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 62976a0..64fd7dd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,15 +29,14 @@ export default function LandingPage() {
@@ -47,8 +46,8 @@ export default function LandingPage() {
title="24/7 Convenience, Delivered to You."
description="Located in Maqabah, we serve the best burgers and signature snacks around the clock. Experience top-tier flavor and unmatched delivery speed whenever hunger strikes."
buttons={[
- { text: "The Collection", href: "#menu"},
- { text: "Call for Order", href: "tel:+97300000000"},
+ { text: "Menu", href: "/menu"},
+ { text: "Call for Order", href: "tel:+97377900209"},
]}
imageSrc="http://img.b2bpic.net/free-photo/unfocused-background-with-wooden-furniture_1203-1690.jpg"
imageAlt="Restaurant ambiance"
@@ -78,57 +77,15 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
plans={[
- { id: "1", title: "Burgers", price: "BHD 2.500+", period: "Starting from", features: ["Classic Cheeseburger", "Bacon Burger", "Double Patty Special"], button: { text: "View Burgers" } },
- { id: "2", title: "Snacks & Sides", price: "BHD 1.000+", period: "Starting from", features: ["Signature Fries", "Onion Rings", "Nuggets Box"], button: { text: "View Sides" } },
- { id: "3", title: "Desserts", price: "BHD 1.200+", period: "Starting from", features: ["Lotus Delight", "Chocolate Brownie", "Milkshakes"], button: { text: "View Desserts" } },
+ { id: "1", title: "Burgers", price: "BHD 2.500+", period: "Starting from", features: ["Classic Cheeseburger", "Bacon Burger", "Double Patty Special"], button: { text: "Order Now", href: "tel:+97377900209" } },
+ { id: "2", title: "Snacks & Sides", price: "BHD 1.000+", period: "Starting from", features: ["Signature Fries", "Onion Rings", "Nuggets Box"], button: { text: "Order Now", href: "tel:+97377900209" } },
+ { id: "3", title: "Desserts", price: "BHD 1.200+", period: "Starting from", features: ["Lotus Delight", "Chocolate Brownie", "Milkshakes"], button: { text: "Order Now", href: "tel:+97377900209" } },
]
}
cardClassName="shadow-none border-0"
/>
-
-
-
-
-
-
-
-
-
-