Update src/app/page.tsx

This commit is contained in:
2026-03-04 07:11:27 +00:00
parent b3ef0e2a56
commit 02145cd188

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>
);
}
}