Compare commits

..

32 Commits

Author SHA1 Message Date
be023b83cd Update src/app/privacy/page.tsx 2026-05-17 14:51:13 +00:00
2f00b27cad Update src/app/page.tsx 2026-05-17 14:51:13 +00:00
863033a6ad Update src/app/fleet/page.tsx 2026-05-17 14:51:12 +00:00
23239288ea Update src/app/contact/page.tsx 2026-05-17 14:51:12 +00:00
08e8f7d530 Merge version_133 into main
Merge version_133 into main
2026-05-17 14:49:54 +00:00
80e36262c5 Update src/app/page.tsx 2026-05-17 14:49:48 +00:00
5cbac4b671 Merge version_133 into main
Merge version_133 into main
2026-05-17 14:48:21 +00:00
5727125e86 Update src/app/estimate/page.tsx 2026-05-17 14:48:17 +00:00
dc6b72082c Merge version_133 into main
Merge version_133 into main
2026-05-17 14:47:55 +00:00
cd9e5b80cd Update src/app/estimate/page.tsx 2026-05-17 14:47:52 +00:00
de3efb00a5 Merge version_132 into main
Merge version_132 into main
2026-05-17 14:46:57 +00:00
5766e60fc0 Update src/app/estimate/page.tsx 2026-05-17 14:46:54 +00:00
5280c16a4a Merge version_131 into main
Merge version_131 into main
2026-05-17 14:46:03 +00:00
57003fc4a9 Update src/app/estimate/page.tsx 2026-05-17 14:45:57 +00:00
c7dab92bb6 Merge version_130 into main
Merge version_130 into main
2026-05-17 14:44:55 +00:00
ece53dde05 Update src/app/estimate/page.tsx 2026-05-17 14:44:52 +00:00
37605207cd Merge version_129 into main
Merge version_129 into main
2026-05-17 14:43:46 +00:00
3af8d88fc4 Update src/app/estimate/page.tsx 2026-05-17 14:43:43 +00:00
2c77cf6335 Merge version_128 into main
Merge version_128 into main
2026-05-17 14:42:08 +00:00
2d731f9d2a Update src/app/page.tsx 2026-05-17 14:42:04 +00:00
4486fcf6a9 Merge version_128 into main
Merge version_128 into main
2026-05-17 14:40:15 +00:00
824c6b64f0 Update src/app/privacy/page.tsx 2026-05-17 14:40:11 +00:00
7446dc0fa3 Update src/app/pricing/page.tsx 2026-05-17 14:40:11 +00:00
d771fa47af Update src/app/page.tsx 2026-05-17 14:40:10 +00:00
ab80720bc4 Update src/app/fleet/page.tsx 2026-05-17 14:40:10 +00:00
3248f4b3b7 Update src/app/estimate/page.tsx 2026-05-17 14:40:09 +00:00
798cf41db1 Update src/app/contact-us/page.tsx 2026-05-17 14:40:09 +00:00
00e09af396 Update src/app/contact/page.tsx 2026-05-17 14:40:08 +00:00
730c5809ad Merge version_127 into main
Merge version_127 into main
2026-05-17 14:38:45 +00:00
ea940bba45 Update src/app/page.tsx 2026-05-17 14:38:41 +00:00
160b20469f Merge version_126 into main
Merge version_126 into main
2026-05-17 14:37:09 +00:00
270806b579 Merge version_126 into main
Merge version_126 into main
2026-05-17 14:36:38 +00:00
7 changed files with 34 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ export default function ContactUsPage() {
<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", href: "/terms" }] }, { items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]} ]}
logoText="" logoText=""
/> />

View File

@@ -65,7 +65,7 @@ export default function ContactPage() {
<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", href: "/terms" }] }, { items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]} ]}
logoText="CleanScene" logoText="CleanScene"
/> />

View File

@@ -47,6 +47,8 @@ export default function EstimatePage() {
{ name: "full_name", type: "text", placeholder: "Full Name", required: true }, { name: "full_name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }, { name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ name: "guest_count", type: "number", placeholder: "Estimated Guest Count", required: true },
{ name: "event_date_title", type: "text", placeholder: "Event Date", className: "border-none bg-transparent font-semibold mt-4 mb-0 pb-0 text-sm" },
{ name: "event_date", type: "date", placeholder: "Event Date", required: true }, { name: "event_date", type: "date", placeholder: "Event Date", required: true },
{ name: "address", type: "text", placeholder: "Delivery Address", required: true }, { name: "address", type: "text", placeholder: "Delivery Address", required: true },
{ name: "event_type", type: "text", placeholder: "Event Type", required: true }, { name: "event_type", type: "text", placeholder: "Event Type", required: true },
@@ -69,7 +71,7 @@ export default function EstimatePage() {
<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", href: "/terms" }] }, { items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]} ]}
logoText="" logoText=""
/> />

View File

@@ -93,10 +93,18 @@ 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/cleanscene" 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/?sk=about" 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" }] }, { items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]} ]}
logoText="" logoText=""
/> />

View File

@@ -6,7 +6,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
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 FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Instagram, Facebook } from "lucide-react"; import { Instagram, Facebook } from "lucide-react";
@@ -48,8 +47,8 @@ export default function LandingPage() {
description="Proudly serving Northeast Wisconsin." description="Proudly serving Northeast Wisconsin."
kpis={[ kpis={[
{ value: "10+", label: "Counties Served" }, { value: "10+", label: "Counties Served" },
{ value: "1", label: "Guest Comfort" }, { value: "100%", label: "Guest Comfort" },
{ value: "1", label: "Local Team" }, { value: "100%", label: "Local Team" },
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
@@ -67,8 +66,8 @@ export default function LandingPage() {
title="The CleanScene Difference" title="The CleanScene Difference"
titleClassName="text-[#0a7039]" titleClassName="text-[#0a7039]"
description={[ description={[
"Transform the standard event experience by providing luxury sanitation facilities that your guests will truly appreciate.", "Transform the standard event experience by providing premium restroom facilities that your guests will truly appreciate.",
"Hiring premium restroom trailers means you are ensuring immaculate comfort and sophisticated design for your wedding." "Hiring premium restroom trailers means you are ensuring immaculate comfort and sophisticated design for your event."
]} ]}
/> />
</div> </div>
@@ -92,10 +91,18 @@ 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/cleanscene" 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/?sk=about" 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" }] }, { items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]} ]}
logoText="" logoText=""
/> />

View File

@@ -69,7 +69,7 @@ export default function PricingPage() {
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium 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 and Conditions", href: "/terms" }] },
]} ]}
logoText="CleanScene" logoText="CleanScene"
/> />

View File

@@ -56,7 +56,7 @@ export default function PrivacyPage() {
<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", href: "/terms" }] }, { items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]} ]}
logoText="" logoText=""
/> />