diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ecac4be..756ca45 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1411,4 +1411,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 869702a..2a09952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,7 +194,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - inputPlaceholder="Enter your email" + inputPlaceholder="Enter your email to join our mission" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe anytime. Your data helps us share updates and conservation efforts." /> @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file