Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 08:34:21 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { CheckCircle, Zap, Lightbulb, Star, Phone } from 'lucide-react';
import { CheckCircle, Zap, Lightbulb, Star, Phone, Building2 } from 'lucide-react';
export default function LandingPage() {
return (
@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Trusted Electricians"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Request a Quote", href: "#contact" },
{ text: "Learn More", href: "#services" },
@@ -53,15 +53,20 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16058.jpg", imageAlt: "Professional electrical installation"},
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16058.jpg", imageAlt: "Professional electrical installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/voltage-distributor-with-automatic-switches-electrical-background_169016-24809.jpg", imageAlt: "Industrial electrical panel"},
imageSrc: "http://img.b2bpic.net/free-photo/voltage-distributor-with-automatic-switches-electrical-background_169016-24809.jpg", imageAlt: "Industrial electrical panel"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg?_wi=1", imageAlt: "Commercial wiring installation"},
imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg", imageAlt: "Commercial wiring installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg", imageAlt: "Residential electrical work"},
imageSrc: "http://img.b2bpic.net/free-photo/hands-electrician-installing-electrical-outlet-new-house-assembly-electrical-network-room-installation-electrical-network_166373-2204.jpg", imageAlt: "Residential electrical work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24410.jpg", imageAlt: "Electrical testing and inspection"},
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24410.jpg", imageAlt: "Electrical testing and inspection"
},
]}
mediaAnimation="slide-up"
className="hero-section"
@@ -73,7 +78,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
tag="About Whittaker Electrical"
tagIcon={CheckCircle}
tagIcon={Building2}
tagAnimation="slide-up"
title="Expert Electrical Contractors Based in Pontefract"
description="Serving Pontefract and surrounding areas"
@@ -90,13 +95,21 @@ export default function LandingPage() {
<FeatureCardEight
features={[
{
id: "1", title: "Residential Wiring", description: "Complete electrical installations and rewiring for homes. Safety-compliant systems with modern circuit protection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-caucasian-man-electrician-holding-screwdriver-working-plug-electric-residential-electric-system-installing-socket-wall-home-repair_166373-2203.jpg", imageAlt: "Residential electrical wiring"},
id: 1,
title: "Residential Wiring", description: "Complete electrical installations and rewiring for homes. Safety-compliant systems with modern circuit protection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-caucasian-man-electrician-holding-screwdriver-working-plug-electric-residential-electric-system-installing-socket-wall-home-repair_166373-2203.jpg", imageAlt: "Residential electrical wiring"
},
{
id: "2", title: "Commercial Installation", description: "Large-scale electrical systems for businesses. From initial design to full installation and testing.", imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg?_wi=2", imageAlt: "Commercial electrical installation"},
id: 2,
title: "Commercial Installation", description: "Large-scale electrical systems for businesses. From initial design to full installation and testing.", imageSrc: "http://img.b2bpic.net/free-photo/switchboard-with-many-switches-fiber-optic-cables_169016-16056.jpg", imageAlt: "Commercial electrical installation"
},
{
id: "3", title: "Maintenance & Repair", description: "Routine maintenance and emergency repairs. Fast response times to minimize downtime.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg", imageAlt: "Electrical maintenance service"},
id: 3,
title: "Maintenance & Repair", description: "Routine maintenance and emergency repairs. Fast response times to minimize downtime.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg", imageAlt: "Electrical maintenance service"
},
{
id: "4", title: "Electrical Testing", description: "EICR testing and certification. Ensure your electrical systems meet safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working_53876-16064.jpg", imageAlt: "Professional electrical testing"},
id: 4,
title: "Electrical Testing", description: "EICR testing and certification. Ensure your electrical systems meet safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working_53876-16064.jpg", imageAlt: "Professional electrical testing"
},
]}
title="Our Core Services"
description="Comprehensive electrical solutions tailored to your needs"
@@ -112,13 +125,17 @@ export default function LandingPage() {
<TestimonialCardTen
testimonials={[
{
id: "1", title: "Professional and Reliable", quote: "Whittaker Electrical completed our office rewiring on time and within budget. Their team was professional, clean, and left everything in perfect condition.", name: "Sarah Mitchell", role: "Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Client Sarah Mitchell"},
id: "1", title: "Professional and Reliable", quote: "Whittaker Electrical completed our office rewiring on time and within budget. Their team was professional, clean, and left everything in perfect condition.", name: "Sarah Mitchell", role: "Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Client Sarah Mitchell"
},
{
id: "2", title: "Exceptional Expertise", quote: "Had an electrical emergency and Whittaker Electrical responded within the hour. Quick diagnosis, honest advice, and professional repair work. Highly recommended!", name: "James Thompson", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Client James Thompson"},
id: "2", title: "Exceptional Expertise", quote: "Had an electrical emergency and Whittaker Electrical responded within the hour. Quick diagnosis, honest advice, and professional repair work. Highly recommended!", name: "James Thompson", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg", imageAlt: "Client James Thompson"
},
{
id: "3", title: "Trustworthy Service", quote: "We've used Whittaker Electrical for multiple projects. They're reliable, experienced, and always provide competitive quotes. Great communication throughout.", name: "Emma Rodriguez", role: "Facilities Manager", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg", imageAlt: "Client Emma Rodriguez"},
id: "3", title: "Trustworthy Service", quote: "We've used Whittaker Electrical for multiple projects. They're reliable, experienced, and always provide competitive quotes. Great communication throughout.", name: "Emma Rodriguez", role: "Facilities Manager", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg", imageAlt: "Client Emma Rodriguez"
},
{
id: "4", title: "Outstanding Results", quote: "Complete home electrical renovation. The team planned everything meticulously, communicated regularly, and delivered exceptional results. Very impressed.", name: "Michael Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-asian-man-sitting-restaurant_1262-1558.jpg", imageAlt: "Client Michael Chen"},
id: "4", title: "Outstanding Results", quote: "Complete home electrical renovation. The team planned everything meticulously, communicated regularly, and delivered exceptional results. Very impressed.", name: "Michael Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-asian-man-sitting-restaurant_1262-1558.jpg", imageAlt: "Client Michael Chen"
},
]}
title="What Our Clients Say"
description="Trusted by homeowners and businesses across Pontefract"
@@ -137,9 +154,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "15+", description: "Years of professional electrical experience in Pontefract and surrounding regions"},
id: "1", value: "15+", description: "Years of professional electrical experience in Pontefract and surrounding regions"
},
{
id: "2", value: "500+", description: "Completed projects ranging from residential to large commercial installations"},
id: "2", value: "500+", description: "Completed projects ranging from residential to large commercial installations"
},
]}
metricsAnimation="blur-reveal"
useInvertedBackground={true}