Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b5c0ff4de | |||
| 1003f0134e | |||
| fc7c6afcd6 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user