Update src/app/payment/page.tsx

This commit is contained in:
2026-03-25 13:55:07 +00:00
parent 705f801e42
commit 4899dbc541

View File

@@ -40,9 +40,9 @@ export default function PaymentPage() {
{ name: "Team", id: "team" }, { name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
{ name: "Apply Now", href: "/application-form" }, { name: "Apply Now", id: "/application-form" },
{ name: "Payment", href: "/payment" }, { name: "Payment", id: "/payment" },
{ name: "Confirmation", href: "/confirmation" } { name: "Confirmation", id: "/confirmation" }
]} ]}
button={{ text: "Schedule Viewing", href: "contact" }} button={{ text: "Schedule Viewing", href: "contact" }}
/> />