From 405b284ffa92f08eaea2e745951ee9d0cf8b50da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 04:02:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42defcd..c2a5cd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,6 +18,10 @@ export default function LandingPage() { window.location.href = "mailto:brightlinewebsolutions@gmail.com"; }; + const handlePrivacyClick = () => { + window.location.href = "/privacy"; + }; + return (