From 610aa9a0c9a227617b96e1406427792f3b255b03 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 16:02:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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" }, -- 2.49.1