From 0e4f82edfcbb733feaef6f80fcfb381db53a7284 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:11:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8271397..6d066ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Shield, AlertCircle } from 'lucide-react'; +import { Shield, AlertCircle, Mail, Phone, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -246,6 +246,9 @@ export default function LandingPage() { inputPlaceholder="Enter your email address" buttonText="Request Quote" termsText="By submitting this form, you agree to our Terms of Service and Privacy Policy. We'll contact you within 24 hours." + onSubmit={(email) => { + console.log('Contact form submitted with email:', email); + }} /> @@ -256,7 +259,7 @@ export default function LandingPage() { text: "Privacy Policy", href: "#" }} rightLink={{ - text: "Terms of Service", href: "#" + text: "Contact: (555) 123-4567", href: "tel:+15551234567" }} />