Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fc06fa019 |
@@ -32,6 +32,7 @@ export default function PressureWashPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Wash Club"
|
brandName="Wash Club"
|
||||||
|
logoSrc="https://img.b2bpic.net/free-photo/minimalist-water-drop-logo-design_1157-27223.jpg"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -189,6 +190,7 @@ export default function PressureWashPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="Wash Club"
|
logoText="Wash Club"
|
||||||
|
logoSrc="https://img.b2bpic.net/free-photo/minimalist-water-drop-logo-design_1157-27223.jpg"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/transparent-liquid-dynamic-close-up-with-copy-space_23-2148469581.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/transparent-liquid-dynamic-close-up-with-copy-space_23-2148469581.jpg"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Services", items: [{ label: "Driveway", href: "#" }, { label: "Roof", href: "#" }, { label: "Siding", href: "#" }] },
|
{ title: "Services", items: [{ label: "Driveway", href: "#" }, { label: "Roof", href: "#" }, { label: "Siding", href: "#" }] },
|
||||||
@@ -200,4 +202,4 @@ export default function PressureWashPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user