From 1a39c6f8657e71541c3de58c2c60e585463a6be7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:18:43 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 111 ++++++++++++----------------------------- 1 file changed, 33 insertions(+), 78 deletions(-) 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() { Date: Wed, 4 Mar 2026 17:18:44 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 237 +++++++++++++---------------------------------- 1 file changed, 66 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1665d83..0e8427e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,8 +35,7 @@ export default function HomePage() { 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" }, @@ -44,8 +43,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Coverage Areas", href: "#areas" }, @@ -53,8 +51,7 @@ export default function HomePage() { ], }, { - 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" }, @@ -91,17 +88,11 @@ export default function HomePage() { description="4.9★ Rated | Fast Response | Professional & Reliable Service" avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", - alt: "professional engineer male portrait safety uniform", - }, + src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional engineer male portrait safety uniform"}, { - src: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg", - alt: "technician portrait gas engineer branded uniform", - }, + src: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg", alt: "technician portrait gas engineer branded uniform"}, { - src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", - alt: "senior technician professional headshot engineer uniform", - }, + src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg", alt: "senior technician professional headshot engineer uniform"}, ]} avatarText="29+ 5-Star Reviews | Gas Safe Registered" buttons={[ @@ -118,71 +109,29 @@ export default function HomePage() {