From 9ddd4b020596e1b57f59bbfe796d6044cf346439 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:44:10 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ec28a2f..7dc895b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -35,7 +35,7 @@ export default function AboutPage() { heading={[ { type: "text", content: "Your Committed Local Cleaning Experts" }, ]} - text="At NextGenBinCleaning, we believe professional results start with a commitment to our neighbors. We are proud to serve the Louisville community by providing reliable, high-quality bin cleaning services. Our dedicated local team ensures that every bin is treated with precision and care, keeping our environment sanitized and our homes smelling fresh, always maintaining the highest standard of professionalism." + description="At NextGenBinCleaning, we believe professional results start with a commitment to our neighbors. We are proud to serve the Louisville community by providing reliable, high-quality bin cleaning services. Our dedicated local team ensures that every bin is treated with precision and care, keeping our environment sanitized and our homes smelling fresh, always maintaining the highest standard of professionalism." /> -- 2.49.1 From ebbf354365f452eb7455a8f55e5093fbd8121d23 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:44:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68a79de..0a81d41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function TrashCleaningPage() { heading={[ { type: "text", content: "Reliable Bin Cleaning for Louisville" } ]} - text="At NextGenBinCleaning, we understand that a clean bin is essential for a healthy home. Our commitment to local service ensures that your bins receive the professional, thorough sanitization they deserve. We prioritize reliability and eco-friendly solutions, delivering spotless, odor-free results that you can trust, every time we visit your property." + description="At NextGenBinCleaning, we understand that a clean bin is essential for a healthy home. Our commitment to local service ensures that your bins receive the professional, thorough sanitization they deserve. We prioritize reliability and eco-friendly solutions, delivering spotless, odor-free results that you can trust, every time we visit your property." /> -- 2.49.1