Update src/app/file/page.tsx

This commit is contained in:
2026-06-12 15:51:38 +00:00
parent 179e61b00d
commit 412c81aa8f

View File

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