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