Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 12:45:06 +00:00
parent 207337dd30
commit c62f0f9dcd

View File

@@ -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() {
<HeroCentered
title="About Mauli Electrochem"
description="Industry leaders in metal plating and electrochemical surface finishing with over 14 years of expertise serving automotive and industrial manufacturers across India."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "animated-grid" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-305.jpg",
alt: "Company Facility",
},
src: "http://img.b2bpic.net/free-photo/interior-view-steel-factory_1359-305.jpg", alt: "Company Facility"},
]}
avatarText="Premium Quality Since 2010"
buttons={[{ text: "Contact Us", href: "/contact" }]}
@@ -97,9 +90,7 @@ export default function AboutPage() {
{ icon: Award, label: "Industry Recognition", value: "Trusted" },
{
icon: CheckCircle,
label: "Customer Satisfaction",
value: "100%",
},
label: "Customer Satisfaction", value: "100%"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -108,7 +99,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/environmental-pollution-industry-exterior-daylight_23-2149057688.jpg"
imageAlt="Industrial plating facilities footer"
columns={footerColumns}
logoText="Mauli Electrochem"