5 Commits

Author SHA1 Message Date
1c0d9fd46f Merge version_4 into main
Merge version_4 into main
2026-05-15 09:04:18 +00:00
7a21bcc61c Update src/app/page.tsx 2026-05-15 09:04:15 +00:00
6e512de624 Merge version_3 into main
Merge version_3 into main
2026-05-15 09:02:17 +00:00
5c8ed36b75 Update src/app/page.tsx 2026-05-15 09:02:14 +00:00
5378059fa9 Merge version_2 into main
Merge version_2 into main
2026-05-15 09:01:16 +00:00

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Services", id: "features" }, { name: "Services", id: "features" },
{ name: "Products", id: "products" }, { name: "Products", id: "products" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="ClimateMaster" brandName="ClimateMaster"
@@ -44,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Keeping Your Home Safe and Breathable" title="Protect Your Family with Expert Home Climate & Air Care"
description="Expert HVAC, air duct, and chimney maintenance. Trusted quality, efficient repairs, and professional care for your family's safety." description="Expert HVAC, air duct, and chimney maintenance. Trusted quality, efficient repairs, and professional care for your family's safety."
buttons={[{ text: "Get A Quote", href: "#contact" }]} buttons={[{ text: "Get A Quote", href: "#contact" }]}
carouselItems={[ carouselItems={[
@@ -151,10 +152,11 @@ export default function LandingPage() {
faqs={[ faqs={[
{ id: "f1", title: "How often should I clean my air ducts?", content: "Generally every 3-5 years, depending on household dust and pets." }, { id: "f1", title: "How often should I clean my air ducts?", content: "Generally every 3-5 years, depending on household dust and pets." },
{ id: "f2", title: "Is chimney inspection necessary?", content: "Yes, annual inspections prevent fire hazards and carbon monoxide buildup." }, { id: "f2", title: "Is chimney inspection necessary?", content: "Yes, annual inspections prevent fire hazards and carbon monoxide buildup." },
{ id: "f3", title: "What are signs of poor indoor air quality?", content: "Increased allergy symptoms, dust buildup, or unpleasant smells." }, { id: "f3", title: "How much does a routine cleaning cost?", content: "Pricing varies by project size, starting at $299 for basic residential services." },
{ id: "f4", title: "Do you charge for initial inspections?", content: "Initial inspections are $79, which is credited toward any repairs or services performed." },
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Answers regarding safety and maintenance for your HVAC and chimney systems." description="Answers regarding safety and maintenance for your HVAC and chimney systems. Clear pricing to help plan your home care."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>