From ac1bf4495e1ff4e35f791f20da32b035d8dcab15 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:05:48 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 5ad23a4986027bee02c0b44c3271d53642c9e012 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 19:05:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1