Update src/app/confirmation/page.tsx

This commit is contained in:
2026-03-25 13:55:06 +00:00
parent 0b277bbf86
commit 12d7a6782f

View File

@@ -33,9 +33,9 @@ export default function ConfirmationPage() {
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Apply Now", href: "/application-form" },
{ name: "Payment", href: "/payment" },
{ name: "Confirmation", href: "/confirmation" }
{ name: "Apply Now", id: "/application-form" },
{ name: "Payment", id: "/payment" },
{ name: "Confirmation", id: "/confirmation" }
]}
button={{ text: "Schedule Viewing", href: "contact" }}
/>