From e871e1329a985aa899692c00366efe63025a6b07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:59:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2d58a9..1267276 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,7 @@ export default function HomePage() { { name: "Products", id: "products" }, { name: "About", id: "why-choose" }, { name: "Contact", id: "contact-faq" }, + { name: "Admin", id: "/admin" }, ]} button={{ text: "Call Now", href: "tel:+919876543210"}} @@ -298,4 +299,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}