diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c0a357d..f08c82e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index ffef1aa..0cf4479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,6 +138,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "🧺 Book Your First Service", href: "#contact" } + ]} /> @@ -228,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file