Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c6148c135 | |||
| 9089b8e10b |
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
{ id: "1", icon: CheckCircle, title: "Systems Fixed", value: "2,500+" },
|
||||
{ id: "2", icon: Smile, title: "Happy Clients", value: "1,800+" },
|
||||
@@ -124,14 +124,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Honest Air Service"
|
||||
columns={[
|
||||
{ items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Honest Air Service"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user