Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6ada1edf2 | |||
| a163f371df | |||
| ef6c7450bf | |||
| 923ad9b9dc | |||
| 3bd550f31e | |||
| 87673dc83f | |||
| 155f9d7167 |
@@ -9,6 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { CheckCircle, Phone, Shield, Wrench } from "lucide-react";
|
||||
|
||||
export default function PlumbingPage() {
|
||||
@@ -99,6 +100,21 @@ export default function PlumbingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="brands" data-section="brands">
|
||||
<SocialProofOne
|
||||
title="Trusted Partners & Suppliers"
|
||||
description="We work with industry-leading brands to deliver the best solutions for your plumbing needs"
|
||||
tag="Featured Partners"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Kohler", "Delta Faucet", "Moen", "Rheem", "A.O. Smith", "Roto-Rooter", "American Standard", "Grohe"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
|
||||
Reference in New Issue
Block a user