From 73bb428e144a3fde456075c4582d0bd57e9075cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:26:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8821ba5..9d9a8bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Reviews", id: "reviews" }, + { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" }, ]} brandName="2B Clean" @@ -157,8 +158,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} tag="Get in touch" - title="Ready to get started?" - description="Book your professional cleaning today. Serving Durrës and nearby areas." + title="Visit Us in Durrës" + description="We are located in the heart of Durrës. Contact us for professional cleaning services throughout the region." /> @@ -179,6 +180,7 @@ export default function LandingPage() { ] } ]} + copyrightText="© 2024 2B Clean. All rights reserved." /> -- 2.49.1