Compare commits

..

5 Commits

Author SHA1 Message Date
b9068f2ff7 Update src/app/page.tsx 2026-04-25 16:18:09 +00:00
1f8320771f Update src/app/fleet/page.tsx 2026-04-25 16:18:08 +00:00
6f12f95c16 Update src/app/contact/page.tsx 2026-04-25 16:18:07 +00:00
c07ca560ff Merge version_4 into main
Merge version_4 into main
2026-04-25 16:17:31 +00:00
d50de78a41 Merge version_4 into main
Merge version_4 into main
2026-04-25 16:12:58 +00:00
3 changed files with 29 additions and 77 deletions

View File

@@ -25,19 +25,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Fleet", name: "Fleet", id: "/fleet"},
id: "/fleet",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="CleanScene" brandName="CleanScene Restroom Rentals"
/> />
</div> </div>
@@ -48,22 +42,14 @@ export default function LandingPage() {
description="Tell us about your event. We typically respond within 4 business hours." description="Tell us about your event. We typically respond within 4 business hours."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Full Name", required: true,
type: "text",
placeholder: "Full Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true,
type: "email",
placeholder: "Email Address",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your event details...", rows: 4,
placeholder: "Tell us about your event details...",
rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/happy-event-manager-banquet-hall_23-2148085332.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-event-manager-banquet-hall_23-2148085332.jpg"
/> />
@@ -75,29 +61,21 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Fleet", label: "Fleet", href: "/fleet"},
href: "/fleet",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="CleanScene" logoText="CleanScene Restroom Rentals"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -25,19 +25,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Fleet", name: "Fleet", id: "/fleet"},
id: "/fleet",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="CleanScene" brandName="CleanScene Restroom Rentals"
/> />
</div> </div>
@@ -51,23 +45,11 @@ export default function LandingPage() {
description="Explore our complete range of high-end mobile restroom solutions." description="Explore our complete range of high-end mobile restroom solutions."
products={[ products={[
{ {
id: "f1", id: "f1", name: "2-Station Classic", price: "$750/day", imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg"},
name: "2-Station Classic",
price: "$750/day",
imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg",
},
{ {
id: "f2", id: "f2", name: "3-Station Executive", price: "$1200/day", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg"},
name: "3-Station Executive",
price: "$1200/day",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg",
},
{ {
id: "f3", id: "f3", name: "5-Station Luxury Suite", price: "$1800/day", imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-space-with-modern-style-furniture_23-2150864622.jpg"},
name: "5-Station Luxury Suite",
price: "$1800/day",
imageSrc: "http://img.b2bpic.net/free-photo/small-bathroom-space-with-modern-style-furniture_23-2150864622.jpg",
},
]} ]}
/> />
</div> </div>
@@ -78,29 +60,21 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "/"},
href: "/",
},
{ {
label: "Fleet", label: "Fleet", href: "/fleet"},
href: "/fleet",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
logoText="CleanScene" logoText="CleanScene Restroom Rentals"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "/contact"}, name: "Contact", id: "/contact"},
]} ]}
brandName="CleanScene" brandName="CleanScene Restroom Rentals"
/> />
</div> </div>
@@ -175,7 +175,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="CleanScene" logoText="CleanScene Restroom Rentals"
/> />
</div> </div>
</ReactLenis> </ReactLenis>