Update src/app/page.tsx

This commit is contained in:
2026-04-14 14:09:34 +00:00
parent a8bf232b1a
commit c4ab4d88a8

View File

@@ -30,13 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "hero"},
name: "Home", id: "/"},
{
name: "Services", id: "services"},
{
name: "About", id: "about"},
{
name: "Reviews", id: "testimonials"},
{
name: "Pricing", id: "/pricing"},
{
name: "Contact", id: "contact"},
]}