From 3a0373cac94b63a77b7b149cf4ac822c34f94a9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:36:31 +0000 Subject: [PATCH] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 57 +++++++-------------------------------- 1 file changed, 10 insertions(+), 47 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 3267d3b..f2d3f63 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -17,8 +17,7 @@ export default function ProgramsPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Programs", href: "/programs" }, @@ -26,16 +25,13 @@ export default function ProgramsPage() { ], }, { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Public Speaking", href: "/programs" }, { label: "Test Preparation", href: "/programs" }, - { label: "Academic Enrichment", href: "/programs" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Location: Ashburn, Virginia", href: "#" }, { label: "Phone: (571) 546-2318", href: "tel:(571)546-2318" }, { label: "Privacy Policy", href: "#" }, @@ -61,9 +57,7 @@ export default function ProgramsPage() { brandName="Genius In You" navItems={navItems} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -74,25 +68,10 @@ export default function ProgramsPage() { features={[ { id: 1, - title: "Public Speaking", - description: "Develop confidence, clarity, and strong communication skills through structured speaking practice and presentations.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg?_wi=3", - imageAlt: "public speaking microphone presentation confidence", - }, + title: "Public Speaking", description: "Develop confidence, clarity, and strong communication skills through structured speaking practice and presentations.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg?_wi=3", imageAlt: "public speaking microphone presentation confidence"}, { id: 2, - title: "Test Preparation", - description: "Prepare for competitive STEM programs including AET, AOS, and TJHSST with rigorous training and strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg?_wi=3", - imageAlt: "test preparation exam study academic resources", - }, - { - id: 3, - title: "Academic Enrichment", - description: "Strengthen problem-solving, critical thinking, and analytical skills for long-term academic success.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-holding-laptop-asking-colleague-looking-clipboard-with-charts-advice-regarding-financial-data-busy-office-two-colleagues-analzying-market-share-brainstorming-ideas_482257-49103.jpg?_wi=3", - imageAlt: "academic enrichment critical thinking problem solving", - }, + title: "Test Preparation", description: "Prepare for competitive STEM programs including AET, AOS, and TJHSST with rigorous training and strategies.", imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg?_wi=3", imageAlt: "test preparation exam study academic resources"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -106,29 +85,13 @@ export default function ProgramsPage() { description="We're committed to your success with proven methods and dedicated instruction" testimonials={[ { - id: "1", - name: "Proven Track Record", - handle: "of student success", - testimonial: "85% of our students are selected or waitlisted into top academies and programs", - }, + id: "1", name: "Proven Track Record", handle: "of student success", testimonial: "85% of our students are selected or waitlisted into top academies and programs"}, { - id: "2", - name: "Focus on Confidence", - handle: "& Communication", - testimonial: "We build lasting skills that extend far beyond the classroom", - }, + id: "2", name: "Focus on Confidence", handle: "& Communication", testimonial: "We build lasting skills that extend far beyond the classroom"}, { - id: "3", - name: "Small Groups", - handle: "Personalized Learning", - testimonial: "Structured programs with individualized guidance for each student", - }, + id: "3", name: "Small Groups", handle: "Personalized Learning", testimonial: "Structured programs with individualized guidance for each student"}, { - id: "4", - name: "Results-Driven", - handle: "Approach", - testimonial: "Strategic methods proven to help students achieve their academic goals", - }, + id: "4", name: "Results-Driven", handle: "Approach", testimonial: "Strategic methods proven to help students achieve their academic goals"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1