From 1b7a0e37cf2cf8cf3b8a5884823e533d26298c1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:48:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 62125a4..1f82c7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function LandingPage() { useInvertedBackground={false} inputPlaceholder="Your Email Address" buttonText="Send Inquiry" - termsText="By submitting your inquiry, you agree to our Terms and Conditions and Privacy Policy." + termsText="By submitting your inquiry, you agree to our <a href=\"#\" class=\"underline">Terms and Conditions</a> and <a href=\"#\" class=\"underline">Privacy Policy</a>." onSubmit={(email) => console.log(email)} /> -- 2.49.1