Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 19:38:37 +00:00

View File

@@ -3,12 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import TextAbout from '@/components/sections/about/TextAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Facebook, Mail, Phone } from 'lucide-react';
@@ -55,6 +55,19 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Get Started"
title="Need Electrical Service Today?"
description="Schedule a free inspection or request service. Our team is ready to help. Call (123) 456-7890 for immediate assistance."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Schedule Now"
termsText="We respect your privacy. Your information is secure and will only be used to contact you about your service request."
/>
</div>
<div id="services" data-section="services">
<FeatureCardNine
title="Our Services"
@@ -182,19 +195,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Get Started"
title="Need Electrical Service Today?"
description="Schedule a free inspection or request service. Our team is ready to help."
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Schedule Now"
termsText="We respect your privacy. Your information is secure and will only be used to contact you about your service request."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="D & J Electric"