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 +}