From 12d7a6782f2e23aa1e9bcd989c48308c6b361e68 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:55:06 +0000 Subject: [PATCH] Update src/app/confirmation/page.tsx --- src/app/confirmation/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }} />