2 Commits

Author SHA1 Message Date
38e5fb9715 Update src/app/page.tsx 2026-04-16 01:03:41 +00:00
939a0634dc Merge version_2 into main
Merge version_2 into main
2026-04-16 00:59:36 +00:00

View File

@@ -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={[
{
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}