From b12cccaf15312b7467ca48d7e42eb486cf2b7f36 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 77 ++++++++++++++---------------------------------- 1 file changed, 22 insertions(+), 55 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d0cbc5..ffd0fe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,10 @@ export default function LandingPage() { @@ -107,12 +90,9 @@ export default function LandingPage() { title="Success Stories" description="Hear from students who found their path." testimonials={[ - { - id: "t1", name: "Aman Singh", handle: "@aman_studies", testimonial: "The portal helped me find the best engineering college near Kohima. So easy!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-queer-students-outdoors_23-2150405198.jpg"}, - { - id: "t2", name: "Leno K.", handle: "@leno_nagaland", testimonial: "Highly recommended for students in Nagaland. Detailed info and simple process.", imageSrc: "http://img.b2bpic.net/free-photo/teen-girls-talking-near-reading-friends_23-2147846671.jpg"}, - { - id: "t3", name: "Vikram J.", handle: "@vick_j", testimonial: "A transparent way to compare colleges and fee structures.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-students-outdoors-using-mobile-phone-laptop_171337-18284.jpg"}, + { id: "t1", name: "Aman Singh", handle: "@aman_studies", testimonial: "The portal helped me find the best engineering college near Kohima. So easy!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-queer-students-outdoors_23-2150405198.jpg" }, + { id: "t2", name: "Leno K.", handle: "@leno_nagaland", testimonial: "Highly recommended for students in Nagaland. Detailed info and simple process.", imageSrc: "http://img.b2bpic.net/free-photo/teen-girls-talking-near-reading-friends_23-2147846671.jpg" }, + { id: "t3", name: "Vikram J.", handle: "@vick_j", testimonial: "A transparent way to compare colleges and fee structures.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-students-outdoors-using-mobile-phone-laptop_171337-18284.jpg" }, ]} /> @@ -120,8 +100,7 @@ export default function LandingPage() {