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"
|
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."
|
description="Professional heating, ventilation, and air conditioning solutions for residential homes. Trust our experts for your AC repair, installation, and maintenance needs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Service Now", href: "/contact" }
|
{ text: "Schedule Your Service", href: "/contact" }
|
||||||
]}
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -154,15 +154,15 @@ export default function LandingPage() {
|
|||||||
title="Why Choose Us?"
|
title="Why Choose Us?"
|
||||||
description="Our commitment to quality service in Florida."
|
description="Our commitment to quality service in Florida."
|
||||||
metrics={[
|
metrics={[
|
||||||
|
{
|
||||||
|
id: "m3", icon: Zap,
|
||||||
|
title: "Same Day Service", value: "100%"},
|
||||||
{
|
{
|
||||||
id: "m1", icon: CheckCircle,
|
id: "m1", icon: CheckCircle,
|
||||||
title: "Years Experience", value: "15+"},
|
title: "Years Experience", value: "15+"},
|
||||||
{
|
{
|
||||||
id: "m2", icon: Users,
|
id: "m2", icon: Users,
|
||||||
title: "Happy Customers", value: "1,000+"},
|
title: "Happy Customers", value: "1,000+"},
|
||||||
{
|
|
||||||
id: "m3", icon: Zap,
|
|
||||||
title: "Same Day Service", value: "100%"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user