Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-04 17:12:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -201,7 +201,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Schedule Now"
buttonText="Book My Cut"
termsText="We respect your privacy. Unsubscribe at any time."
/>
</div>
@@ -239,4 +239,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}