Merge version_1 into main #2
545
src/app/page.tsx
545
src/app/page.tsx
@@ -28,415 +28,158 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
]}
|
||||
brandName="Daniel Hill Plumbing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Process", id: "#process" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
]}
|
||||
brandName="Daniel Hill Plumbing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Reliable Plumbing & Heating Excellence"
|
||||
description="Crafting warmth and comfort for your home with integrity, expertise, and a commitment to perfection."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg?_wi=1",
|
||||
imageAlt: "Technician working",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=1",
|
||||
imageAlt: "Heating system",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg?_wi=2",
|
||||
imageAlt: "Plumbing service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=2",
|
||||
imageAlt: "Heating installation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg?_wi=3",
|
||||
imageAlt: "Pipe repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=3",
|
||||
imageAlt: "Modern boiler",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=4",
|
||||
imageAlt: "Heating system",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg?_wi=4",
|
||||
imageAlt: "Technician working",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=5",
|
||||
imageAlt: "Boiler maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg?_wi=5",
|
||||
imageAlt: "Plumbing expert",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=6",
|
||||
imageAlt: "Heating install",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg?_wi=6",
|
||||
imageAlt: "Service van",
|
||||
},
|
||||
]}
|
||||
tag="Expert Craftsmanship"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12669.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-smiley-parents-kid_23-2149610777.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-that-smiles-camera_329181-19748.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 2,500+ local homes"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Gas Safe Registered",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Which? Trusted Trader",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Checkatrade Approved",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Worcester Bosch Accredited",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "OFTEC Registered",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Reliable Plumbing & Heating Excellence"
|
||||
description="Crafting warmth and comfort for your home with integrity, expertise, and a commitment to perfection."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg", imageAlt: "Technician working" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Heating system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg", imageAlt: "Plumbing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Heating installation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg", imageAlt: "Pipe repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Modern boiler" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Heating system" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg", imageAlt: "Technician working" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Boiler maintenance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg", imageAlt: "Plumbing expert" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "Heating install" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg", imageAlt: "Service van" },
|
||||
]}
|
||||
tag="Expert Craftsmanship"
|
||||
buttons={[{ text: "Book Service", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12669.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-smiley-parents-kid_23-2149610777.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-that-smiles-camera_329181-19748.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 2,500+ local homes"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Gas Safe Registered" },
|
||||
{ type: "text", text: "Which? Trusted Trader" },
|
||||
{ type: "text", text: "Checkatrade Approved" },
|
||||
{ type: "text", text: "Worcester Bosch Accredited" },
|
||||
{ type: "text", text: "OFTEC Registered" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trust" data-section="trust">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gas Safe Registered",
|
||||
"Which? Trusted Trader",
|
||||
"Checkatrade Approved",
|
||||
"Worcester Bosch Accredited",
|
||||
"City & Guilds Qualified",
|
||||
"OFTEC Registered",
|
||||
"WaterSafe Member",
|
||||
]}
|
||||
title="Trusted by Industry Standards"
|
||||
description="We pride ourselves on meeting the highest certifications for your peace of mind."
|
||||
/>
|
||||
</div>
|
||||
<div id="trust" data-section="trust">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Gas Safe Registered", "Which? Trusted Trader", "Checkatrade Approved", "Worcester Bosch Accredited", "City & Guilds Qualified", "OFTEC Registered", "WaterSafe Member"]}
|
||||
title="Trusted by Industry Standards"
|
||||
description="We pride ourselves on meeting the highest certifications for your peace of mind."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Experience You Can Rely On"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Projects Completed",
|
||||
value: "2,500+",
|
||||
},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Experience You Can Rely On"
|
||||
metrics={[
|
||||
{ icon: Award, label: "Years Experience", value: "15+" },
|
||||
{ icon: CheckCircle, label: "Projects Completed", value: "2,500+" },
|
||||
{ icon: Star, label: "Google Rating", value: "4.9/5" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Boiler Installation",
|
||||
price: "From £1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "General Plumbing",
|
||||
price: "From £80/hr",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Heating Repairs",
|
||||
price: "From £95/visit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bathroom Refit",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emergency Callout",
|
||||
price: "£120 Fix",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-landscape-with-surreal-running-water-tap-world-water-day-awareness_23-2151181993.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Smart Controls",
|
||||
price: "From £350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From emergency repairs to full system installations, we cover everything with precision."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Boiler Installation", price: "From £1,800", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg" },
|
||||
{ id: "2", name: "General Plumbing", price: "From £80/hr", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg" },
|
||||
{ id: "3", name: "Heating Repairs", price: "From £95/visit", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg" },
|
||||
{ id: "4", name: "Bathroom Refit", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg" },
|
||||
{ id: "5", name: "Emergency Callout", price: "£120 Fix", imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-landscape-with-surreal-running-water-tap-world-water-day-awareness_23-2151181993.jpg" },
|
||||
{ id: "6", name: "Smart Controls", price: "From £350", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From emergency repairs to full system installations, we cover everything with precision."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Inquiry & Booking",
|
||||
description: "Reach out to schedule your service with our friendly team.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-with-arm-his-hand-side-looking-confident-smiling_141793-28612.jpg?_wi=7",
|
||||
imageAlt: "professional plumber smiling holding wrench",
|
||||
},
|
||||
{
|
||||
title: "Site Survey",
|
||||
description: "We visit your property to assess needs and provide a clear quote.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=7",
|
||||
imageAlt: "heating engineer working on boiler",
|
||||
},
|
||||
{
|
||||
title: "Expert Execution",
|
||||
description: "Professional service performed with care and precision.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-landscape-with-surreal-running-water-tap-world-water-day-awareness_23-2151181993.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=3",
|
||||
imageAlt: "modern boiler maintenance service",
|
||||
},
|
||||
{
|
||||
title: "Follow Up",
|
||||
description: "Quality assurance checks to ensure you're satisfied.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=4",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg?_wi=3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg?_wi=4",
|
||||
imageAlt: "kitchen sink pipe installation service",
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="How We Deliver Craftsmanship"
|
||||
description="A straightforward four-step approach to ensuring every job is completed to our high standards."
|
||||
/>
|
||||
</div>
|
||||
<div id="process" data-section="process">
|
||||
<FeatureCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showStepNumbers={true}
|
||||
title="How We Deliver Craftsmanship"
|
||||
description="A straightforward four-step approach to ensuring every job is completed to our high standards."
|
||||
features={[
|
||||
{ title: "Inquiry & Booking", description: "Reach out to schedule your service with our friendly team.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg" } },
|
||||
{ title: "Site Survey", description: "We visit your property to assess needs and provide a clear quote.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-disinfecting-faucet_23-2148705050.jpg" } },
|
||||
{ title: "Expert Execution", description: "Professional service performed with care and precision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-fantasy-landscape-with-surreal-running-water-tap-world-water-day-awareness_23-2151181993.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg" } },
|
||||
{ title: "Follow Up", description: "Quality assurance checks to ensure you're satisfied.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275713.jpg" } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@local",
|
||||
testimonial: "Excellent service and very clean work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@local",
|
||||
testimonial: "Fixed my boiler in under an hour. Great.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12669.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily P.",
|
||||
handle: "@local",
|
||||
testimonial: "Very professional and fair price.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-parents-kid_23-2149610777.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert B.",
|
||||
handle: "@local",
|
||||
testimonial: "My new bathroom looks incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-that-smiles-camera_329181-19748.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Claire H.",
|
||||
handle: "@local",
|
||||
testimonial: "The best plumber in the area.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Reviews"
|
||||
description="Hear what our local community thinks of our plumbing and heating services."
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
title="Customer Reviews"
|
||||
description="Hear what our local community thinks of our plumbing and heating services."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", handle: "@local", testimonial: "Excellent service and very clean work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@local", testimonial: "Fixed my boiler in under an hour. Great.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12669.jpg" },
|
||||
{ id: "3", name: "Emily P.", handle: "@local", testimonial: "Very professional and fair price.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-parents-kid_23-2149610777.jpg" },
|
||||
{ id: "4", name: "Robert B.", handle: "@local", testimonial: "My new bathroom looks incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-that-smiles-camera_329181-19748.jpg" },
|
||||
{ id: "5", name: "Claire H.", handle: "@local", testimonial: "The best plumber in the area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Ready to get started?"
|
||||
title="Need a Professional Plumber?"
|
||||
description="Call us today to schedule your consultation or emergency repair. We're here to help."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 07700 900000",
|
||||
href: "tel:07700900000",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Ready to get started?"
|
||||
title="Need a Professional Plumber?"
|
||||
description="Call us today to schedule your consultation or emergency repair. We're here to help."
|
||||
buttons={[{ text: "Call Now: 07700 900000", href: "tel:07700900000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5193pf"
|
||||
logoText="Daniel Hill Plumbing & Heating"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5193pf"
|
||||
logoText="Daniel Hill Plumbing & Heating"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Reviews", href: "#reviews" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user