Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-06-12 16:02:35 +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"
},