5 Commits

Author SHA1 Message Date
f5efb1e016 Merge version_3 into main
Merge version_3 into main
2026-03-04 21:36:04 +00:00
36b1ef1159 Update src/app/page.tsx 2026-03-04 21:36:00 +00:00
3f8cfcae53 Update src/app/layout.tsx 2026-03-04 21:36:00 +00:00
0eb1545173 Merge version_2 into main
Merge version_2 into main
2026-03-04 21:35:12 +00:00
c368f388b8 Merge version_2 into main
Merge version_2 into main
2026-03-04 21:34:28 +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>
);
}
}