From 412c81aa8f2c86788f1b545b51f2afc6ef87accf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 15:51:38 +0000 Subject: [PATCH] Update src/app/file/page.tsx --- src/app/file/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/file/page.tsx b/src/app/file/page.tsx index 4cc7bd6..89d9e3c 100644 --- a/src/app/file/page.tsx +++ b/src/app/file/page.tsx @@ -36,6 +36,9 @@ export default function FilePage() { 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" }, @@ -46,7 +49,7 @@ export default function FilePage() { logoAlt="Orlando Private School Logo" brandName="Orlando Private School" button={{ - text: "Schedule a Tour", href: "/contact-us"}} + text: "Schedule a Tour", href: "#contact-us"}} /> @@ -79,6 +82,9 @@ export default function FilePage() { label: "Admissions", href: "#admissions"}, { label: "Tuition", href: "#tuition"}, + { + label: "Ethical Conduct", href: "/orlando-private-school-standards-of-ethical-conduct" + }, { label: "File", href: "/file" },