Update src/app/payment/page.tsx

This commit is contained in:
2026-03-25 13:56:47 +00:00
parent 30c3afd075
commit 73faf10239

View File

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