Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-04-10 02:03:57 +00:00

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
description="We are available for emergency repairs and scheduled maintenance. Contact us today for a free quote."
buttons={[
{
text: "Contact Us", href: "mailto:floyds@example.com"},
text: "Contact Us", href: "/contact"},
]}
/>
</div>
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}