From 45d4d3d510a0c54e54c6e0c696c6fb71aaa6db62 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 05:12:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1da18f2..bf1a6d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,27 +34,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "About", id: "about", - href: "#about", + }, { name: "Products", id: "products", - href: "#products", + }, { name: "Solutions", id: "solutions", - href: "#solutions", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="RK Security System" -- 2.49.1