Update src/app/page.tsx

This commit is contained in:
2026-05-27 17:53:23 +00:00
parent a78c0363eb
commit cd3859f135

View File

@@ -34,6 +34,8 @@ export default function LandingPage() {
navItems={[
{
name: "Home", id: "/"},
{
name: "New Site", id: "/new-website"},
{
name: "Services", id: "#services"},
{
@@ -229,6 +231,7 @@ export default function LandingPage() {
{
items: [
{ label: "Home", href: "/" },
{ label: "New Site", href: "/new-website" },
{ label: "Services", href: "#services" },
{ label: "About", href: "#about" },
{ label: "Testimonials", href: "#testimonials" }