Update src/app/page.tsx

This commit is contained in:
2026-02-14 17:28:01 +00:00
parent fc7c6afcd6
commit 1003f0134e

View File

@@ -62,6 +62,18 @@ export default function PlumbingPage() {
imageAlt="Professional plumber fixing water pipes"
imagePosition="right"
mediaAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Kohler" },
{ type: "text", text: "Delta Faucet" },
{ type: "text", text: "Moen" },
{ type: "text", text: "Rheem" },
{ type: "text", text: "A.O. Smith" },
{ type: "text", text: "Roto-Rooter" },
{ type: "text", text: "American Standard" },
{ type: "text", text: "Grohe" }
]}
marqueeSpeed={40}
showMarqueeCard={true}
/>
</div>