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