diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index be2f591..699ae7b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,8 +28,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Boiler Services", href: "/services/boiler" }, { label: "Electrical Services", href: "/services/electrical" }, { label: "Emergency Call-Out", href: "/emergency" }, @@ -37,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Coverage Areas", href: "#areas" }, @@ -46,8 +44,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "📞 Call: 01865 XXXXXX", href: "tel:+441865XXXXXX" }, { label: "📧 Email: info@rmz.co.uk", href: "mailto:info@rmz.co.uk" }, { label: "🚨 Emergency: 01865 XXXXXX", href: "tel:+441865XXXXXX" }, @@ -85,43 +82,32 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg" imageAlt="gas engineer team boiler installation professional uniform" + mediaAnimation="none" bulletPoints={[ { icon: Star, - title: "4.9★ Rated Local Engineer", - description: "29+ verified 5-star reviews from satisfied Oxford customers", - }, + title: "4.9★ Rated Local Engineer", description: "29+ verified 5-star reviews from satisfied Oxford customers"}, { icon: Zap, - title: "Fast Response Across Oxford", - description: - "Same-week appointments available. Emergency calls responded to within 2 hours", - }, + title: "Fast Response Across Oxford", description: + "Same-week appointments available. Emergency calls responded to within 2 hours"}, { icon: ShieldCheck, - title: "Fully Qualified & Insured", - description: - "Gas Safe registered, fully insured, and all certifications up to date", - }, + title: "Fully Qualified & Insured", description: + "Gas Safe registered, fully insured, and all certifications up to date"}, { icon: DollarSign, - title: "Honest Pricing", - description: "No hidden charges. Transparent quotes before work begins", - }, + title: "Honest Pricing", description: "No hidden charges. Transparent quotes before work begins"}, { icon: Sparkles, - title: "Clean & Tidy Work", - description: - "Professional presentation. We clean up after ourselves every time", - }, + title: "Clean & Tidy Work", description: + "Professional presentation. We clean up after ourselves every time"}, { icon: CheckCircle, - title: "Reliable & On Time", - description: - "Punctual arrivals, efficient work, and guaranteed satisfaction on every job", - }, + title: "Reliable & On Time", description: + "Punctual arrivals, efficient work, and guaranteed satisfaction on every job"}, ]} /> @@ -130,27 +116,16 @@ export default function AboutPage() { @@ -160,48 +135,28 @@ export default function AboutPage() {