From 447a8349de741901f7d0c90ed26a8fb222fc6186 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 05:10:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98e5814..ec938bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,10 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Monitor, Palette, Zap } from "lucide-react"; export default function LandingPage() { + const handleInquireClick = () => { + window.location.href = "mailto:brightlinewebsolutions@gmail.com"; + }; + return ( {}} + onSubmit={handleInquireClick} />
- + Call: 323-324-3186 -- 2.49.1