Merge version_2 into main #2
@@ -46,7 +46,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
background={{ variant: "plain" }}
|
||||
title="Cultivating Uzbekistan's Future Leaders"
|
||||
description="Fergana Presidential School combines elite global curriculum with regional expertise to prepare the next generation of academic and professional visionaries."
|
||||
dashboard={{
|
||||
@@ -57,7 +56,8 @@ export default function LandingPage() {
|
||||
],
|
||||
logoIcon: Building2,
|
||||
sidebarItems: [{ icon: GraduationCap, active: true }, { icon: Users }, { icon: FileText }],
|
||||
imageSrc: "https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=2000&h=1000&auto=format&fit=crop"
|
||||
imageSrc: "https://images.unsplash.com/photo-1541339907198-e08756dedf3f?q=80&w=2000&h=1000&auto=format&fit=crop", buttons: [],
|
||||
listItems: []
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
title="Our Elite Curriculum"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
description="World-class education tailored to the future of science and leadership."
|
||||
features={[
|
||||
{ tag: "STEM", title: "Advanced Science Track", subtitle: "Innovation-focused", description: "Specialized labs and research opportunities." },
|
||||
{ tag: "Languages", title: "Multilingual Proficiency", subtitle: "Global mindset", description: "Immersion programs in English, Uzbek, and Russian." },
|
||||
@@ -91,6 +92,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
description="Our academic pathways prepare students for global success."
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Primary", name: "Foundational Skills", price: "Full Time", rating: 5, reviewCount: "Elite", imageSrc: "https://images.unsplash.com/photo-1577896851231-705d89668d6e?q=80&w=800&h=600&auto=format&fit=crop" },
|
||||
{ id: "p2", brand: "Secondary", name: "Specialized Science", price: "Advanced", rating: 5, reviewCount: "Elite", imageSrc: "https://images.unsplash.com/photo-1532094349884-543bc11b234d?q=80&w=800&h=600&auto=format&fit=crop" },
|
||||
@@ -105,6 +108,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="blur-reveal"
|
||||
description="Meet the experts guiding our students towards academic excellence."
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "t1", name: "Dr. Alisher Karim", role: "Headmaster", imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?q=80&w=400&h=400&auto=format&fit=crop" },
|
||||
{ id: "t2", name: "Prof. Elena Rossi", role: "STEM Dept Head", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=400&h=400&auto=format&fit=crop" }
|
||||
@@ -117,6 +122,8 @@ export default function LandingPage() {
|
||||
title="Voices of FPS"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
description="Hear from our alumni and parents about the FPS experience."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "ts1", name: "Jasur M.", handle: "Alumni '23", testimonial: "The preparation I received for top-tier international universities was unmatched.", icon: GraduationCap },
|
||||
{ id: "ts2", name: "Nigora A.", handle: "Parent", testimonial: "FPS is more than a school; it's a launchpad for future successes.", icon: Users }
|
||||
@@ -129,6 +136,9 @@ export default function LandingPage() {
|
||||
title="Admission Insights"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
description="Common questions about our selective admissions process."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://images.unsplash.com/photo-1546410531-bb4caa6b424d?q=80&w=800&h=1000&auto=format&fit=crop"
|
||||
faqs={[
|
||||
{ id: "f1", title: "How is the admissions process structured?", content: "We conduct a three-stage merit-based exam focusing on logic, science, and english proficiency." },
|
||||
@@ -141,6 +151,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Join the School"
|
||||
description="Start your application journey with us today."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
|
||||
Reference in New Issue
Block a user