From 4899dbc541f4d8cf19d81ed8d9bfdaa37f5e37bb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 13:55:07 +0000 Subject: [PATCH] Update src/app/payment/page.tsx --- src/app/payment/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/payment/page.tsx b/src/app/payment/page.tsx index 6fbe715..4061747 100644 --- a/src/app/payment/page.tsx +++ b/src/app/payment/page.tsx @@ -40,9 +40,9 @@ export default function PaymentPage() { { 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" }} />