Update src/app/page.tsx

This commit is contained in:
2026-06-12 04:57:50 +00:00
parent 7575c54b93
commit 5c92f0d18f

View File

@@ -31,13 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", href: "/"},
name: "Home", id: "/"},
{
name: "Solutions", href: "/#services"},
name: "Solutions", id: "/#services"},
{
name: "About", href: "/#about"},
name: "About", id: "/#about"},
{
name: "Blog", href: "/blog"},
name: "Blog", id: "/blog"},
]}
brandName="Mishtel Services"
button={{