From 036410f9d96934db27e16dcc79f50349102482af Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:32:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f96d8b..cee78d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,9 +74,8 @@ export default function Page() { columns={[ { title: "Services", items: [{ label: "Bathrooms", href: "#" }, { label: "Improvements", href: "#" }, { label: "Maintenance", href: "#" }] }, { title: "Contact", items: [{ label: "Call Today", href: "tel:00000000" }, { label: "Free Quote", href: "#" }] } - ]} - bottomLeftText="P&I Home Maintenance – Trusted craftsmanship for every home." - bottomRightText="© 2024 P&I Maintenance" + ], + bottomLeftText="P&I Home Maintenance – Trusted craftsmanship for every home.", bottomRightText="© 2024 P&I Maintenance" />