Merge version_2 into main #2
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user