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 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"}, ],