Merge version_1 into main #5
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
{ name: "Admissions", id: "#admissions" },
|
||||
{ name: "Student Life", id: "#student-life" },
|
||||
{ name: "Tuition", id: "#tuition" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Schedule a Tour", href: "#contact"
|
||||
@@ -88,11 +88,11 @@ export default function LandingPage() {
|
||||
tag="Faith-Centered Education"
|
||||
buttons={[
|
||||
{ text: "Schedule a Tour", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: getAssetUrl("hero-students-campus-1"), imageAlt: getAssetAlt("hero-students-campus-1") },
|
||||
{ imageSrc: getAssetUrl("hero-students-campus-2"), imageAlt: getAssetAlt("hero-students-campus-2") },
|
||||
{ imageSrc: getAssetUrl("hero-students-campus-2"), imageAlt: getAssetAlt("hero-students-campus-2") }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -110,14 +110,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Personalized Attention", description: "Small class sizes ensure every child receives individualized support, fostering curiosity and deeper learning.", bentoComponent: "reveal-icon", icon: Users,
|
||||
title: "Personalized Attention", description: "Small class sizes ensure every child receives individualized support, fostering curiosity and deeper learning.", bentoComponent: "reveal-icon", icon: Users
|
||||
},
|
||||
{
|
||||
title: "Strong Academics", description: "Our rigorous, future-ready curriculum challenges students to achieve academic excellence and critical thinking.", bentoComponent: "reveal-icon", icon: BookOpen,
|
||||
title: "Strong Academics", description: "Our rigorous, future-ready curriculum challenges students to achieve academic excellence and critical thinking.", bentoComponent: "reveal-icon", icon: BookOpen
|
||||
},
|
||||
{
|
||||
title: "Faith & Character", description: "We instill Christ-centered values, nurturing integrity, leadership, and a strong moral foundation for life.", bentoComponent: "reveal-icon", icon: ShieldCheck,
|
||||
},
|
||||
title: "Faith & Character", description: "We instill Christ-centered values, nurturing integrity, leadership, and a strong moral foundation for life.", bentoComponent: "reveal-icon", icon: ShieldCheck
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
{ src: getAssetUrl("testimonial-avatar-2"), alt: getAssetAlt("testimonial-avatar-2") },
|
||||
{ src: getAssetUrl("testimonial-avatar-3"), alt: getAssetAlt("testimonial-avatar-3") },
|
||||
{ src: getAssetUrl("testimonial-avatar-4"), alt: getAssetAlt("testimonial-avatar-4") },
|
||||
{ src: getAssetUrl("testimonial-avatar-5"), alt: getAssetAlt("testimonial-avatar-5") },
|
||||
{ src: getAssetUrl("testimonial-avatar-5"), alt: getAssetAlt("testimonial-avatar-5") }
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
id: "gallery-6", category: "Mentorship", title: "Dedicated Teachers, Bright Futures", excerpt: "Experience the difference of teachers who truly care, mentoring students to reach their full academic and personal potential.", imageSrc: getAssetUrl("campus-gallery-6"),
|
||||
imageAlt: getAssetAlt("campus-gallery-6"),
|
||||
authorName: "Orlando Private School", authorAvatar: getAssetUrl("hero-students-campus-1__7"),
|
||||
date: "Ongoing"},
|
||||
date: "Ongoing"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -201,16 +201,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "step-1", name: "Step 1: Schedule a Tour", price: "Personalized Visit", variant: "Experience Our Campus", imageSrc: getAssetUrl("admissions-step-1"),
|
||||
imageAlt: getAssetAlt("admissions-step-1"),
|
||||
imageAlt: getAssetAlt("admissions-step-1")
|
||||
},
|
||||
{
|
||||
id: "step-2", name: "Step 2: Complete Application & Screening", price: "Easy & Secure", variant: "Online Forms & Support", imageSrc: getAssetUrl("admissions-step-2"),
|
||||
imageAlt: getAssetAlt("admissions-step-2"),
|
||||
imageAlt: getAssetAlt("admissions-step-2")
|
||||
},
|
||||
{
|
||||
id: "step-3", name: "Step 3: Get Ready for the School Year", price: "Welcome to OPS!", variant: "Enrollment Confirmation", imageSrc: getAssetUrl("admissions-step-3"),
|
||||
imageAlt: getAssetAlt("admissions-step-3"),
|
||||
},
|
||||
imageAlt: getAssetAlt("admissions-step-3")
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "Start with a Tour", href: "#contact" }]}
|
||||
/>
|
||||
@@ -228,14 +228,14 @@ export default function LandingPage() {
|
||||
id: "elementary", badge: "Foundational", badgeIcon: Sparkles,
|
||||
price: "Contact Admissions", subtitle: "Pre-K to 5th Grade", buttons: [{ text: "Learn More" }],
|
||||
features: [
|
||||
"Christ-Centered Curriculum", "Small Class Sizes", "Individualized Attention", "Character Development Focus", "Engaging Enrichment Programs"],
|
||||
"Christ-Centered Curriculum", "Small Class Sizes", "Individualized Attention", "Character Development Focus", "Engaging Enrichment Programs"]
|
||||
},
|
||||
{
|
||||
id: "middle-school", badge: "Leadership Focused", badgeIcon: Award,
|
||||
price: "Contact Admissions", subtitle: "6th to 8th Grade", buttons: [{ text: "Learn More" }],
|
||||
features: [
|
||||
"Advanced Academic Rigor", "Leadership Development", "Spiritual Mentorship", "Extracurricular Opportunities", "Preparation for High School"],
|
||||
},
|
||||
"Advanced Academic Rigor", "Leadership Development", "Spiritual Mentorship", "Extracurricular Opportunities", "Preparation for High School"]
|
||||
}
|
||||
]}
|
||||
buttons={[{ text: "View Tuition & Financial Aid", href: "#contact" }]}
|
||||
/>
|
||||
@@ -260,7 +260,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "extracurriculars", title: "Do you offer extracurricular activities?", content: "Absolutely! We offer a wide range of extracurricular activities including various sports, arts programs, academic clubs, and spiritual enrichment groups to enhance student life."},
|
||||
{
|
||||
id: "schedule-tour", title: "How can I schedule a tour?", content: "You can easily schedule a personalized campus tour by clicking the 'Schedule a Tour' button found throughout our website or by contacting our admissions office directly."},
|
||||
id: "schedule-tour", title: "How can I schedule a tour?", content: "You can easily schedule a personalized campus tour by clicking the 'Schedule a Tour' button found throughout our website or by contacting our admissions office directly."}
|
||||
]}
|
||||
buttons={[{ text: "Contact Admissions", href: "#contact" }]}
|
||||
/>
|
||||
@@ -273,7 +273,7 @@ export default function LandingPage() {
|
||||
description="Ready to embark on a journey of academic rigor, character formation, and spiritual growth? Contact us today to learn more or schedule your personalized campus tour."
|
||||
buttons={[
|
||||
{ text: "Schedule a Tour", href: "#" },
|
||||
{ text: "Apply Today", href: "#" },
|
||||
{ text: "Apply Today", href: "#" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -288,32 +288,32 @@ export default function LandingPage() {
|
||||
title: "Admissions", items: [
|
||||
{ label: "Tuition", href: "#tuition" },
|
||||
{ label: "Apply Now", href: "#admissions" },
|
||||
{ label: "Schedule a Tour", href: "#contact" },
|
||||
],
|
||||
{ label: "Schedule a Tour", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Academics", items: [
|
||||
{ label: "Early Childhood", href: "#academics" },
|
||||
{ label: "Elementary", href: "#academics" },
|
||||
{ label: "Middle School", href: "#academics" },
|
||||
{ label: "Curriculum", href: "#academics" },
|
||||
],
|
||||
{ label: "Curriculum", href: "#academics" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Student Life", items: [
|
||||
{ label: "Athletics", href: "#student-life" },
|
||||
{ label: "Arts & Clubs", href: "#student-life" },
|
||||
{ label: "Chapel", href: "#student-life" },
|
||||
],
|
||||
{ label: "Chapel", href: "#student-life" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "4161 North Powers Dr, Orlando, FL", href: "https://maps.app.goo.gl/example" },
|
||||
{ label: "(407) 555-1234", href: "tel:+14075551234" },
|
||||
{ label: "info@orlandoprivateschool.com", href: "mailto:info@orlandoprivateschool.com" },
|
||||
{ label: "Office Hours: Mon-Fri, 7:30am - 4:00pm", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "Office Hours: Mon-Fri, 7:30am - 4:00pm", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Orlando Private School. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user