Update src/app/page.tsx

This commit is contained in:
2026-05-09 16:24:10 +00:00
parent 3737fc4559
commit 7ff6cbc664

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"},
@@ -256,4 +256,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}