Update src/app/file/page.tsx
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user