Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c0d9fd46f | |||
| 7a21bcc61c | |||
| 6e512de624 | |||
| 5c8ed36b75 | |||
| 5378059fa9 |
@@ -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>
|
||||||
@@ -177,4 +179,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user