Compare commits

..

34 Commits

Author SHA1 Message Date
43d7614ef6 Update src/app/page.tsx 2026-04-25 21:33:22 +00:00
38ae71da99 Merge version_18 into main
Merge version_18 into main
2026-04-25 21:33:00 +00:00
4d6985f397 Update theme colors 2026-04-25 21:32:57 +00:00
8b59301201 Merge version_17 into main
Merge version_17 into main
2026-04-25 21:31:53 +00:00
d5d2600e62 Update theme fonts 2026-04-25 21:31:50 +00:00
0e2db7b01b Update theme fonts 2026-04-25 21:31:49 +00:00
e60bc48b7f Merge version_17 into main
Merge version_17 into main
2026-04-25 21:31:46 +00:00
a87890815c Update theme fonts 2026-04-25 21:31:42 +00:00
31d9541633 Update theme fonts 2026-04-25 21:31:42 +00:00
1a2d2925bc Merge version_17 into main
Merge version_17 into main
2026-04-25 21:31:38 +00:00
0f2cb23bb3 Update theme fonts 2026-04-25 21:31:35 +00:00
143bc69d05 Update theme fonts 2026-04-25 21:31:35 +00:00
507bf1b0c7 Merge version_17 into main
Merge version_17 into main
2026-04-25 21:31:21 +00:00
0a3c50f306 Update theme fonts 2026-04-25 21:31:20 +00:00
781dfb364a Update theme fonts 2026-04-25 21:31:19 +00:00
269a4da254 Update theme fonts 2026-04-25 21:31:18 +00:00
c81d811a5f Update theme fonts 2026-04-25 21:31:17 +00:00
8bd03fb16f Merge version_17 into main
Merge version_17 into main
2026-04-25 21:31:03 +00:00
ff759b8cfc Update theme colors 2026-04-25 21:31:00 +00:00
6d0d8ffa2e Merge version_16 into main
Merge version_16 into main
2026-04-25 21:29:40 +00:00
32d8a2efa2 Merge version_15 into main
Merge version_15 into main
2026-04-25 21:29:35 +00:00
3efd4264c4 Update theme colors 2026-04-25 21:29:34 +00:00
6774f79326 Merge version_14 into main
Merge version_14 into main
2026-04-25 21:29:32 +00:00
7358f54c09 Update theme colors 2026-04-25 21:29:32 +00:00
8c3768e39b Update theme colors 2026-04-25 21:29:29 +00:00
548615bec1 Merge version_12 into main
Merge version_12 into main
2026-04-25 21:24:15 +00:00
b4904a3cc6 Update src/app/page.tsx 2026-04-25 21:24:11 +00:00
be0417f192 Merge version_11 into main
Merge version_11 into main
2026-04-25 21:22:32 +00:00
a528e08977 Update src/app/page.tsx 2026-04-25 21:22:26 +00:00
21b3e4ed4a Merge version_10 into main
Merge version_10 into main
2026-04-25 19:55:55 +00:00
ae36a42a21 Update src/app/page.tsx 2026-04-25 19:55:51 +00:00
118131971e Merge version_9 into main
Merge version_9 into main
2026-04-25 16:27:40 +00:00
70e602df0a Update src/app/page.tsx 2026-04-25 16:27:36 +00:00
3f2df13bef Merge version_8 into main
Merge version_8 into main
2026-04-25 16:25:26 +00:00
4 changed files with 41 additions and 41 deletions

View File

@@ -6,6 +6,11 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Public_Sans } from "next/font/google";
import { Nunito } from "next/font/google";
import { Archivo } from "next/font/google";
import { Montserrat } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -18,12 +23,13 @@ export const metadata: Metadata = {
},
};
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
@@ -35,7 +41,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
<body className={`${openSans.variable} antialiased`}>
{children}
<script

View File

@@ -7,9 +7,8 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Crown } from "lucide-react";
export default function LandingPage() {
return (
@@ -45,9 +44,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
title="Set the Scene for a Flawless Event"
description="Premium mobile restroom trailers delivered, staged, and serviced with the comfort where it matters most. Elevate your Wisconsin event with CleanScene."
tag="Luxury Event Standards"
tagIcon={Crown}
description="Our trailers offer the comfort of an interior space with the quality of modern hospitality."
kpis={[
{
value: "10+", label: "Counties Served"},
@@ -109,36 +106,33 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 5,
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg"},
id: "p1", brand: "CleanScene", name: "3-Station Private Suite", price: "Quote on Request", rating: 0,
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg"},
{
id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg"},
id: "p2", brand: "CleanScene", name: "Executive Comfort Series", price: "Quote on Request", rating: 0,
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg"},
]}
title="Our Curated Fleet"
description="Made-in-USA trailers designed for peak comfort."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
<div id="features" data-section="features">
<FeatureCardTwentyNine
animationType="slide-up"
textboxLayout="split-description"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
title="Modern Hospitality Standards"
description="Every detail of our rental fleet is meticulously maintained to ensure your event leaves a lasting impression."
features={[
{
id: "1", name: "Sarah J.", handle: "Bride", testimonial: "The trailers were immaculate. My guests couldn't stop talking about them.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-arch-seats_1303-10480.jpg"},
title: "Advanced Climate Control", description: "Fully adjustable heating and cooling systems to keep guests comfortable regardless of the season.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-modern-hotel-interior_23-2148777121.jpg", buttonText: "Learn More"},
{
id: "2", name: "Mark D.", handle: "Event Planner", testimonial: "Professional service from start to finish. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-standing-near-window-talking-mobile-phone_23-2147974633.jpg"},
title: "Luxury Finishes", description: "Designer lighting, high-end vanity surfaces, and elegant trim throughout our trailers.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-concept-with-details_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/interior-design-concept-with-details_23-2148777121.jpg", buttonText: "Learn More"},
{
id: "3", name: "Emily R.", handle: "Estate Owner", testimonial: "CleanScene adds a level of sophistication we've never had before.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gorgeous-couple-embracing-each-other-while-holding-glasses-wine-hands_482257-11118.jpg"},
{
id: "4", name: "Tom K.", handle: "Festival Producer", testimonial: "Reliable, clean, and exactly what we needed for the crowds.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-young-people-partying-together_23-2149739854.jpg"},
{
id: "5", name: "Jessica W.", handle: "Wedding Planner", testimonial: "Flawless delivery and staging. Truly elevated the guest experience.", imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-ceremony_23-2150167220.jpg"},
title: "White-Glove Setup", description: "Our professional team handles every step from delivery to onsite staging to ensure perfection.", imageSrc: "http://img.b2bpic.net/free-photo/professional-team-working-together_23-2148777121.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/professional-team-working-together_23-2148777121.jpg", buttonText: "Learn More"},
]}
title="Trusted by Wisconsin Events"
description="See why top wedding planners and corporate event organizers trust us."
/>
</div>
@@ -147,7 +141,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
text="Ready to elevate your event experience? Get in touch with our team today to secure your dates and discover our premium staging options."
text="Ready to elevate your event experience? Get in touch with our team today to secure your dates and discover our premium rental options."
buttons={[
{
text: "Request My Free Quote", href: "/contact"},

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-open-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-public-sans), sans-serif;
font-family: var(--font-open-sans), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F7F4EF;
--card: #ECE6DC;
--foreground: #1C2A2F;
--primary-cta: #2F4F4F;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1C2A2F;
--accent: #D9CFC0;
--background-accent: #D9CFC0;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);