Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user