From 7aa7a62028b06563e9cee92c9dec9c8bcc85fc69 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:18:04 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 42 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 32 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cae14f1..baa0990 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,14 +18,11 @@ export default function ContactPage() { ]; const navButton = { - text: "Order Now", - href: "/contact", - }; + text: "Order Now", href: "/contact"}; const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, @@ -33,8 +30,7 @@ export default function ContactPage() { ], }, { - title: "Get in Touch", - items: [ + title: "Get in Touch", items: [ { label: "Call: 9976662776", href: "tel:9976662776" }, { label: "WhatsApp Order", href: "https://wa.me/9976662776" }, { label: "Email: info@teakadaibench.com", href: "mailto:info@teakadaibench.com" }, @@ -42,8 +38,7 @@ export default function ContactPage() { ], }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "33, Maapillaikuppam", href: "#" }, { label: "Nannilam, Tamil Nadu 610105", href: "#" }, { label: "Open Daily till 10 PM", href: "#" }, @@ -92,20 +87,13 @@ export default function ContactPage() { @@ -114,21 +102,11 @@ export default function ContactPage() { Date: Fri, 6 Mar 2026 08:18:04 +0000 Subject: [PATCH 2/3] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 76 ++++++++----------------------------------- 1 file changed, 14 insertions(+), 62 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index aa7d5f9..d41e4c9 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -18,14 +18,11 @@ export default function MenuPage() { ]; const navButton = { - text: "Order Now", - href: "/contact", - }; + text: "Order Now", href: "/contact"}; const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, @@ -33,8 +30,7 @@ export default function MenuPage() { ], }, { - title: "Get in Touch", - items: [ + title: "Get in Touch", items: [ { label: "Call: 9976662776", href: "tel:9976662776" }, { label: "WhatsApp Order", href: "https://wa.me/9976662776" }, { label: "Email: info@teakadaibench.com", href: "mailto:info@teakadaibench.com" }, @@ -42,8 +38,7 @@ export default function MenuPage() { ], }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "33, Maapillaikuppam", href: "#" }, { label: "Nannilam, Tamil Nadu 610105", href: "#" }, { label: "Open Daily till 10 PM", href: "#" }, @@ -77,53 +72,17 @@ export default function MenuPage() { @@ -174,7 +126,7 @@ export default function MenuPage() { @@ -306,7 +194,7 @@ export default function HomePage() {