3 Commits

Author SHA1 Message Date
610aa9a0c9 Update src/app/page.tsx 2026-06-12 16:02:30 +00:00
cc418a0344 Merge version_3 into main
Merge version_3 into main
2026-06-12 15:52:16 +00:00
806e00319a Merge version_3 into main
Merge version_3 into main
2026-06-12 15:51:41 +00:00

View File

@@ -44,6 +44,9 @@ export default function LandingPage() {
name: "Student Life", id: "#student-life"},
{
name: "Tuition", id: "#tuition"},
{
name: "Ethical Conduct", id: "/orlando-private-school-standards-of-ethical-conduct"
},
{
name: "File", id: "/file"
},
@@ -299,6 +302,9 @@ export default function LandingPage() {
label: "Admissions", href: "#admissions"},
{
label: "Tuition", href: "#tuition"},
{
label: "Ethical Conduct", href: "/orlando-private-school-standards-of-ethical-conduct"
},
{
label: "File", href: "/file"
},