Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e944b3a786 | |||
| 7716218fd6 | |||
| 610aa9a0c9 | |||
| cc418a0344 | |||
| 806e00319a |
@@ -45,7 +45,7 @@ export default function FilePage() {
|
|||||||
{
|
{
|
||||||
name: "Contact", id: "#contact-us"},
|
name: "Contact", id: "#contact-us"},
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/delaware-flag-with-banner_187299-35477.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ETSYg6nElnC2XrpoMEFXkGgJGI/uploaded-1781280475295-len51mi1.png"
|
||||||
logoAlt="Orlando Private School Logo"
|
logoAlt="Orlando Private School Logo"
|
||||||
brandName="Orlando Private School"
|
brandName="Orlando Private School"
|
||||||
button={{
|
button={{
|
||||||
@@ -105,7 +105,7 @@ export default function FilePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/delaware-flag-with-banner_187299-35477.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ETSYg6nElnC2XrpoMEFXkGgJGI/uploaded-1781280475295-len51mi1.png"
|
||||||
logoAlt="Orlando Private School Logo"
|
logoAlt="Orlando Private School Logo"
|
||||||
logoText="Orlando Private School"
|
logoText="Orlando Private School"
|
||||||
copyrightText="© 2024 Orlando Private School. All rights reserved."
|
copyrightText="© 2024 Orlando Private School. All rights reserved."
|
||||||
@@ -114,4 +114,4 @@ export default function FilePage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -44,6 +44,9 @@ export default function LandingPage() {
|
|||||||
name: "Student Life", id: "#student-life"},
|
name: "Student Life", id: "#student-life"},
|
||||||
{
|
{
|
||||||
name: "Tuition", id: "#tuition"},
|
name: "Tuition", id: "#tuition"},
|
||||||
|
{
|
||||||
|
name: "Ethical Conduct", id: "/orlando-private-school-standards-of-ethical-conduct"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "File", id: "/file"
|
name: "File", id: "/file"
|
||||||
},
|
},
|
||||||
@@ -299,6 +302,9 @@ export default function LandingPage() {
|
|||||||
label: "Admissions", href: "#admissions"},
|
label: "Admissions", href: "#admissions"},
|
||||||
{
|
{
|
||||||
label: "Tuition", href: "#tuition"},
|
label: "Tuition", href: "#tuition"},
|
||||||
|
{
|
||||||
|
label: "Ethical Conduct", href: "/orlando-private-school-standards-of-ethical-conduct"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "File", href: "/file"
|
label: "File", href: "/file"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user