7 Commits

Author SHA1 Message Date
7971c56a54 Update src/app/page.tsx 2026-05-31 05:39:14 +00:00
c33da3fbd6 Merge version_5 into main
Merge version_5 into main
2026-05-31 05:28:32 +00:00
8796f46d0a Update src/app/page.tsx 2026-05-31 05:28:29 +00:00
c6d6f60e7b Merge version_4 into main
Merge version_4 into main
2026-05-31 05:23:09 +00:00
f09a3ec2d5 Update src/app/styles/variables.css 2026-05-31 05:23:06 +00:00
8b2aa6332f Update src/app/page.tsx 2026-05-31 05:23:05 +00:00
2506240def Merge version_3 into main
Merge version_3 into main
2026-05-31 05:18:09 +00:00
2 changed files with 17 additions and 5 deletions

View File

@@ -47,11 +47,12 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
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-1780205265077-fg2qg94f.jpg"
logoAlt="Orlando Private School Logo"
brandName="Orlando Private School"
button={{
text: "Schedule a Tour", href: "#contact"}}
buttonTextClassName="font-bold"
/>
</div>
@@ -60,6 +61,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
tag="Leading with courage , learning with purpose."
title="Nurturing Minds, Building Futures: Experience Excellence at Orlando Private School"
description="At Orlando Private School, were dedicated to cultivating inquisitive minds and strong character. We provide a rigorous academic foundation combined with essential life skills, ensuring your child thrives and realizes their full potential in a supportive, enriching environment."
testimonials={[
@@ -85,6 +87,7 @@ export default function LandingPage() {
{
text: "Learn More", href: "#about"},
]}
buttonTextClassName="font-bold"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg", alt: "Parent avatar 1"},
@@ -142,6 +145,7 @@ export default function LandingPage() {
]}
title="The Orlando Private School Difference"
description="Here's what sets our education apart and ensures your child's success from Pre-K to 8th grade."
textBoxButtonTextClassName="font-bold"
/>
</div>
@@ -167,6 +171,7 @@ export default function LandingPage() {
]}
title="Voices of Our Community"
description="Hear directly from parents, guardians, and former students about their enriching experiences at Orlando Private School."
textBoxButtonTextClassName="font-bold"
/>
</div>
@@ -192,6 +197,7 @@ export default function LandingPage() {
]}
title="Campus & Student Life Gallery"
description="Immerse yourself in the vibrant life at Orlando Private School with a collage of moments from our classrooms, sports fields, art studios, and community events."
textBoxButtonTextClassName="font-bold"
/>
</div>
@@ -215,6 +221,7 @@ export default function LandingPage() {
{
text: "Start with a Tour", href: "#contact"},
]}
textBoxButtonTextClassName="font-bold"
/>
</div>
@@ -241,6 +248,7 @@ export default function LandingPage() {
{
text: "Contact Admissions", href: "#contact"},
]}
buttonTextClassName="font-bold"
faqsAnimation="slide-up"
textPosition="left"
/>
@@ -273,6 +281,8 @@ export default function LandingPage() {
]}
title="Investing in Your Child's Future"
description="Orlando Private School provides an affordable private education, representing a significant investment in your child's future with exceptional returns in academic achievement, personal growth, and lifelong success."
textBoxButtonTextClassName="font-bold"
planButtonTextClassName="font-bold"
/>
</div>
@@ -288,12 +298,13 @@ export default function LandingPage() {
{
text: "Apply Today", href: "#"},
]}
buttonTextClassName="font-bold"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
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-1780205265077-fg2qg94f.jpg"
logoAlt="Orlando Private School Logo"
columns={[
{
@@ -328,9 +339,10 @@ export default function LandingPage() {
},
]}
logoText="Orlando Private School"
buttonClassName="font-bold"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -14,9 +14,9 @@
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #ffffff;
--primary-cta-text: #000000;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #1f3251;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;