diff --git a/src/app/page.tsx b/src/app/page.tsx index 86586ab..9777dbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },