3 Commits

Author SHA1 Message Date
cdc57a8d32 Update src/app/page.tsx 2026-03-10 09:37:31 +00:00
8ff3541ead Update src/app/layout.tsx 2026-03-10 09:37:31 +00:00
915f0162b0 Merge version_2 into main
Merge version_2 into main
2026-03-10 09:33:42 +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

@@ -280,7 +280,7 @@ export default function HomePage() {
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Claim Free Trial (No Card)"
termsText="We'll never share your email. Check out our privacy policy and terms of service."
termsText="We respect your privacy. Unsubscribe anytime."
ariaLabel="Contact and signup section"
/>
</div>
@@ -359,4 +359,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}