Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 21:48:42 +00:00
2 changed files with 1398 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Award, Shield, Wrench, Zap, Facebook, Linkedin, Phone } from 'lucide-react';
import { Award, Shield, Wrench, Zap, Facebook, Linkedin, Phone, CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -66,7 +66,7 @@ export default function LandingPage() {
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "Call Now - 24/7 Emergency", href: "#contact" },
{ text: "✓ Licensed & Insured - Call Now 24/7", href: "#contact" },
{ text: "Schedule Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -252,4 +252,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}