Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
260
src/app/page.tsx
260
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
]}
|
||||
brandName="Enercare"
|
||||
/>
|
||||
@@ -49,45 +43,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Premium Home Comfort Solutions"
|
||||
description="Expert furnace, heat pump, and hot water tank installation and repair. Fast, professional service you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg?_wi=1",
|
||||
imageAlt: "Luxurious Home Heating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg", imageAlt: "Luxurious Home Heating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg",
|
||||
imageAlt: "Professional HVAC Team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg", imageAlt: "Professional HVAC Team"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284078.jpg?_wi=1",
|
||||
imageAlt: "Heat Pump Installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284078.jpg", imageAlt: "Heat Pump Installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop-talking-woman_23-2148334748.jpg",
|
||||
imageAlt: "Water Heater Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-laptop-talking-woman_23-2148334748.jpg", imageAlt: "Water Heater Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-drinking-cup-coffee_482257-76493.jpg",
|
||||
imageAlt: "Same Day Emergency",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-drinking-cup-coffee_482257-76493.jpg", imageAlt: "Same Day Emergency"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14584.jpg",
|
||||
imageAlt: "Trusted Enercare",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14584.jpg", imageAlt: "Trusted Enercare"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -101,32 +78,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.8★",
|
||||
title: "Avg Rating",
|
||||
description: "Based on 500+ reviews",
|
||||
icon: Star,
|
||||
id: "m1", value: "4.8★", title: "Avg Rating", description: "Based on 500+ reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Happy Customers",
|
||||
description: "Professional satisfaction",
|
||||
icon: Users,
|
||||
id: "m2", value: "500+", title: "Happy Customers", description: "Professional satisfaction", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Availability",
|
||||
description: "Always there when you need",
|
||||
icon: Clock,
|
||||
id: "m3", value: "24/7", title: "Availability", description: "Always there when you need", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Same Day",
|
||||
title: "Installation",
|
||||
description: "Rapid response time",
|
||||
icon: Zap,
|
||||
id: "m4", value: "Same Day", title: "Installation", description: "Rapid response time", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
@@ -141,91 +102,61 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Furnace Installation & Repair",
|
||||
description: "Expert furnace services to keep your home warm all winter.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg?_wi=1",
|
||||
imageAlt: "Furnace Service",
|
||||
},
|
||||
title: "Furnace Installation & Repair", description: "Expert furnace services to keep your home warm all winter.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", imageAlt: "Furnace Service"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Same-day emergency repairs",
|
||||
},
|
||||
text: "Same-day emergency repairs"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Energy-efficient systems",
|
||||
},
|
||||
text: "Energy-efficient systems"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Annual maintenance plans",
|
||||
},
|
||||
text: "Annual maintenance plans"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "All brands serviced",
|
||||
},
|
||||
text: "All brands serviced"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg?_wi=2",
|
||||
imageAlt: "modern home furnace unit",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Hot Water Tank Service",
|
||||
description: "Fast, reliable tank replacement and repair services.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=1",
|
||||
imageAlt: "Water Heater",
|
||||
},
|
||||
title: "Hot Water Tank Service", description: "Fast, reliable tank replacement and repair services.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg", imageAlt: "Water Heater"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Quick replacement service",
|
||||
},
|
||||
text: "Quick replacement service"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Tankless options available",
|
||||
},
|
||||
text: "Tankless options available"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Fair, transparent pricing",
|
||||
},
|
||||
text: "Fair, transparent pricing"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Professional installation",
|
||||
},
|
||||
text: "Professional installation"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-hand-woman-holding-use-remote-control-open-aircondition-living-room-home_1150-48622.jpg?_wi=1",
|
||||
imageAlt: "modern home furnace unit",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Heat Pump Systems",
|
||||
description: "Efficient modern installation for year-round comfort.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
imageAlt: "Heat Pump",
|
||||
},
|
||||
title: "Heat Pump Systems", description: "Efficient modern installation for year-round comfort.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Heat Pump"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Expert installation",
|
||||
},
|
||||
text: "Expert installation"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Energy rebate assistance",
|
||||
},
|
||||
text: "Energy rebate assistance"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Eco-friendly solutions",
|
||||
},
|
||||
text: "Eco-friendly solutions"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Warranty included",
|
||||
},
|
||||
text: "Warranty included"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg",
|
||||
imageAlt: "modern home furnace unit",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -239,71 +170,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Brad Lisson",
|
||||
date: "3 months ago",
|
||||
title: "Customer",
|
||||
quote: "Great experience with Enercare! They replaced my hot water tank quickly.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg?_wi=3",
|
||||
imageAlt: "smiling customer headshot",
|
||||
},
|
||||
id: "t1", name: "Brad Lisson", date: "3 months ago", title: "Customer", quote: "Great experience with Enercare! They replaced my hot water tank quickly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg", imageAlt: "smiling customer headshot"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rosa Ahn",
|
||||
date: "1 month ago",
|
||||
title: "Customer",
|
||||
quote: "Friendly and competent staff. Outstanding service from start to finish.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg?_wi=2",
|
||||
imageAlt: "smiling customer headshot",
|
||||
},
|
||||
id: "t2", name: "Rosa Ahn", date: "1 month ago", title: "Customer", quote: "Friendly and competent staff. Outstanding service from start to finish.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/professional-woman-standing-with-coffee-busy-street-smiling-camera_1258-123421.jpg", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", imageAlt: "smiling customer headshot"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jackson Smith",
|
||||
date: "3 months ago",
|
||||
title: "Customer",
|
||||
quote: "Our furnace broke down and they responded right away. Fast fix!",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=2",
|
||||
imageAlt: "smiling customer headshot",
|
||||
},
|
||||
id: "t3", name: "Jackson Smith", date: "3 months ago", title: "Customer", quote: "Our furnace broke down and they responded right away. Fast fix!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/positive-satisfied-customer-making-ok-gesture_74855-3646.jpg", imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg", imageAlt: "smiling customer headshot"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alex Hutton",
|
||||
date: "2 months ago",
|
||||
title: "Customer",
|
||||
quote: "Fast installation of new heat pump and furnace. Professional team.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-autumnal-leaves-outside_23-2148647679.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-hand-woman-holding-use-remote-control-open-aircondition-living-room-home_1150-48622.jpg?_wi=2",
|
||||
imageAlt: "smiling customer headshot",
|
||||
},
|
||||
id: "t4", name: "Alex Hutton", date: "2 months ago", title: "Customer", quote: "Fast installation of new heat pump and furnace. Professional team.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-autumnal-leaves-outside_23-2148647679.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-selective-focus-hand-woman-holding-use-remote-control-open-aircondition-living-room-home_1150-48622.jpg", imageAlt: "smiling customer headshot"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Gary Mayo",
|
||||
date: "2 months ago",
|
||||
title: "Customer",
|
||||
quote: "Great Service Great Staff Great Company. Highly recommended.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
|
||||
imageAlt: "smiling customer headshot",
|
||||
},
|
||||
id: "t5", name: "Gary Mayo", date: "2 months ago", title: "Customer", quote: "Great Service Great Staff Great Company. Highly recommended.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "smiling customer headshot"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Liu Renrui",
|
||||
date: "1 day ago",
|
||||
title: "Customer",
|
||||
quote: "Enercare is a very good company. Quick install with good quality.",
|
||||
tag: "Verified",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284078.jpg?_wi=2",
|
||||
imageAlt: "smiling customer headshot",
|
||||
},
|
||||
id: "t6", name: "Liu Renrui", date: "1 day ago", title: "Customer", quote: "Enercare is a very good company. Quick install with good quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cabinet-couple-therapy-with-relationship-issues-relationship-counseling_482257-25229.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-spending-time-with-her-pet_23-2149284078.jpg", imageAlt: "smiling customer headshot"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it—join 500+ satisfied customers."
|
||||
@@ -314,8 +191,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Get Started?"
|
||||
description="Contact us today for a free quote and experience the Enercare difference."
|
||||
@@ -327,59 +203,37 @@ export default function LandingPage() {
|
||||
logoText="Enercare"
|
||||
columns={[
|
||||
{
|
||||
title: "Enercare",
|
||||
items: [
|
||||
title: "Enercare", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Furnace Installation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Furnace Installation", href: "#services"},
|
||||
{
|
||||
label: "Hot Water Tanks",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hot Water Tanks", href: "#services"},
|
||||
{
|
||||
label: "Heat Pumps",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Heat Pumps", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "1-800-ENERCARE",
|
||||
href: "tel:18003637227",
|
||||
},
|
||||
label: "1-800-ENERCARE", href: "tel:18003637227"},
|
||||
{
|
||||
label: "info@enercare.ca",
|
||||
href: "mailto:info@enercare.ca",
|
||||
},
|
||||
label: "info@enercare.ca", href: "mailto:info@enercare.ca"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user