Update src/app/page.tsx

This commit is contained in:
2026-03-09 16:05:22 +00:00
parent 519af619a2
commit c4d0be80f2

View File

@@ -27,11 +27,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "/" },
{ name: "Plants", id: "plants" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" }
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Call Now", href: "tel:+923139554161" }}
brandName="OBAID Nursery"