Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c6148c135 | |||
| 9089b8e10b | |||
| f18421cd38 | |||
| 71a4fb8e2d |
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "1", title: "How often should I change my AC filter?", content: "We recommend every 1 to 3 months depending on usage." },
|
{ id: "1", title: "How often should I change my AC filter?", content: "We recommend every 1 to 3 months depending on usage. Check your filter monthly—book a maintenance visit today to keep your system at peak performance." },
|
||||||
{ id: "2", title: "Do you offer emergency service?", content: "Yes, we are available 24/7 for urgent repairs." },
|
{ id: "2", title: "Do you offer emergency service?", content: "Yes, we are available 24/7 for urgent repairs." },
|
||||||
{ id: "3", title: "Are your technicians certified?", content: "Every technician on our team is fully licensed and certified." },
|
{ id: "3", title: "Are your technicians certified?", content: "Every technician on our team is fully licensed and certified." },
|
||||||
]}
|
]}
|
||||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="Quality service that delivers results for our clients."
|
description="Quality service that delivers real results and reliability for our local residential clients."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", icon: CheckCircle, title: "Systems Fixed", value: "2,500+" },
|
{ id: "1", icon: CheckCircle, title: "Systems Fixed", value: "2,500+" },
|
||||||
{ id: "2", icon: Smile, title: "Happy Clients", value: "1,800+" },
|
{ id: "2", icon: Smile, title: "Happy Clients", value: "1,800+" },
|
||||||
@@ -124,11 +124,11 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="home-footer" data-section="home-footer">
|
<div id="home-footer" data-section="home-footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
|
logoText="Honest Air Service"
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] },
|
{ items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] },
|
||||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
logoText="Honest Air Service"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user