Update src/app/page.tsx

This commit is contained in:
2026-04-26 14:24:28 +00:00
parent ef8fac5e38
commit 17fe2fff51

View File

@@ -33,6 +33,7 @@ export default function LandingPage() {
{ name: "Contact", id: "/contact" }, { name: "Contact", id: "/contact" },
]} ]}
brandName="CleanScene" brandName="CleanScene"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213452447-mwunnkf5.png"
/> />
</div> </div>
@@ -120,6 +121,7 @@ export default function LandingPage() {
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, { items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]} ]}
logoText="CleanScene Restroom Rentals" logoText="CleanScene Restroom Rentals"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213452447-mwunnkf5.png"
/> />
</div> </div>
</ReactLenis> </ReactLenis>