Update src/app/confirmation/page.tsx
This commit is contained in:
@@ -33,9 +33,9 @@ export default function ConfirmationPage() {
|
||||
{ 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" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user