Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-03 14:57:18 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -1401,4 +1401,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -115,7 +115,10 @@ export default function HomePage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[{ text: "Explore Services", href: "/services" }]}
buttons={[
{ text: "Explore Services", href: "/services" },
{ text: "Get Free Estimate", href: "/contact" },
]}
buttonAnimation="slide-up"
/>
</div>
@@ -224,4 +227,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}