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