From fa6536f1215a810117b3eeec19e0ae3bcd3e2961 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:00:07 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 153 +++++++++++---------------------------- 1 file changed, 44 insertions(+), 109 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 51f7312..8dc355a 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -20,8 +20,7 @@ const ReviewsPage = () => { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, @@ -29,8 +28,7 @@ const ReviewsPage = () => { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "AC Repair", href: "#" }, { label: "AC Installation", href: "#" }, { label: "AC Cleaning", href: "#" }, @@ -38,8 +36,7 @@ const ReviewsPage = () => { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call: +91-XXXXXXXXXX", href: "tel:+919876543210" }, { label: "WhatsApp", href: "https://wa.me/919876543210" }, { label: "Email: info@anhvac.com", href: "mailto:info@anhvac.com" }, @@ -47,8 +44,7 @@ const ReviewsPage = () => { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -77,9 +73,7 @@ const ReviewsPage = () => { id: item.id, }))} button={{ - text: "Book Service", - href: "/contact", - }} + text: "Book Service", href: "/contact"}} /> @@ -87,66 +81,30 @@ const ReviewsPage = () => { @@ -154,29 +112,20 @@ const ReviewsPage = () => { @@ -184,37 +133,23 @@ const ReviewsPage = () => {