Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 02:13:18 +00:00
2 changed files with 12 additions and 1434 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import ContactSplit from "@/components/sections/contact/ContactSplit";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Shield, CheckCircle, Star, MapPin, Phone } from "lucide-react";
import { Shield, CheckCircle, Star, MapPin, Phone, Award } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -73,7 +73,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="The Pipe Wrenchers"
description="24/7 Emergency Plumber in Toronto. Trusted by 500+ Local Homeowners. Fully Licensed & Insured. Same-Day Service Available."
description="24/7 Emergency Plumber in Toronto. Trusted by 500+ Local Homeowners. Fully Licensed & Insured. Same-Day Service Available."
buttons={[
{
text: "Call Now (416) 879-2050", href: "tel:+14168792050"},
@@ -129,7 +129,7 @@ export default function HomePage() {
title="Why The Pipe Wrenchers Is Your Trusted Local Plumber"
description="Professional, Reliable, Trustworthy"
subdescription="Serving Toronto & Etobicoke since 2010"
icon={CheckCircle}
icon={Award}
imageSrc="http://img.b2bpic.net/free-vector/curly-hair-method-badge-collection_23-2148850512.jpg?_wi=1"
imageAlt="Licensed and insured certification"
mediaAnimation="opacity"
@@ -208,4 +208,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}