From 8cadb94acfa98648b52c07b42c870ed93a730439 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:59:25 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 72 ++++++++++-------------------------------- 1 file changed, 17 insertions(+), 55 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 687c24f..9344638 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,32 +18,28 @@ export default function AboutPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Products", href: "/products" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Product Guide", href: "#" }, { label: "Spare Parts", href: "#" }, { label: "Service Centers", href: "#" }, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Call Us", href: "tel:+919876543210" }, { label: "WhatsApp Chat", href: "https://wa.me/919876543210" }, { label: "Email Support", href: "mailto:info@vimalindustries.com" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Warranty", href: "#" }, @@ -69,9 +65,7 @@ export default function AboutPage() { brandName="Vimal Industries" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+919876543210", - }} + text: "Call Now", href: "tel:+919876543210"}} animateOnLoad={true} /> @@ -80,14 +74,10 @@ export default function AboutPage() {