From f2e747b9a319fab8323dc0a0518e0a67e21835d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 16:10:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ed7193..735806f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,80 +42,49 @@ export default function LandingPage() {
@@ -131,9 +94,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The CleanScene Difference" description={[ - "We believe restrooms shouldn't just be functional—they should be part of the event design.", - "Our trailers offer the comfort of an interior space with the luxury of modern hospitality.", - ]} + "We believe restrooms shouldn't just be functional—they should be part of the event design.", "Our trailers offer the comfort of an interior space with the luxury of modern hospitality."]} /> @@ -145,23 +106,11 @@ 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: 5, + reviewCount: "24", 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: 5, + reviewCount: "12", 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." @@ -175,40 +124,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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: "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: "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", - }, + 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="Trusted by Wisconsin Events" description="See why top wedding planners and corporate event organizers trust us." @@ -219,14 +143,11 @@ export default function LandingPage() { @@ -237,25 +158,17 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Fleet", - href: "/fleet", - }, + label: "Fleet", href: "/fleet"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} @@ -265,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file