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" />