Update src/app/page.tsx

This commit is contained in:
2026-04-08 16:29:45 +00:00
parent 810c87f067
commit 56c7d2ce6f

View File

@@ -29,6 +29,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Collection", id: "products" },
{ name: "Treatments", id: "/treatments" },
{ name: "Our Story", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },