Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 02:16:33 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
description="Professional, reliable service for your home. We provide quality solutions with a 100% satisfaction guarantee."
tag="Trusted Local Experts"
buttons={[
{ text: "Get Your Quote", href: "#contact" },
{ text: "Book Your Free Quote", href: "#contact" },
{ text: "Our Services", href: "#features" },
]}
mediaItems={[
@@ -197,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}