Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 11:00:17 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="ASHPS"
/>
@@ -56,16 +48,12 @@ export default function LandingPage() {
description="Expert air source heat pump installations and sustainable energy solutions for UK homeowners. Reduce your carbon footprint and slash energy costs."
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
{
text: "Call Now",
href: "tel:08001234567",
},
text: "Call Now", href: "tel:08001234567"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg"
imageAlt="Heat pump installation"
/>
</div>
@@ -77,28 +65,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Heat Pump Installation",
description: "Professional fitting of market-leading air source heat pumps for long-term comfort.",
bentoComponent: "reveal-icon",
icon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg?_wi=2",
imageAlt: "air source heat pump installation exterior",
title: "Heat Pump Installation", description: "Professional fitting of market-leading air source heat pumps for long-term comfort.", bentoComponent: "reveal-icon", icon: Zap
},
{
title: "Solar Integration",
description: "Combine heat pump efficiency with solar power for an ultra-low-carbon home.",
bentoComponent: "reveal-icon",
icon: Sun,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921409.jpg?_wi=1",
imageAlt: "air source heat pump unit installation",
title: "Solar Integration", description: "Combine heat pump efficiency with solar power for an ultra-low-carbon home.", bentoComponent: "reveal-icon", icon: Sun
},
{
title: "Maintenance & Care",
description: "Annual servicing to ensure peak performance and longevity of your investment.",
bentoComponent: "reveal-icon",
icon: ShieldCheck,
imageSrc: "http://img.b2bpic.net/free-photo/solar-photovoltaic-panels-station-checks-with-tablet-computer_1150-18191.jpg",
imageAlt: "solar panel rooftop installation",
title: "Maintenance & Care", description: "Annual servicing to ensure peak performance and longevity of your investment.", bentoComponent: "reveal-icon", icon: ShieldCheck
},
]}
title="Our Expert Services"
@@ -113,59 +86,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Homeowner",
company: "Manchester",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=1",
},
id: "1", name: "Sarah J.", role: "Homeowner", company: "Manchester", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
{
id: "2",
name: "David M.",
role: "Homeowner",
company: "London",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=2",
},
id: "2", name: "David M.", role: "Homeowner", company: "London", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
{
id: "3",
name: "Emma R.",
role: "Homeowner",
company: "Bristol",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-handsome-man-sits-armchair-thumbs-up-looking_141793-71149.jpg",
},
id: "3", name: "Emma R.", role: "Homeowner", company: "Bristol", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-handsome-man-sits-armchair-thumbs-up-looking_141793-71149.jpg"},
{
id: "4",
name: "James K.",
role: "Homeowner",
company: "Edinburgh",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg",
},
id: "4", name: "James K.", role: "Homeowner", company: "Edinburgh", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg"},
{
id: "5",
name: "Linda B.",
role: "Homeowner",
company: "Leeds",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205424.jpg",
},
id: "5", name: "Linda B.", role: "Homeowner", company: "Leeds", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205424.jpg"},
]}
kpiItems={[
{
value: "5.0",
label: "Star Rating",
},
value: "5.0", label: "Star Rating"},
{
value: "100+",
label: "Installations",
},
value: "100+", label: "Installations"},
{
value: "24/7",
label: "Support",
},
value: "24/7", label: "Support"},
]}
title="Customer Stories"
description="Hear how we help homeowners across the UK save energy and stay warm."
@@ -177,23 +119,17 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Proven Efficiency"
description="We combine advanced engineering with dedicated support to help you achieve long-term energy savings."
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921409.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921409.jpg"
imageAlt="Heat pump technician at work"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
metrics={[
{
value: "30%",
title: "Energy Savings",
},
value: "30%", title: "Energy Savings"},
{
value: "15+",
title: "Years Experience",
},
value: "15+", title: "Years Experience"},
{
value: "98%",
title: "Satisfaction",
},
value: "98%", title: "Satisfaction"},
]}
/>
</div>
@@ -202,8 +138,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Ready to Switch?"
description="Request your free, no-obligation quote today and start saving on your heating bills."
inputPlaceholder="Enter your email address"
@@ -217,37 +152,23 @@ export default function LandingPage() {
logoText="Air Source Heat Pump Services"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Installation",
href: "#services",
},
label: "Installation", href: "#services"},
{
label: "Solar Panel Integration",
href: "#services",
},
label: "Solar Panel Integration", href: "#services"},
{
label: "Maintenance & Support",
href: "#services",
},
label: "Maintenance & Support", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Coverage Area",
href: "#",
},
label: "Coverage Area", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}