diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7513778..00e651d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -29,8 +29,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -38,8 +37,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Emergency Plumbing", href: "/services" }, { label: "Blocked Drains", href: "/services" }, { label: "Geyser Repairs", href: "/services" }, @@ -47,8 +45,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 079 773 8790", href: "tel:0797738790" }, { label: "WhatsApp", href: "https://wa.me/27797738790" }, { label: "Email Us", href: "/contact" }, @@ -99,40 +96,22 @@ export default function AboutPage() { features={[ { icon: Heart, - title: "Customer Care", - description: - "Your satisfaction is our priority. We listen to your needs, communicate clearly, and deliver solutions you can trust.", - }, + title: "Customer Care", description: "Your satisfaction is our priority. We listen to your needs, communicate clearly, and deliver solutions you can trust."}, { icon: Award, - title: "Excellence", - description: - "We maintain the highest standards in workmanship, using quality materials and proven techniques for lasting results.", - }, + title: "Excellence", description: "We maintain the highest standards in workmanship, using quality materials and proven techniques for lasting results."}, { icon: Lightbulb, - title: "Innovation", - description: - "We stay current with industry advancements, investing in modern equipment and continuous professional development.", - }, + title: "Innovation", description: "We stay current with industry advancements, investing in modern equipment and continuous professional development."}, { icon: Target, - title: "Reliability", - description: - "You can depend on us. We honor our commitments, arrive on time, and deliver results you can count on.", - }, + title: "Reliability", description: "You can depend on us. We honor our commitments, arrive on time, and deliver results you can count on."}, { icon: CheckCircle, - title: "Transparency", - description: - "We provide honest quotes, explain all options clearly, and never charge for surprises. What you see is what you pay.", - }, + title: "Transparency", description: "We provide honest quotes, explain all options clearly, and never charge for surprises. What you see is what you pay."}, { icon: Users, - title: "Local Expertise", - description: - "We understand Durban and KZN. Our team knows local infrastructure, weather patterns, and property challenges.", - }, + title: "Local Expertise", description: "We understand Durban and KZN. Our team knows local infrastructure, weather patterns, and property challenges."}, ]} animationType="slide-up" textboxLayout="default" @@ -146,29 +125,17 @@ export default function AboutPage() { description="Proven experience and customer satisfaction backing our commitment to excellence." metrics={[ { - id: "1", - icon: TrendingUp, - title: "Years Experience", - value: "15+", - }, + id: "1", icon: TrendingUp, + title: "Years Experience", value: "15+"}, { - id: "2", - icon: Users, - title: "Happy Customers", - value: "5000+", - }, + id: "2", icon: Users, + title: "Happy Customers", value: "5000+"}, { - id: "3", - icon: CheckCircle, - title: "Projects Completed", - value: "10000+", - }, + id: "3", icon: CheckCircle, + title: "Projects Completed", value: "10000+"}, { - id: "4", - icon: Award, - title: "Success Rate", - value: "98%", - }, + id: "4", icon: Award, + title: "Success Rate", value: "98%"}, ]} animationType="slide-up" textboxLayout="default"