diff --git a/src/app/page.tsx b/src/app/page.tsx index aadca07..ffd0fe5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -149,27 +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" }, ]} /> @@ -177,9 +100,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file