From 37ac6e6715dc0ff6d8d942924b99a4da7ed65338 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:11:03 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 51 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 38 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bbf6af1..d9dff4b 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: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Products", href: "#products" }, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Body Covers", href: "#products" }, { label: "Seat Covers", href: "#products" }, { label: "Floor Mats", href: "#products" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "📞 0512 255 2483", href: "tel:05122552483" }, { label: "📍 Kanpur, UP", href: "/contact" }, { label: "Get Quote", href: "/contact" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, ], @@ -57,7 +53,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -73,10 +69,7 @@ export default function AboutPage() {