Update src/app/page.tsx
This commit is contained in:
@@ -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