Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-04 21:36:04 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1387,4 +1387,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { CheckCircle, Phone, Star, ThumbsUp, Wrench, User, UserCheck, Users } from 'lucide-react';
import { CheckCircle, Phone, Star, ThumbsUp, Wrench, User, UserCheck, Users, Shield } from 'lucide-react';
export default function LandingPage() {
return (
@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={Wrench}
tagAnimation="slide-up"
rating={5}
ratingText="4.9 ⭐ Rated by 55+ Customers"
ratingText="4.9 ⭐ Verified Badge • 55+ Customers • BBB Certified"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", imageAlt: "Professional plumber at work"
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}