Merge version_1 into main #9

Merged
bender merged 1 commits from version_1 into main 2026-03-19 20:16:43 +00:00

View File

@@ -10,7 +10,12 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Award, CheckCircle, Star } from "lucide-react";
import Link from "next/link";
const ASSET_MAP = {
"hero-technician": "http://img.b2bpic.net/free-photo/reading-manual_1098-18197.jpg", "oil-boiler-install": "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg", "smart-heating-control": "http://img.b2bpic.net/free-photo/woman-hands-holding-phone-with-smart-app-home-lighting-person-apartment-holding-telephone-with-touchscreen-app-lights_482257-12366.jpg", "emergency-repair": "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", "testimonial-1": "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", "testimonial-2": "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg", "testimonial-3": "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", "testimonial-4": "http://img.b2bpic.net/free-photo/joyful-young-blonde-woman-looking-front-doing-peace-sign-isolated-olive-green-wall-with-copy-space_141793-110150.jpg", "footer-team": "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg"
};
const getAssetUrl = (id: string): string => ASSET_MAP[id as keyof typeof ASSET_MAP] || "";
export default function LandingPage() {
return (
@@ -56,12 +61,14 @@ export default function LandingPage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/reading-manual_1098-18197.jpg?_wi=1", imageAlt: "Professional oil heating technician at work"
imageSrc: getAssetUrl("hero-technician"),
imageAlt: "Professional oil heating technician at work"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=1", imageAlt: "Modern oil boiler installation by expert"
imageSrc: getAssetUrl("oil-boiler-install"),
imageAlt: "Modern oil boiler installation by expert"
}
]}
carouselPosition="right"
@@ -81,15 +88,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Fast Response to Breakdowns", description: "Emergency heating failures demand immediate attention. We prioritize urgent callouts to restore your heating quickly.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Emergency repair service"
title: "Fast Response to Breakdowns", description: "Emergency heating failures demand immediate attention. We prioritize urgent callouts to restore your heating quickly.", imageSrc: getAssetUrl("emergency-repair"),
imageAlt: "Emergency repair service"
},
{
id: 2,
title: "Honest, Professional Advice", description: "We only recommend work that's necessary. Clear explanations of every issue and solution, no pressure tactics.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-holding-phone-with-smart-app-home-lighting-person-apartment-holding-telephone-with-touchscreen-app-lights_482257-12366.jpg?_wi=1", imageAlt: "Professional heating consultation"
title: "Honest, Professional Advice", description: "We only recommend work that's necessary. Clear explanations of every issue and solution, no pressure tactics.", imageSrc: getAssetUrl("smart-heating-control"),
imageAlt: "Professional heating consultation"
},
{
id: 3,
title: "Specialist in Oil Heating Systems", description: "Deep technical expertise in oil boiler servicing, repairs, installations, and tank maintenance. OFTEC registered engineers.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=2", imageAlt: "Oil heating system specialist"
title: "Specialist in Oil Heating Systems", description: "Deep technical expertise in oil boiler servicing, repairs, installations, and tank maintenance. OFTEC registered engineers.", imageSrc: getAssetUrl("oil-boiler-install"),
imageAlt: "Oil heating system specialist"
}
]}
ariaLabel="Trust indicators and key service strengths"
@@ -105,27 +115,33 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Oil Boiler Servicing", description: "Regular servicing to improve efficiency, prevent breakdowns and reduce fuel costs. Keep your system running smoothly year-round.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=3", imageAlt: "Oil boiler servicing"
title: "Oil Boiler Servicing", description: "Regular servicing to improve efficiency, prevent breakdowns and reduce fuel costs. Keep your system running smoothly year-round.", imageSrc: getAssetUrl("oil-boiler-install"),
imageAlt: "Oil boiler servicing"
},
{
id: 2,
title: "Oil Boiler Installation", description: "Efficient installations with expert advice on the best system for your home. Professional setup ensures optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=4", imageAlt: "Professional boiler installation"
title: "Oil Boiler Installation", description: "Efficient installations with expert advice on the best system for your home. Professional setup ensures optimal performance.", imageSrc: getAssetUrl("oil-boiler-install"),
imageAlt: "Professional boiler installation"
},
{
id: 3,
title: "Breakdown & Repairs", description: "Fast diagnosis and repairs — most issues fixed on the first visit. Expert troubleshooting gets your heating back quickly.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Emergency heating repairs"
title: "Breakdown & Repairs", description: "Fast diagnosis and repairs — most issues fixed on the first visit. Expert troubleshooting gets your heating back quickly.", imageSrc: getAssetUrl("emergency-repair"),
imageAlt: "Emergency heating repairs"
},
{
id: 4,
title: "Heating Systems Installation & Upgrades", description: "From full systems to small repairs, tailored to your needs. Modern heating solutions for better comfort and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-holding-phone-with-smart-app-home-lighting-person-apartment-holding-telephone-with-touchscreen-app-lights_482257-12366.jpg?_wi=2", imageAlt: "Advanced heating system installation"
title: "Heating Systems Installation & Upgrades", description: "From full systems to small repairs, tailored to your needs. Modern heating solutions for better comfort and efficiency.", imageSrc: getAssetUrl("smart-heating-control"),
imageAlt: "Advanced heating system installation"
},
{
id: 5,
title: "Oil Tank Installation & Emergency Pumping", description: "Safe handling of leaks and new tank installations to prevent contamination. Professional environmental protection.", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-working-fix-problems_23-2150990693.jpg?_wi=5", imageAlt: "Oil tank installation services"
title: "Oil Tank Installation & Emergency Pumping", description: "Safe handling of leaks and new tank installations to prevent contamination. Professional environmental protection.", imageSrc: getAssetUrl("oil-boiler-install"),
imageAlt: "Oil tank installation services"
},
{
id: 6,
title: "Smart Heating Controls", description: "Installation of smart thermostats and multi-room systems. Control your heating precisely for comfort and savings.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-holding-phone-with-smart-app-home-lighting-person-apartment-holding-telephone-with-touchscreen-app-lights_482257-12366.jpg?_wi=3", imageAlt: "Smart thermostat installation"
title: "Smart Heating Controls", description: "Installation of smart thermostats and multi-room systems. Control your heating precisely for comfort and savings.", imageSrc: getAssetUrl("smart-heating-control"),
imageAlt: "Smart thermostat installation"
}
]}
ariaLabel="Complete range of heating and plumbing services"
@@ -143,19 +159,23 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Alison", handle: "Carlisle resident", testimonial: "Prompt, reliable and extremely helpful. Installed our boiler and has maintained it ever since.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Alison - satisfied customer"
imageSrc: getAssetUrl("testimonial-1"),
imageAlt: "Alison - satisfied customer"
},
{
id: "2", name: "Jane", handle: "Carlisle resident", testimonial: "Excellent workmanship. Our new boiler reduced our oil costs significantly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg", imageAlt: "Jane - satisfied customer"
imageSrc: getAssetUrl("testimonial-2"),
imageAlt: "Jane - satisfied customer"
},
{
id: "3", name: "Will", handle: "Carlisle resident", testimonial: "Clean, tidy installation and very professional. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", imageAlt: "Will - satisfied customer"
imageSrc: getAssetUrl("testimonial-3"),
imageAlt: "Will - satisfied customer"
},
{
id: "4", name: "Kathryn", handle: "Carlisle resident", testimonial: "Great service and very reliable — wouldn't go anywhere else.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-woman-looking-front-doing-peace-sign-isolated-olive-green-wall-with-copy-space_141793-110150.jpg", imageAlt: "Kathryn - satisfied customer"
imageSrc: getAssetUrl("testimonial-4"),
imageAlt: "Kathryn - satisfied customer"
}
]}
ariaLabel="Customer testimonials and reviews"
@@ -177,7 +197,7 @@ export default function LandingPage() {
{ value: "OFTEC", title: "Registered Engineers" },
{ value: "100%", title: "Professional Quality" }
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg?_wi=1"
imageSrc={getAssetUrl("footer-team")}
imageAlt="G McArdle professional heating team"
ariaLabel="Why choose G McArdle for your heating needs"
/>
@@ -187,7 +207,7 @@ export default function LandingPage() {
<MetricCardTen
title="Service Coverage"
description="Proudly serving Carlisle, Cumbria and surrounding areas with professional heating expertise."
textboxLayout="default"
textboxLayout="centered"
useInvertedBackground={false}
animationType="opacity"
metrics={[
@@ -222,7 +242,7 @@ export default function LandingPage() {
required: false
}}
buttonText="Get Help Today"
imageSrc="http://img.b2bpic.net/free-photo/reading-manual_1098-18197.jpg?_wi=2"
imageSrc={getAssetUrl("hero-technician")}
imageAlt="Professional heating expert ready to help"
ariaLabel="Contact form for heating service request"
/>
@@ -230,7 +250,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg?_wi=2"
imageSrc={getAssetUrl("footer-team")}
imageAlt="G McArdle professional team"
logoText="G McArdle Plumbing & Heating"
copyrightText="© 2024 G McArdle. All rights reserved. OFTEC Registered."