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 (