diff --git a/src/app/confirmation/page.tsx b/src/app/confirmation/page.tsx index f9ef2da..87c9418 100644 --- a/src/app/confirmation/page.tsx +++ b/src/app/confirmation/page.tsx @@ -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" }} />