Merge version_2 into main #1

Merged
development merged 8 commits from version_2 into main 2026-01-20 14:25:40 +00:00
Showing only changes of commit 2fe8e538fe - Show all commits

View File

@@ -29,8 +29,7 @@ export default function ContactPage() {
{ name: "FAQ", id: "faq" }
]}
button={{
text: "Enroll Now",
href: "/contact"
text: "Enroll Now", href: "/contact"
}}
/>
</div>
@@ -84,4 +83,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}