Update src/app/page.tsx

This commit is contained in:
2026-03-25 13:43:27 +00:00
parent 1eb3666c04
commit 3b0e739d23

View File

@@ -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" }}
/>