5 Commits

Author SHA1 Message Date
1bb0aaecca Merge version_4 into main
Merge version_4 into main
2026-05-09 16:27:15 +00:00
95c964486b Update src/app/page.tsx 2026-05-09 16:27:12 +00:00
bd5967e78d Merge version_3 into main
Merge version_3 into main
2026-05-09 16:24:13 +00:00
7ff6cbc664 Update src/app/page.tsx 2026-05-09 16:24:10 +00:00
3737fc4559 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:21:09 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{
variant: "plain"}}
title="Gleam City: Your Bins, Perfected"
description="Professional, deep-clean services for your garbage bins. Fresh, hygienic, and eco-friendly."
description="Reclaim your time and protect your family's health with our expert bin cleaning. We eliminate 99% of bacteria and stubborn grime, leaving your bins sanitized, odor-free, and ready to use in minutes."
buttons={[
{
text: "Book Now", href: "#contact"},
@@ -195,19 +195,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Alice M.", handle: "@customer", testimonial: "Excellent service, my bins have never looked better!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/home-repair-renovation-interior-design-concept_53876-120421.jpg"},
},
{
id: "2", name: "Bob T.", handle: "@customer", testimonial: "So convenient and fast. I love the option for scent.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"},
},
{
id: "3", name: "Charlie D.", handle: "@customer", testimonial: "Very professional staff and great communication.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-children-recycling-with-copy-space_23-2148490264.jpg"},
},
{
id: "4", name: "Dana S.", handle: "@customer", testimonial: "The best bin cleaning service in town.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-metallic-pattern-with-holes_23-2148311370.jpg"},
},
{
id: "5", name: "Evan F.", handle: "@customer", testimonial: "Super clean, no odors. Will definitely book again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-decorating-home_23-2150633327.jpg"},
},
]}
showRating={true}
title="Client Stories"
@@ -256,4 +256,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}