Update src/app/page.tsx

This commit is contained in:
2026-03-10 06:41:18 +00:00
parent 9030585cbb
commit 07cd91f3de

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>
);
}
}