From 32e47de761091bb82bd83796f57565bfa4bda1ea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:03:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 ++++++++--------------------------------------- 1 file changed, 24 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3f27e0..d34433d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,50 +29,28 @@ export default function LandingPage() {
@@ -81,12 +59,7 @@ export default function LandingPage() { @@ -97,28 +70,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "STEAM Education", - description: "Hands-on learning in Science, Technology, Engineering, Arts, and Math.", - bentoComponent: "reveal-icon", - icon: GraduationCap, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg?_wi=2", - imageAlt: "happy students in classroom", + title: "STEAM Education", description: "Hands-on learning in Science, Technology, Engineering, Arts, and Math.", bentoComponent: "reveal-icon", icon: GraduationCap }, { - title: "Arts & Athletics", - description: "Well-rounded development through our extensive sports and creative programs.", - bentoComponent: "reveal-icon", - icon: Trophy, - imageSrc: "http://img.b2bpic.net/free-photo/young-associates_1098-14953.jpg", - imageAlt: "professional school teacher classroom", + title: "Arts & Athletics", description: "Well-rounded development through our extensive sports and creative programs.", bentoComponent: "reveal-icon", icon: Trophy }, { - title: "College Prep", - description: "Dedicated guidance for university entrance and beyond.", - bentoComponent: "reveal-icon", - icon: GraduationCap, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=1", - imageAlt: "happy parent portrait smile", + title: "College Prep", description: "Dedicated guidance for university entrance and beyond.", bentoComponent: "reveal-icon", icon: GraduationCap }, ]} title="Academic Programs" @@ -133,46 +91,11 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Jenkins", - role: "Parent", - company: "Class of 2024", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=2", - }, - { - id: "2", - name: "Leo Martinez", - role: "Student", - company: "Class of 2025", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/boy-schoolyard_23-2147667430.jpg", - }, - { - id: "3", - name: "Dr. Susan Ray", - role: "Educator", - company: "Academic Board", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg", - }, - { - id: "4", - name: "Marcus Chen", - role: "Alumni", - company: "Class of 2020", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg", - }, - { - id: "5", - name: "Elena Rodriguez", - role: "Parent", - company: "Class of 2026", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=3", - }, + { id: "1", name: "Sarah Jenkins", role: "Parent", company: "Class of 2024", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" }, + { id: "2", name: "Leo Martinez", role: "Student", company: "Class of 2025", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-schoolyard_23-2147667430.jpg" }, + { id: "3", name: "Dr. Susan Ray", role: "Educator", company: "Academic Board", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" }, + { id: "4", name: "Marcus Chen", role: "Alumni", company: "Class of 2020", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg" }, + { id: "5", name: "Elena Rodriguez", role: "Parent", company: "Class of 2026", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" }, ]} title="Parent & Student Voices" description="Hear what our community says about their experience at EduGrow Academy." @@ -182,49 +105,18 @@ export default function LandingPage() {
-- 2.49.1