From f63ffd76aa7552be5d0fb5d1da7eceb286cbb010 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:25:39 +0000 Subject: [PATCH] Update src/app/special-ed/page.tsx --- src/app/special-ed/page.tsx | 83 +++++++------------------------------ 1 file changed, 14 insertions(+), 69 deletions(-) diff --git a/src/app/special-ed/page.tsx b/src/app/special-ed/page.tsx index 8f9f746..130c5fa 100644 --- a/src/app/special-ed/page.tsx +++ b/src/app/special-ed/page.tsx @@ -7,7 +7,7 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function Page() { return ( @@ -64,17 +46,9 @@ export default function LandingPage() { showStepNumbers={false} features={[ { - title: "Child Development", - description: "Customized growth.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-kid-with-devices-medium-shot_23-2149056207.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864743.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/spiritual-young-man-practicing-yoga-indoors_23-2149163291.jpg?_wi=4", - imageAlt: "Spiritual young man practicing yoga indoors", - }, + title: "Child Development", description: "Customized growth.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-kid-with-devices-medium-shot_23-2149056207.jpg", imageAlt: "Supportive learning" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-together-comfortable-home_23-2149864743.jpg", imageAlt: "Inclusive environment" } + } ]} /> @@ -82,17 +56,12 @@ export default function LandingPage() {
@@ -101,32 +70,8 @@ export default function LandingPage() {