4 Commits

Author SHA1 Message Date
f0670e3fd6 Update src/app/page.tsx 2026-06-12 19:00:00 +00:00
3bb1588cc6 Update src/app/orlando-private-school-standards-of-ethical-conduct/page.tsx 2026-06-12 18:59:59 +00:00
c569366525 Merge version_6 into main
Merge version_6 into main
2026-06-12 18:30:54 +00:00
29eb002529 Merge version_6 into main
Merge version_6 into main
2026-06-12 18:30:30 +00:00
2 changed files with 5 additions and 9 deletions

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

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