Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 181c2e49f5 | |||
| 835a777adb | |||
| 6e06d481f9 | |||
| 38e5fb9715 | |||
| 939a0634dc |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
title="Reliable HVAC Services in Micanopy, FL"
|
||||
description="Professional heating, ventilation, and air conditioning solutions for residential homes. Trust our experts for your AC repair, installation, and maintenance needs."
|
||||
buttons={[
|
||||
{ text: "Book Service Now", href: "/contact" }
|
||||
{ text: "Schedule Your Service", href: "/contact" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -154,15 +154,15 @@ export default function LandingPage() {
|
||||
title="Why Choose Us?"
|
||||
description="Our commitment to quality service in Florida."
|
||||
metrics={[
|
||||
{
|
||||
id: "m3", icon: Zap,
|
||||
title: "Same Day Service", value: "100%"},
|
||||
{
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Years Experience", value: "15+"},
|
||||
{
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Customers", value: "1,000+"},
|
||||
{
|
||||
id: "m3", icon: Zap,
|
||||
title: "Same Day Service", value: "100%"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -201,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user