3 Commits

Author SHA1 Message Date
754e6fc9be Merge version_2 into main
Merge version_2 into main
2026-03-21 21:36:35 +00:00
3a0373cac9 Update src/app/programs/page.tsx 2026-03-21 21:36:31 +00:00
7ad101ebb5 Merge version_1 into main
Merge version_1 into main
2026-03-21 21:24:37 +00:00

View File

@@ -17,8 +17,7 @@ export default function ProgramsPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Programs", href: "/programs" }, { label: "Programs", href: "/programs" },
@@ -26,16 +25,13 @@ export default function ProgramsPage() {
], ],
}, },
{ {
title: "Programs", title: "Programs", items: [
items: [
{ label: "Public Speaking", href: "/programs" }, { label: "Public Speaking", href: "/programs" },
{ label: "Test Preparation", href: "/programs" }, { label: "Test Preparation", href: "/programs" },
{ label: "Academic Enrichment", href: "/programs" },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Location: Ashburn, Virginia", href: "#" }, { label: "Location: Ashburn, Virginia", href: "#" },
{ label: "Phone: (571) 546-2318", href: "tel:(571)546-2318" }, { label: "Phone: (571) 546-2318", href: "tel:(571)546-2318" },
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
@@ -61,9 +57,7 @@ export default function ProgramsPage() {
brandName="Genius In You" brandName="Genius In You"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Get Started", text: "Get Started", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
@@ -74,25 +68,10 @@ export default function ProgramsPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Public Speaking", 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"},
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, id: 2,
title: "Test Preparation", 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"},
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",
},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -106,29 +85,13 @@ export default function ProgramsPage() {
description="We're committed to your success with proven methods and dedicated instruction" description="We're committed to your success with proven methods and dedicated instruction"
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Proven Track Record", handle: "of student success", testimonial: "85% of our students are selected or waitlisted into top academies and programs"},
name: "Proven Track Record",
handle: "of student success",
testimonial: "85% of our students are selected or waitlisted into top academies and programs",
},
{ {
id: "2", id: "2", name: "Focus on Confidence", handle: "& Communication", testimonial: "We build lasting skills that extend far beyond the classroom"},
name: "Focus on Confidence",
handle: "& Communication",
testimonial: "We build lasting skills that extend far beyond the classroom",
},
{ {
id: "3", id: "3", name: "Small Groups", handle: "Personalized Learning", testimonial: "Structured programs with individualized guidance for each student"},
name: "Small Groups",
handle: "Personalized Learning",
testimonial: "Structured programs with individualized guidance for each student",
},
{ {
id: "4", id: "4", name: "Results-Driven", handle: "Approach", testimonial: "Strategic methods proven to help students achieve their academic goals"},
name: "Results-Driven",
handle: "Approach",
testimonial: "Strategic methods proven to help students achieve their academic goals",
},
]} ]}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"