Merge version_3 into main #5
1395
src/app/layout.tsx
1395
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user