Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 07:11:31 +00:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -138,6 +138,9 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "🧺 Book Your First Service", href: "#contact" }
]}
/>
</div>
@@ -228,4 +231,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}