From ae192edfdf39f422d6a3a0d62886494f9f058ea4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:05:16 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {
-- 2.49.1 From ac40c4c2c36566889654483e33e5ae1ed4299bf5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:05:16 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {
-- 2.49.1 From f04544e8b64138eceeddf0559500a273abb274e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:05:17 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() { -- 2.49.1 From 1aa64dd593ed83427660c46ce47e37fbe71e4042 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:05:17 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 73 ++++++++++-------------------------------------- 1 file changed, 15 insertions(+), 58 deletions(-) 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" /> -
- -
- -
- -
- -
- -
-