From 3bb1588cc61b50fa9949fb4a1fb7e1b3862f1258 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 18:59:59 +0000 Subject: [PATCH 1/2] Update src/app/orlando-private-school-standards-of-ethical-conduct/page.tsx --- .../page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/orlando-private-school-standards-of-ethical-conduct/page.tsx b/src/app/orlando-private-school-standards-of-ethical-conduct/page.tsx index e022e35..ee9f78c 100644 --- a/src/app/orlando-private-school-standards-of-ethical-conduct/page.tsx +++ b/src/app/orlando-private-school-standards-of-ethical-conduct/page.tsx @@ -15,7 +15,7 @@ export default function EthicalConductPage() { { 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" }, + { name: "Contact", id: "#contact-us" } ]; @@ -28,7 +28,7 @@ export default function EthicalConductPage() { { label: "Admissions", href: "#admissions" }, { label: "Tuition", href: "#tuition" }, { label: "Ethical Conduct", href: "/orlando-private-school-standards-of-ethical-conduct" }, - { label: "File", href: "/file" }, + { label: "Contact", href: "#contact-us" } ] }, @@ -124,4 +124,4 @@ export default function EthicalConductPage() { ); -} +} \ No newline at end of file -- 2.49.1 From f0670e3fd6710908805b8b2e235d8db89d840989 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 19:00:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fbba2c..2d1b57c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,7 @@ export default function LandingPage() { { name: "Ethical Conduct", id: "/orlando-private-school-standards-of-ethical-conduct" }, - { - name: "File", id: "/file" - }, + { name: "Contact", id: "#contact-us"}, ]} @@ -305,9 +303,7 @@ export default function LandingPage() { { label: "Ethical Conduct", href: "/orlando-private-school-standards-of-ethical-conduct" }, - { - label: "File", href: "/file" - }, + { label: "Contact", href: "#contact-us"}, ], -- 2.49.1