4 Commits

Author SHA1 Message Date
b7704d42ce Merge version_3 into main
Merge version_3 into main
2026-03-05 21:48:41 +00:00
5af271155d Update src/app/page.tsx 2026-03-05 21:48:37 +00:00
65cbbe63b0 Update src/app/layout.tsx 2026-03-05 21:48:36 +00:00
6b0e6d04c5 Merge version_2 into main
Merge version_2 into main
2026-03-05 21:44:03 +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>
);
}
}