3 Commits

Author SHA1 Message Date
02145cd188 Update src/app/page.tsx 2026-03-04 07:11:27 +00:00
b3ef0e2a56 Update src/app/layout.tsx 2026-03-04 07:11:26 +00:00
9a7ab9bd48 Merge version_1 into main
Merge version_1 into main
2026-03-04 07:09:47 +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>
);
}
}