Update src/app/page.tsx
This commit is contained in:
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Admin Dashboard", href: "/admin" }
|
||||
{ name: "Admin Dashboard", id: "/admin" }
|
||||
]}
|
||||
button={{ text: "Schedule Viewing", href: "#contact" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user