Update src/app/payment/page.tsx
This commit is contained in:
@@ -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" }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user