Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 14:57:19 +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>
);
}
}