diff --git a/src/app/page.tsx b/src/app/page.tsx index 43e2854..eac4628 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -262,8 +262,8 @@ export default function HomePage() { variant: "radial-gradient" }} useInvertedBackground={false} - inputPlaceholder="Enter your family email" - buttonText="Get Started Free" + inputPlaceholder="your@email.com" + buttonText="Send Me Updates" termsText="By signing up, you agree to our Terms of Service and Privacy Policy." /> @@ -328,4 +328,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}