diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cf83e3f..7d01686 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Zinc Plating", href: "/services" }, { label: "Copper Plating", href: "/services" }, { label: "Black Oxide", href: "/services" }, @@ -37,13 +35,10 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +91 96898 10705", href: "tel:+919689810705" }, { - label: "Email: info@maulielectrochem.com", - href: "mailto:info@maulielectrochem.com", - }, + label: "Email: info@maulielectrochem.com", href: "mailto:info@maulielectrochem.com"}, { label: "Pune, Maharashtra", href: "/contact" }, { label: "Visit Facility", href: "/contact" }, ], @@ -57,7 +52,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -76,12 +71,10 @@ export default function AboutPage() {