Update src/app/page.tsx

This commit is contained in:
2026-03-12 13:59:55 +00:00
parent 07abb2531d
commit e871e1329a

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}