Compare commits
90 Commits
version_88
...
version_99
| Author | SHA1 | Date | |
|---|---|---|---|
| 27a86328b2 | |||
| ac29803ad0 | |||
| f1181187e1 | |||
| d36a39462e | |||
| 39ce79903a | |||
| 3965e9ebe1 | |||
| dc1b885f36 | |||
| cb292a35d1 | |||
| 8dd88fba40 | |||
| 34fd9a3a0c | |||
| 3ed3127c94 | |||
| 62e8bc30fe | |||
| 70f76f3fff | |||
| 488bc9085d | |||
| eb8ab260fc | |||
| 14753ef2aa | |||
| 3a9a8cbc94 | |||
| dde94fc31e | |||
| bd1268ef68 | |||
| caa0b24eba | |||
| 196bc99542 | |||
| 863600c705 | |||
| 513ae6978e | |||
| e28308c031 | |||
| a8686cb3a5 | |||
| c2732a81e8 | |||
| edfea38cbc | |||
| f31fb0bd1a | |||
| fe58dde56f | |||
| a35d22f7b7 | |||
| 49be0f2d66 | |||
| 269d68763b | |||
| c2cd44c427 | |||
| d4774a39f4 | |||
| aa814b8b71 | |||
| 9a5295fbb0 | |||
| a79c218890 | |||
| aa9a2c2b48 | |||
| e7ef9be5c6 | |||
| 6bbc5eb8ab | |||
| ace7738398 | |||
| a2517800cc | |||
| ea0d6ce8b1 | |||
| 66a8b87488 | |||
| 0afb27d319 | |||
| add8478440 | |||
| 99cffbf3bf | |||
| c7e36c9617 | |||
| 370e7981de | |||
| 27549700fb | |||
| 5f6d596710 | |||
| 636278a39b | |||
| 5b0ea2f4dc | |||
| ce8ece3b8b | |||
| 44a6135621 | |||
| 7101f47b8f | |||
| 289f75e6c7 | |||
| 953383b584 | |||
| be73e8ac80 | |||
| 65598a7d3c | |||
| 3dda57dd9e | |||
| 3d6b857ebe | |||
| 83f6c73858 | |||
| cc29a7c46c | |||
| 0e0328c61c | |||
| c411c7d34b | |||
| 9ba5204a76 | |||
| 9059871113 | |||
| c07d787343 | |||
| 08d8aeec31 | |||
| 3ff0288231 | |||
| 516e1ceb17 | |||
| 15f75ed44b | |||
| 8ab7e6d066 | |||
| d7b09931f9 | |||
| b119d7d2e6 | |||
| 8370af08ff | |||
| ae34db9906 | |||
| dbd256b80b | |||
| 5b92b873ea | |||
| e18d0e58cc | |||
| c1b6f22b55 | |||
| c338f2a3e4 | |||
| 11bde451a5 | |||
| 5e7c3e52f0 | |||
| 8fb82cd9ca | |||
| f1a5e32dbf | |||
| e6cf447adf | |||
| c6b7b69a6d | |||
| 317fbb43f5 |
@@ -25,13 +25,14 @@ export default function ContactUsPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Our Premium Fleet", id: "/fleet" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
|
||||||
{ name: "Get My Free Estimate", id: "/estimate" },
|
|
||||||
{ name: "Contact us", id: "/contact-us" },
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
brandName="CleanScene"
|
brandName="CleanScene"
|
||||||
button={{ text: "Get Quote" }}
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777837799704-b8guhfm1.png"
|
||||||
|
logoAlt="CleanScene Logo"
|
||||||
|
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||||
|
className="py-2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -52,10 +53,10 @@ export default function ContactUsPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText="CleanScene"
|
logoText=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -25,13 +25,14 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Our Premium Fleet", id: "/fleet" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
|
||||||
{ name: "Get My Free Estimate", id: "/estimate" },
|
|
||||||
{ name: "Contact us", id: "/contact-us" },
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
brandName="CleanScene"
|
brandName="CleanScene"
|
||||||
button={{ text: "Get Quote" }}
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777837799704-b8guhfm1.png"
|
||||||
|
logoAlt="CleanScene Logo"
|
||||||
|
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||||
|
className="py-2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -53,7 +54,7 @@ export default function ContactPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||||
{ items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
{ items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText="CleanScene"
|
logoText="CleanScene"
|
||||||
|
|||||||
@@ -25,13 +25,14 @@ export default function EstimatePage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Our Premium Fleet", id: "/fleet" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
|
||||||
{ name: "Get My Free Estimate", id: "/estimate" },
|
|
||||||
{ name: "Contact us", id: "/contact-us" },
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
brandName="CleanScene"
|
brandName="CleanScene"
|
||||||
button={{ text: "Get Quote" }}
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777837799704-b8guhfm1.png"
|
||||||
|
logoAlt="CleanScene Logo"
|
||||||
|
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||||
|
className="py-2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -57,10 +58,10 @@ export default function EstimatePage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText="CleanScene"
|
logoText=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -5,8 +5,11 @@ import ReactLenis from "lenis/react";
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
|
import { useState } from 'react';
|
||||||
|
|
||||||
export default function FleetPage() {
|
export default function FleetPage() {
|
||||||
|
const [popupContent, setPopupContent] = useState<string | null>(null);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
@@ -25,13 +28,14 @@ export default function FleetPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Our Premium Fleet", id: "/fleet" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
|
||||||
{ name: "Get My Free Estimate", id: "/estimate" },
|
|
||||||
{ name: "Contact us", id: "/contact-us" },
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
brandName="CleanScene"
|
brandName="CleanScene"
|
||||||
button={{ text: "Get Quote" }}
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777837799704-b8guhfm1.png"
|
||||||
|
logoAlt="CleanScene Logo"
|
||||||
|
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||||
|
className="py-2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -42,7 +46,15 @@ export default function FleetPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", brand: "CleanScene", name: "3 Station, Private Floorplan Restroom Trailer", price: "$1,375 per day", rating: 5, reviewCount: "128", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1" },
|
{
|
||||||
|
id: "p1",
|
||||||
|
brand: "CleanScene",
|
||||||
|
name: "3 Station, Private Floorplan Restroom Trailer",
|
||||||
|
price: "$1,375 per day",
|
||||||
|
rating: 5,
|
||||||
|
reviewCount: "128",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1", onProductClick: () => setPopupContent("Elevate your boutique event with our 3 station premium restroom trailer, the premier choice for weddings and VIP gatherings in Northeast Wisconsin. It is specifically designed for maximum privacy, featuring three completely individual restrooms. Each climate-controlled restroom includes a flushable toilet, a vanity with running water, and high-end finishes that mirror a quality home bathroom. By choosing American-made equipment, we ensure a superior level of reliability for your event. Based at our Green Bay location, we provide prompt delivery and professional setup to ensure your guests enjoy a premium, private experience from start to finish.")
|
||||||
|
},
|
||||||
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1" },
|
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1" },
|
||||||
]}
|
]}
|
||||||
title="Our premium fleet"
|
title="Our premium fleet"
|
||||||
@@ -51,13 +63,28 @@ export default function FleetPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{popupContent && (
|
||||||
|
<div className="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/50 backdrop-blur-sm" onClick={() => setPopupContent(null)}>
|
||||||
|
<div className="bg-white p-8 rounded-lg max-w-lg shadow-xl" onClick={(e) => e.stopPropagation()}>
|
||||||
|
<h3 className="text-xl font-bold mb-4">3-Station Trailer Details</h3>
|
||||||
|
<p className="text-gray-700 leading-relaxed">{popupContent}</p>
|
||||||
|
<button
|
||||||
|
className="mt-6 bg-[#0a7039] text-white px-4 py-2 rounded"
|
||||||
|
onClick={() => setPopupContent(null)}
|
||||||
|
>
|
||||||
|
Close
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText="CleanScene"
|
logoText=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -28,13 +28,14 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Our Premium Fleet", id: "/fleet" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
|
||||||
{ name: "Get My Free Estimate", id: "/estimate" },
|
|
||||||
{ name: "Contact us", id: "/contact-us" },
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
brandName="CleanScene"
|
brandName="CleanScene"
|
||||||
button={{ text: "Get Quote" }}
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777837799704-b8guhfm1.png"
|
||||||
|
logoAlt="CleanScene Logo"
|
||||||
|
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||||
|
className="py-2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -43,7 +44,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Set the Scene for a Flawless Event"
|
title="Set the Scene for a Flawless Event"
|
||||||
titleClassName="text-[#0a7039]"
|
titleClassName="text-[#0a7039]"
|
||||||
description="Our premium restroom trailers offer the comfort of a quality interior space to provide modern hospitality."
|
description="Our premium restroom trailers offer the comfort of a quality interior space to provide a modern hospitality experience."
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "10+", label: "Counties Served" },
|
{ value: "10+", label: "Counties Served" },
|
||||||
{ value: "100%", label: "Guest Comfort" },
|
{ value: "100%", label: "Guest Comfort" },
|
||||||
@@ -65,7 +66,7 @@ export default function LandingPage() {
|
|||||||
title="The CleanScene Difference"
|
title="The CleanScene Difference"
|
||||||
titleClassName="text-[#0a7039]"
|
titleClassName="text-[#0a7039]"
|
||||||
description={[
|
description={[
|
||||||
"We believe restrooms shouldn't just be functional - they should be part of the event design and experience.", "Our trailers offer the comfort of a premium interior space with a touch of modern hospitality."
|
"We believe restrooms shouldn't just be functional - they should be part of the event design and experience.", "Our premium restroom trailers offer the comfort of a quality interior space to provide a modern hospitality experience.."
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,7 +108,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText=""
|
logoText=""
|
||||||
|
|||||||
@@ -25,13 +25,15 @@ export default function PricingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Fleet", id: "/fleet" },
|
{ name: "Our Premium Fleet", id: "/fleet" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "Get My Free Estimate", id: "/estimate" },
|
|
||||||
{ name: "Contact us", id: "/contact-us" },
|
{ name: "Contact us", id: "/contact-us" },
|
||||||
]}
|
]}
|
||||||
brandName="CleanScene"
|
brandName="CleanScene"
|
||||||
button={{ text: "Get Quote" }}
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777837799704-b8guhfm1.png"
|
||||||
|
logoAlt="CleanScene Logo"
|
||||||
|
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||||
|
className="py-2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
@@ -56,7 +58,7 @@ export default function PricingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
|
||||||
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText="CleanScene"
|
logoText="CleanScene"
|
||||||
|
|||||||
Reference in New Issue
Block a user