5 Commits

Author SHA1 Message Date
e944b3a786 Update src/app/file/page.tsx 2026-06-12 16:08:53 +00:00
7716218fd6 Merge version_4 into main
Merge version_4 into main
2026-06-12 16:02:34 +00:00
610aa9a0c9 Update src/app/page.tsx 2026-06-12 16:02:30 +00:00
cc418a0344 Merge version_3 into main
Merge version_3 into main
2026-06-12 15:52:16 +00:00
806e00319a Merge version_3 into main
Merge version_3 into main
2026-06-12 15:51:41 +00:00
2 changed files with 9 additions and 3 deletions

View File

@@ -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."

View File

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