Compare commits
30 Commits
version_13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d5323bbf7d | |||
| 8fc2b851e0 | |||
| f7670d9204 | |||
| 39c7b9684e | |||
| b5b735c0ac | |||
| 8fe8cae0d0 | |||
| dad8a33247 | |||
| fd87c08ac4 | |||
| 2ce69ccb8f | |||
| cb2e38f6e4 | |||
| c5bb62d85f | |||
| d2cbbf2da6 | |||
| 0206c364a5 | |||
| 2a9b280836 | |||
| 7c0e54b770 | |||
| bed71fe4e6 | |||
| af8ba0ab7a | |||
| 4741410ed0 | |||
| d1c392581e | |||
| 4ce9d78254 | |||
| b9df7eed08 | |||
| 86422d6fd7 | |||
| 2f5f441ef1 | |||
| be023b83cd | |||
| 2f00b27cad | |||
| 863033a6ad | |||
| 23239288ea | |||
| 08e8f7d530 | |||
| 5cbac4b671 | |||
| dc6b72082c |
@@ -54,10 +54,10 @@ export default function ContactUsPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<div className="flex flex-col items-center py-8">
|
<div className="flex flex-col items-center py-8">
|
||||||
<div className="flex items-center mb-4 gap-4">
|
<div className="flex items-center mb-4 gap-4">
|
||||||
<a href="https://www.instagram.com/cleanscene" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.instagram.com/cleanscenerestroom/" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Instagram size={24} />
|
<Instagram size={24} />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?sk=about" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?name=xhp_nt__fb__action__open_user" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Facebook size={24} />
|
<Facebook size={24} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -55,17 +55,17 @@ export default function ContactPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<div className="flex flex-col items-center py-8">
|
<div className="flex flex-col items-center py-8">
|
||||||
<div className="flex items-center mb-4 gap-4">
|
<div className="flex items-center mb-4 gap-4">
|
||||||
<a href="https://www.instagram.com/cleanscene" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.instagram.com/cleanscenerestroom/" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Instagram size={24} />
|
<Instagram size={24} />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?sk=about" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?name=xhp_nt__fb__action__open_user" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Facebook size={24} />
|
<Facebook size={24} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { 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 and Conditions", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText="CleanScene"
|
logoText="CleanScene"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -61,10 +61,10 @@ export default function EstimatePage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<div className="flex flex-col items-center py-8">
|
<div className="flex flex-col items-center py-8">
|
||||||
<div className="flex items-center mb-4 gap-4">
|
<div className="flex items-center mb-4 gap-4">
|
||||||
<a href="https://www.instagram.com/cleanscene" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.instagram.com/cleanscenerestroom/" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Instagram size={24} />
|
<Instagram size={24} />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?sk=about" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?name=xhp_nt__fb__action__open_user" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Facebook size={24} />
|
<Facebook size={24} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -53,20 +53,20 @@ export default function FleetPage() {
|
|||||||
brand: "CleanScene",
|
brand: "CleanScene",
|
||||||
name: "3 Station, Private Floorplan Restroom Trailer",
|
name: "3 Station, Private Floorplan Restroom Trailer",
|
||||||
price: "$1,375 per day",
|
price: "$1,375 per day",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1", onProductClick: () => setPopupContent({
|
reviewCount: "12",
|
||||||
title: "3-Station Private Restroom Trailer Rental in Northeast Wisconsin | Modern Finishings", body: "Elevate your Northeast Wisconsin wedding, private event, or boutique gathering with our 3-station private floorplan restroom trailer rental."
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=1",
|
||||||
})
|
onProductClick: () => setPopupContent({ title: "3-Station Private Restroom Trailer", body: "Modern Finishings" })
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2",
|
||||||
brand: "CleanScene",
|
brand: "CleanScene",
|
||||||
name: "4 Station, Community Floorplan Restroom Trailer",
|
name: "4 Station, Community Floorplan Restroom Trailer",
|
||||||
price: "$1,825 per day",
|
price: "$1,825 per day",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => setPopupContent({
|
reviewCount: "15",
|
||||||
title: "4-Station Community Restroom Trailer Rental in Northeast Wisconsin | Rustic Elegance", body: "Elevate your Northeast Wisconsin wedding, private event, or community gathering with our 4-station community floorplan restroom trailer rental."
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1",
|
||||||
})
|
onProductClick: () => setPopupContent({ title: "4-Station Community Restroom Trailer", body: "Rustic Elegance" })
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our premium fleet"
|
title="Our premium fleet"
|
||||||
@@ -93,9 +93,17 @@ export default function FleetPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<div className="flex flex-col items-center py-8">
|
<div className="flex flex-col items-center py-8">
|
||||||
|
<div className="flex items-center mb-4 gap-4">
|
||||||
|
<a href="https://www.instagram.com/cleanscenerestroom/" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
|
<Instagram size={24} />
|
||||||
|
</a>
|
||||||
|
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?name=xhp_nt__fb__action__open_user" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
|
<Facebook size={24} />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }] },
|
{ 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 and Conditions", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText=""
|
logoText=""
|
||||||
|
|||||||
@@ -79,8 +79,8 @@ export default function LandingPage() {
|
|||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
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: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=2", onProductClick: () => window.location.href = "/fleet" },
|
{ id: "p1", brand: "CleanScene", name: "3 Station, Private Floorplan Restroom Trailer", price: "$1,375 per day", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832277795-ebq2l26f.png?_wi=2", onProductClick: () => {} },
|
||||||
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => window.location.href = "/fleet" },
|
{ id: "p2", brand: "CleanScene", name: "4 Station, Community Floorplan Restroom Trailer", price: "$1,825 per day", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777832470445-mr4qosuh.png?_wi=1", onProductClick: () => {} },
|
||||||
]}
|
]}
|
||||||
title="Our Premium Fleet"
|
title="Our Premium Fleet"
|
||||||
textBoxTitleClassName="text-[#0a7039]"
|
textBoxTitleClassName="text-[#0a7039]"
|
||||||
@@ -91,9 +91,17 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<div className="flex flex-col items-center py-8">
|
<div className="flex flex-col items-center py-8">
|
||||||
|
<div className="flex items-center mb-4 gap-4">
|
||||||
|
<a href="https://www.instagram.com/cleanscenerestroom/" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
|
<Instagram size={24} />
|
||||||
|
</a>
|
||||||
|
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?name=xhp_nt__fb__action__open_user" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
|
<Facebook size={24} />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }] },
|
{ 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 and Conditions", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText=""
|
logoText=""
|
||||||
|
|||||||
@@ -59,10 +59,10 @@ export default function PricingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<div className="flex flex-col items-center py-8">
|
<div className="flex flex-col items-center py-8">
|
||||||
<div className="flex items-center mb-4 gap-4">
|
<div className="flex items-center mb-4 gap-4">
|
||||||
<a href="https://www.instagram.com/cleanscene" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.instagram.com/cleanscenerestroom/" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Instagram size={24} />
|
<Instagram size={24} />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?sk=about" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?name=xhp_nt__fb__action__open_user" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Facebook size={24} />
|
<Facebook size={24} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -46,17 +46,17 @@ export default function PrivacyPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<div className="flex flex-col items-center py-8">
|
<div className="flex flex-col items-center py-8">
|
||||||
<div className="flex items-center mb-4 gap-4">
|
<div className="flex items-center mb-4 gap-4">
|
||||||
<a href="https://www.instagram.com/cleanscene" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.instagram.com/cleanscenerestroom/" target="_blank" rel="noopener noreferrer" aria-label="Follow CleanScene on Instagram" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Instagram size={24} />
|
<Instagram size={24} />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?sk=about" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
<a href="https://www.facebook.com/people/CleanScene-Restroom-Rentals/61588358724791/?name=xhp_nt__fb__action__open_user" target="_blank" rel="noopener noreferrer" aria-label="CleanScene Restroom Rentals on Facebook" className="text-[#0a7039] hover:opacity-80 transition-opacity">
|
||||||
<Facebook size={24} />
|
<Facebook size={24} />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium Fleet", href: "/fleet" }, { 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 and Conditions", href: "/terms" }] },
|
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
|
||||||
]}
|
]}
|
||||||
logoText=""
|
logoText=""
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user