1 Commits

Author SHA1 Message Date
bebbebee27 Update src/app/layout.tsx 2026-03-09 09:11:32 +00:00

View File

@@ -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, Mail, Phone, MapPin } from 'lucide-react';
import { Shield, AlertCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -246,9 +246,6 @@ 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);
}}
/>
</div>
@@ -259,7 +256,7 @@ export default function LandingPage() {
text: "Privacy Policy", href: "#"
}}
rightLink={{
text: "Contact: (555) 123-4567", href: "tel:+15551234567"
text: "Terms of Service", href: "#"
}}
/>
</div>