Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1003f0134e | |||
| fc7c6afcd6 |
@@ -62,6 +62,18 @@ export default function PlumbingPage() {
|
|||||||
imageAlt="Professional plumber fixing water pipes"
|
imageAlt="Professional plumber fixing water pipes"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user