From 91b3924563e399f91e633ce201b7123307fc82e8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:35:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bae49e..cf159e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,8 @@ export default function LandingPage() { title="Kyle's Washing Services is a locally owned pressure washing company run by Kyle — an Eagle Scout and La Salle University graduate. With a strong work ethic and a passion for helping neighbors, Kyle provides expert exterior cleaning for homes and properties at transparent, affordable rates. Whether it's your siding, driveway, or patio furniture, Kyle's goal is to leave your property spotless and summer-ready." useInvertedBackground={true} buttons={[ - { text: "Get a Free Quote", href: "#contact" } + { text: "Get a Free Quote", href: "#contact" }, + { text: "View Our Work", href: "#gallery" } ]} /> -- 2.49.1