Update src/app/page.tsx

This commit is contained in:
2026-05-28 00:31:56 +00:00
parent 11b014a9c3
commit feb30de16f

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import ProductCardThree from "@/components/sections/product/ProductCardThree";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import TextAbout from "@/components/sections/about/TextAbout";
import { Award, Clock, Heart } from "lucide-react";
export default function LandingPage() {
@@ -33,38 +33,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Solutions",
id: "#solutions",
},
name: "Solutions", id: "#solutions"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
button={{
text: "Get a Quote",
href: "#contact",
}}
text: "Get a Quote", href: "#contact"}}
brandName="PH&A Solutions"
/>
</div>
@@ -72,45 +56,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "plain",
}}
variant: "plain"}}
title="Your Trusted Partner for Home Comfort"
description="Expert Plumbing, Heating, and Air Solutions for a cozy and efficient home. We keep your systems running smoothly, so you can relax."
buttons={[
{
text: "Schedule Service",
href: "#contact",
},
text: "Schedule Service", href: "#contact"},
{
text: "Emergency? Call Now",
href: "tel:555-123-4567",
},
text: "Emergency? Call Now", href: "tel:555-123-4567"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg",
imageAlt: "Plumber working on pipes",
},
imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg", imageAlt: "HVAC technician refilling air conditioner freon"},
{
imageSrc: "http://img.b2bpic.net/free-photo/soft-comfortable-bathrobe-towel-hanging-door-stylish-room-interior_632805-4.jpg",
imageAlt: "HVAC technician inspecting unit",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumber-checking-water-heater-pipes_23-2150334812.jpg", imageAlt: "Plumber checking water heater pipes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg",
imageAlt: "Heating system maintenance",
},
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", imageAlt: "Woman enjoying comfortable heating at home"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-polyamorous-people-full-shot_23-2149226779.jpg",
imageAlt: "Family enjoying comfortable home",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-polyamorous-people-full-shot_23-2149226779.jpg", imageAlt: "Family enjoying comfortable home atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1578.jpg",
imageAlt: "Residential air conditioning unit",
},
imageSrc: "http://img.b2bpic.net/free-photo/air-conditioning-condenser-unit-outdoor-modern-building_1416-2580.jpg", imageAlt: "Outdoor air conditioning condenser unit"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-working-touchpad-workshop_637285-9747.jpg",
imageAlt: "Technician checking diagnostics",
},
imageSrc: "http://img.b2bpic.net/free-photo/hvac-engineer-fixing-equipment_23-2149335032.jpg", imageAlt: "HVAC engineer fixing equipment"},
]}
mediaAnimation="opacity"
/>
@@ -122,9 +89,7 @@ export default function LandingPage() {
title="Bringing Comfort & Reliability to Your Home Since 2005"
buttons={[
{
text: "Learn More About Us",
href: "#",
},
text: "Learn More About Us", href: "#contact"},
]}
/>
</div>
@@ -136,21 +101,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Unexpected breakdowns",
"High energy bills",
"Inconsistent temperatures",
"Poor air quality",
"Long wait times",
],
"Unexpected breakdowns", "High energy bills", "Inconsistent temperatures", "Poor air quality", "Long wait times"],
}}
positiveCard={{
items: [
"Preventative maintenance",
"Energy-efficient upgrades",
"Consistent home comfort",
"Improved air quality",
"Prompt, reliable service",
],
"Preventative maintenance", "Energy-efficient upgrades", "Consistent home comfort", "Improved air quality", "Prompt, reliable service"],
}}
title="Don't Settle for Less: Experience the PH&A Difference"
description="We tackle your home's most challenging plumbing, heating, and air issues with expertise and care. See how our comprehensive solutions outperform the rest."
@@ -166,47 +121,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Emergency Plumbing",
price: "24/7 Service",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg",
imageAlt: "Emergency plumbing repair",
},
id: "p1", name: "Emergency Plumbing", price: "24/7 Service", imageSrc: "http://img.b2bpic.net/free-photo/plumber-fixing-leaky-sink_23-2149073791.jpg", imageAlt: "Plumber fixing a leaky sink"},
{
id: "p2",
name: "HVAC System Tune-Up",
price: "$129 Special",
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580570.jpg",
imageAlt: "HVAC system tune up",
},
id: "p2", name: "HVAC System Tune-Up", price: "$129 Special", imageSrc: "http://img.b2bpic.net/free-photo/hvac-technician-inspecting-outdoor-unit_23-2149335032.jpg", imageAlt: "HVAC technician inspecting outdoor unit"},
{
id: "p3",
name: "Water Heater Installation",
price: "Custom Quote",
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg",
imageAlt: "Water heater installation",
},
id: "p3", name: "Water Heater Installation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/new-water-heater-installation_23-2149335032.jpg", imageAlt: "New water heater installation"},
{
id: "p4",
name: "Drain Cleaning Service",
price: "Starting at $99",
imageSrc: "http://img.b2bpic.net/free-photo/doing-homework_1098-19369.jpg",
imageAlt: "Drain cleaning",
},
id: "p4", name: "Drain Cleaning Service", price: "Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/plumber-cleaning-clogged-drain_23-2149073791.jpg", imageAlt: "Plumber cleaning a clogged drain"},
{
id: "p5",
name: "AC Repair & Maintenance",
price: "Fast Response",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg",
imageAlt: "AC repair",
},
id: "p5", name: "AC Repair & Maintenance", price: "Fast Response", imageSrc: "http://img.b2bpic.net/free-photo/hvac-technician-working-air-conditioning-unit_23-2149335032.jpg", imageAlt: "HVAC technician working on an air conditioning unit"},
{
id: "p6",
name: "Furnace Repair & Replacement",
price: "Free Estimate",
imageSrc: "http://img.b2bpic.net/free-photo/some-barbells-gym_23-2147671941.jpg",
imageAlt: "Furnace repair",
},
id: "p6", name: "Furnace Repair & Replacement", price: "Free Estimate", imageSrc: "http://img.b2bpic.net/free-photo/furnace-repair-technician-working_23-2149335032.jpg", imageAlt: "Furnace repair technician working"},
]}
title="Our Expert Services & Solutions"
description="From leaky faucets to full HVAC installations, our certified technicians are equipped to handle any challenge, ensuring your home systems run flawlessly."
@@ -222,25 +147,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
title: "Years in Service",
description: "A legacy of trust and quality.",
icon: Award,
id: "m1", value: "15+", title: "Years in Service", description: "A legacy of trust and quality.", icon: Award,
},
{
id: "m2",
value: "98%",
title: "Customer Satisfaction",
description: "Our commitment to your happiness.",
icon: Heart,
id: "m2", value: "98%", title: "Customer Satisfaction", description: "Our commitment to your happiness.", icon: Heart,
},
{
id: "m3",
value: "24/7",
title: "Emergency Support",
description: "We're here when you need us most.",
icon: Clock,
id: "m3", value: "24/7", title: "Emergency Support", description: "We're here when you need us most.", icon: Clock,
},
]}
title="Why Choose PH&A Solutions?"
@@ -254,65 +167,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
date: "March 2023",
title: "Lifesavers!",
quote: "Our heater broke down in the middle of winter, and PH&A Solutions came to the rescue. Quick, professional, and transparent pricing. Highly recommend!",
tag: "Heating Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg",
avatarAlt: "Sarah J. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sink_23-2147693228.jpg",
imageAlt: "Fixed heating system",
},
id: "t1", name: "Sarah J.", date: "March 2023", title: "Lifesavers!", quote: "Our heater broke down in the middle of winter, and PH&A Solutions came to the rescue. Quick, professional, and transparent pricing. Highly recommend!", tag: "Heating Repair", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/hvac-technician-repairing-heater_23-2149335032.jpg", imageAlt: "Fixed heating system"},
{
id: "t2",
name: "Mark D.",
date: "July 2023",
title: "Fantastic AC Service",
quote: "The team installed a new AC unit efficiently and left no mess. Our home has never been cooler! Excellent service from start to finish.",
tag: "AC Installation",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-hairband-t-shirt-looking-camera_74855-6031.jpg",
avatarAlt: "Mark D. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184938.jpg",
imageAlt: "New AC unit",
},
id: "t2", name: "Mark D.", date: "July 2023", title: "Fantastic AC Service", quote: "The team installed a new AC unit efficiently and left no mess. Our home has never been cooler! Excellent service from start to finish.", tag: "AC Installation", avatarSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-hairband-t-shirt-looking-camera_74855-6031.jpg", avatarAlt: "Mark D. avatar", imageSrc: "http://img.b2bpic.net/free-photo/new-ac-unit-installation_23-2149335032.jpg", imageAlt: "New AC unit"},
{
id: "t3",
name: "Emily R.",
date: "January 2024",
title: "Reliable Plumbers",
quote: "Had a persistent leak that other companies couldn't fix. PH&A Solutions identified the problem quickly and resolved it with lasting results. So relieved!",
tag: "Plumbing Leak",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-posing-outdoors_23-2149073989.jpg",
avatarAlt: "Emily R. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119047.jpg",
imageAlt: "Fixed plumbing leak",
},
id: "t3", name: "Emily R.", date: "January 2024", title: "Reliable Plumbers", quote: "Had a persistent leak that other companies couldn't fix. PH&A Solutions identified the problem quickly and resolved it with lasting results. So relieved!", tag: "Plumbing Leak", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-posing-outdoors_23-2149073989.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/plumber-fixing-pipe_23-2149073791.jpg", imageAlt: "Fixed plumbing leak"},
{
id: "t4",
name: "David K.",
date: "September 2022",
title: "Great Maintenance Plan",
quote: "Their annual maintenance plan gives us peace of mind. Our systems are always running optimally, and their technicians are always friendly and knowledgeable.",
tag: "HVAC Maintenance",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
avatarAlt: "David K. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-faucet-turned-off_250224-100.jpg",
imageAlt: "HVAC system maintenance",
},
id: "t4", name: "David K.", date: "September 2022", title: "Great Maintenance Plan", quote: "Their annual maintenance plan gives us peace of mind. Our systems are always running optimally, and their technicians are always friendly and knowledgeable.", tag: "HVAC Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", avatarAlt: "David K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/hvac-technician-performing-maintenance_23-2149335032.jpg", imageAlt: "HVAC system maintenance"},
{
id: "t5",
name: "Jessica L.",
date: "June 2023",
title: "Professional Water Heater Install",
quote: "Our old water heater failed, and PH&A Solutions replaced it the same day. Fast, efficient, and very professional. Highly recommend their services!",
tag: "Water Heater",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg",
avatarAlt: "Jessica L. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/preparing-install-outlet-switch-hole-plasterboard-wall-installing-socket-from-new-lamp-repair-construction_166373-1908.jpg",
imageAlt: "Water heater installation",
},
id: "t5", name: "Jessica L.", date: "June 2023", title: "Professional Water Heater Install", quote: "Our old water heater failed, and PH&A Solutions replaced it the same day. Fast, efficient, and very professional. Highly recommend their services!", tag: "Water Heater", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happy-business-woman-posing-her-own-coffee-shop_1163-1790.jpg", avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/plumber-installing-water-heater_23-2149073791.jpg", imageAlt: "Water heater installation"},
]}
title="What Our Valued Customers Say"
description="Hear directly from homeowners and businesses who trust us for their plumbing, heating, and air needs."
@@ -326,35 +189,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "What areas do you serve?",
content: "We proudly serve the greater metropolitan area, including all surrounding counties. Please contact us for specific service availability in your location.",
},
id: "faq1", title: "What areas do you serve?", content: "We proudly serve the greater metropolitan area, including all surrounding counties. Please contact us for specific service availability in your location."},
{
id: "faq2",
title: "Do you offer emergency services?",
content: "Yes, we offer 24/7 emergency plumbing, heating, and air conditioning services. Our technicians are always on standby to assist you with urgent issues.",
},
id: "faq2", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency plumbing, heating, and air conditioning services. Our technicians are always on standby to assist you with urgent issues."},
{
id: "faq3",
title: "What types of HVAC systems do you service?",
content: "We service all major brands and types of HVAC systems, including furnaces, air conditioners, heat pumps, boilers, and ductless mini-splits.",
},
id: "faq3", title: "What types of HVAC systems do you service?", content: "We service all major brands and types of HVAC systems, including furnaces, air conditioners, heat pumps, boilers, and ductless mini-splits."},
{
id: "faq4",
title: "How often should I have my HVAC system maintained?",
content: "We recommend annual maintenance for your HVAC system once in the spring for your AC and once in the fall for your furnace or heating system.",
},
id: "faq4", title: "How often should I have my HVAC system maintained?", content: "We recommend annual maintenance for your HVAC system once in the spring for your AC and once in the fall for your furnace or heating system."},
{
id: "faq5",
title: "What are your payment options?",
content: "We accept all major credit cards, checks, and offer flexible financing options for larger projects. Our team can discuss payment plans during your service consultation.",
},
id: "faq5", title: "What are your payment options?", content: "We accept all major credit cards, checks, and offer flexible financing options for larger projects. Our team can discuss payment plans during your service consultation."},
{
id: "faq6",
title: "Are your technicians licensed and insured?",
content: "Absolutely. All our technicians are fully licensed, certified, and insured, ensuring you receive the highest quality and safest service possible.",
},
id: "faq6", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, certified, and insured, ensuring you receive the highest quality and safest service possible."},
]}
title="Frequently Asked Questions"
description="Have questions? We've got answers. Find more information about our services, processes, and policies here."
@@ -366,20 +211,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Contact Us"
title="Ready to Experience Ultimate Home Comfort?"
description="Get in touch with our expert team today for reliable plumbing, heating, and air solutions. We're here to help!"
buttons={[
{
text: "Schedule a Service",
href: "#",
},
text: "Schedule a Service", href: "#contact"},
{
text: "Get a Free Estimate",
href: "#",
},
text: "Get a Free Estimate", href: "#contact"},
]}
/>
</div>
@@ -392,45 +232,29 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
],
},
{
items: [
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}