Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-10 06:41:22 +00:00
2 changed files with 16 additions and 1423 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Wrench, Zap, Award, MapPin, DollarSign, Users, Clock, Star, AlertCircle, FileText } from "lucide-react";
import { Wrench, Zap, Award, MapPin, DollarSign, Users, Clock, Star, AlertCircle, FileText, Check } from "lucide-react";
export default function HomePage() {
return (
@@ -44,8 +44,8 @@ export default function HomePage() {
<HeroSplit
title="Fast & Reliable Plumbing Service in Rialto"
description="24-Hour Emergency Plumbing & Rooter Service. We're here when you need us most. Expert technicians, honest pricing, and trusted local service."
tag="Trusted Local Plumber"
tagIcon={Wrench}
tag="✓ Licensed & Insured • 24-Hour Response"
tagIcon={Check}
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=1"
@@ -225,4 +225,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}