Update src/app/page.tsx

This commit is contained in:
2026-03-10 00:30:37 +00:00
parent 10d4f79c63
commit 814be91e5e

View File

@@ -39,6 +39,7 @@ export default function LandingPage() {
button={{
text: "Get Free Estimate", href: "#contact"
}}
bottomRightText="@Atlanta_Nkosi_Landscaping"
/>
</div>
@@ -223,10 +224,10 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2021 NKOSI Landscaping. Proudly Black-Owned & Atlanta-Based. | Call: 404-713-0117"
copyrightText="© 2021 NKOSI Landscaping. Proudly Black-Owned & Atlanta-Based. | Call: 404-713-0117 | @Atlanta_Nkosi_Landscaping"
ariaLabel="Footer navigation"
/>
</div>
</ThemeProvider>
);
}
}