3 Commits

Author SHA1 Message Date
cf75427891 Update src/app/page.tsx 2026-03-04 17:12:37 +00:00
b7cb868602 Update src/app/layout.tsx 2026-03-04 17:12:36 +00:00
673c6e0c30 Merge version_2 into main
Merge version_2 into main
2026-03-04 17:10:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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