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