diff --git a/src/app/page.tsx b/src/app/page.tsx index b60570c..d494a52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -60,15 +50,11 @@ export default function LandingPage() { description="Fergana Presidential School develops high-achieving students through rigorous academics, leadership training, and global standards of education." buttons={[ { - text: "Explore Programs", - href: "/academics", - }, + text: "Explore Programs", href: "/academics"}, { - text: "Admissions Process", - href: "/admissions", - }, + text: "Admissions Process", href: "/admissions"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-businesswoman-holding-book_23-2147716877.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/modern-businesswoman-holding-book_23-2147716877.jpg" imageAlt="Fergana Presidential School students" /> @@ -80,28 +66,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "STEM Excellence", - description: "Cutting-edge laboratory facilities and advanced curriculum.", - bentoComponent: "reveal-icon", - icon: GraduationCap, - imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-green-liquid-assortment_23-2149481744.jpg", - imageAlt: "stem laboratory equipment modern", + title: "STEM Excellence", description: "Cutting-edge laboratory facilities and advanced curriculum.", bentoComponent: "reveal-icon", icon: GraduationCap }, { - title: "Global Faculty", - description: "Experienced international educators mentoring our students.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman-holding-book_23-2147716877.jpg?_wi=2", - imageAlt: "stem laboratory equipment modern", + title: "Global Faculty", description: "Experienced international educators mentoring our students.", bentoComponent: "reveal-icon", icon: Globe }, { - title: "Innovation Lab", - description: "Fostering creative problem-solving and technical skills.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/peron-doing-presentation-her-colleagues_23-2149229034.jpg", - imageAlt: "stem laboratory equipment modern", + title: "Innovation Lab", description: "Fostering creative problem-solving and technical skills.", bentoComponent: "reveal-icon", icon: Zap }, ]} title="Institutional Pillars" @@ -117,20 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "98%", - description: "University Placement Rate", - }, + id: "m1", value: "98%", description: "University Placement Rate"}, { - id: "m2", - value: "50+", - description: "Student Research Projects", - }, + id: "m2", value: "50+", description: "Student Research Projects"}, { - id: "m3", - value: "15+", - description: "Olympiad Wins", - }, + id: "m3", value: "15+", description: "Olympiad Wins"}, ]} title="Academic Impact" description="Measurable results in academic achievement and student growth." @@ -143,36 +105,21 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Common inquiries about our admissions, programs, and school life." - imageSrc="http://img.b2bpic.net/free-photo/happy-student-graduation-cap_93675-134230.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-student-graduation-cap_93675-134230.jpg" imageAlt="Happy student in graduation cap" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ { - id: "f1", - title: "How do I apply?", - content: "Applications are processed through our central online portal during the annual intake window.", - }, + id: "f1", title: "How do I apply?", content: "Applications are processed through our central online portal during the annual intake window."}, { - id: "f2", - title: "What is the curriculum?", - content: "We follow an internationally-benchmarked STEM curriculum with heavy emphasis on critical thinking.", - }, + id: "f2", title: "What is the curriculum?", content: "We follow an internationally-benchmarked STEM curriculum with heavy emphasis on critical thinking."}, { - id: "f3", - title: "Are there scholarships?", - content: "All students admitted to the Presidential School receive full scholarships covering tuition and board.", - }, + id: "f3", title: "Are there scholarships?", content: "All students admitted to the Presidential School receive full scholarships covering tuition and board."}, { - id: "f4", - title: "Is boarding mandatory?", - content: "Yes, our environment is designed for full-time immersive learning.", - }, + id: "f4", title: "Is boarding mandatory?", content: "Yes, our environment is designed for full-time immersive learning."}, { - id: "f5", - title: "What are the requirements?", - content: "Students must pass a rigorous multi-stage entrance examination covering logic, language, and science.", - }, + id: "f5", title: "What are the requirements?", content: "Students must pass a rigorous multi-stage entrance examination covering logic, language, and science."}, ]} /> @@ -181,12 +128,11 @@ export default function LandingPage() {