diff --git a/src/app/page.tsx b/src/app/page.tsx index 6840641..73d07d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,30 +32,12 @@ export default function LandingPage() {
@@ -186,53 +97,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Entrance Prep", - description: "Master SAT/ACT and private school admissions.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/writing-implements-black-yellow-colors_23-2147879325.jpg", - }, - items: [ - { - icon: CheckCircle, - text: "Strategic prep", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/startup-entrepreneur-looking-into-project-details-timetables-laptop_482257-91149.jpg?_wi=2", - imageAlt: "academic tools luxury", + title: "Entrance Prep", description: "Master SAT/ACT and private school admissions.", media: { imageSrc: "http://img.b2bpic.net/free-photo/writing-implements-black-yellow-colors_23-2147879325.jpg" }, + items: [{ icon: CheckCircle, text: "Strategic prep" }], + reverse: false }, { - title: "K-12 Tutoring", - description: "Deep subject mastery for all core curricula.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199356.jpg", - }, - items: [ - { - icon: CheckCircle, - text: "Curriculum mastery", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/college-girls-studying-together_23-2149038418.jpg?_wi=2", - imageAlt: "academic tools luxury", + title: "K-12 Tutoring", description: "Deep subject mastery for all core curricula.", media: { imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199356.jpg" }, + items: [{ icon: CheckCircle, text: "Curriculum mastery" }], + reverse: true }, { - title: "Summer Enrichment", - description: "Keep skills sharp with elite summer boot camps.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/education-graduation_23-2151970538.jpg", - }, - items: [ - { - icon: CheckCircle, - text: "Continuous growth", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sits-escalator_181624-36700.jpg?_wi=1", - imageAlt: "academic tools luxury", - }, + title: "Summer Enrichment", description: "Keep skills sharp with elite summer boot camps.", media: { imageSrc: "http://img.b2bpic.net/free-photo/education-graduation_23-2151970538.jpg" }, + items: [{ icon: CheckCircle, text: "Continuous growth" }], + reverse: false + } ]} title="Refined Academic Services" description="Comprehensive support across all major disciplines and entrance pathways." @@ -245,27 +123,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "300+", - title: "Score Improvement", - description: "Average SAT/ACT gain.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646565.jpg", - }, - { - id: "2", - value: "100%", - title: "Midterm Success", - description: "Subject excellence metrics.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-teenager-reading-floor_23-2147864085.jpg", - }, - { - id: "3", - value: "100%", - title: "Eligibility Rate", - description: "Top tier university admissions.", - imageSrc: "http://img.b2bpic.net/free-vector/modern-geometric-shapes-background-flat-design_52683-23485.jpg", - }, + { id: "1", value: "300+", title: "Score Improvement", description: "Average SAT/ACT gain.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646565.jpg" }, + { id: "2", value: "100%", title: "Midterm Success", description: "Subject excellence metrics.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-teenager-reading-floor_23-2147864085.jpg" }, + { id: "3", value: "100%", title: "Eligibility Rate", description: "Top tier university admissions.", imageSrc: "http://img.b2bpic.net/free-vector/modern-geometric-shapes-background-flat-design_52683-23485.jpg" } ]} title="Proven Outcomes" description="Our numbers reflect our commitment to excellence." @@ -276,31 +136,11 @@ export default function LandingPage() {