From a9422c380d981a0384b8b2f7a48090679030e6b9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:34:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a3da86..2ee640f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,21 +49,22 @@ export default function LandingPage() { description="ConnectED connects high school students with universities perfectly aligned to their goals, interests, and academic profile. Discover opportunities tailored just for you." tag="Intelligent Matching" tagIcon={Sparkles} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-computer-scientist-data-center-uses-ai-tablet_482257-121074.jpg" imageAlt="Student exploring university matches on ConnectED platform" mediaAnimation="slide-up" testimonials={[ { name: "Maya Johnson", handle: "Class of 2024 | Stanford", testimonial: "ConnectED helped me find the perfect college match. The process was so easy and personalized!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg?_wi=1", imageAlt: "Maya Johnson student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg", imageAlt: "Maya Johnson student testimonial" }, { name: "Ahmed Hassan", handle: "Class of 2025 | MIT", testimonial: "As a first-gen student, I felt lost. ConnectED made college discovery accessible and exciting.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg?_wi=1", imageAlt: "Ahmed Hassan student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg", imageAlt: "Ahmed Hassan student testimonial" }, { name: "Sophie Chen", handle: "Class of 2024 | Harvard", testimonial: "The intelligent matching algorithm introduced me to schools I hadn't considered. Game-changer!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg?_wi=1", imageAlt: "Sophie Chen student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg", imageAlt: "Sophie Chen student testimonial" } ]} testimonialRotationInterval={5000} @@ -165,15 +166,15 @@ export default function LandingPage() { }, { id: "4", name: "Keisha Brown", handle: "@keishab_2025", testimonial: "My guidance counselor loved using ConnectED. It gave her more time to actually know students instead of drowning in spreadsheets.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg?_wi=2", imageAlt: "Keisha Brown student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-curly-haired-woman-carries-notepad-tablet-with-app-students-wears-checkered-shirt-vest-walks-oudoors_273609-55650.jpg", imageAlt: "Keisha Brown student testimonial" }, { id: "5", name: "Liam O'Connor", handle: "@liamoconnor24", testimonial: "ConnectED made the college search feel less like a chore and more like an adventure. Excited about my future now!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg?_wi=2", imageAlt: "Liam O'Connor student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_176474-101954.jpg", imageAlt: "Liam O'Connor student testimonial" }, { id: "6", name: "Aisha Okafor", handle: "@aishao_2025", testimonial: "The platform is so intuitive. My parents, who aren't familiar with the college system, could still help me through the process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg?_wi=2", imageAlt: "Aisha Okafor student testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-teen-schoolgirl-with-textbook_23-2147666890.jpg", imageAlt: "Aisha Okafor student testimonial" } ]} animationType="scale-rotate" @@ -289,4 +290,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1