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() {
@@ -43,21 +39,15 @@ export default function LandingPage() {
@@ -67,14 +57,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- buttons={[{text: "View Colleges", href: "/colleges"}]}
metrics={[
- {
- id: "m1", value: "50+", title: "Colleges Listed", description: "Verified institutions across Nagaland.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-friends-doing-work-laptop-outdoor_624325-3557.jpg"},
- {
- id: "m2", value: "10k+", title: "Students Helped", description: "Guiding future generations.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-upbeat-dreamy-fascinated-redhead-girl-writing-down-interesting-lecture-smiling-gazi_1258-126205.jpg"},
- {
- id: "m3", value: "200+", title: "Courses", description: "Diverse streams to explore.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-blanket_23-2149241881.jpg"},
+ { id: "m1", value: "50+", title: "Colleges Listed", description: "Verified institutions across Nagaland.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-friends-doing-work-laptop-outdoor_624325-3557.jpg" },
+ { id: "m2", value: "10k+", title: "Students Helped", description: "Guiding future generations.", imageSrc: "http://img.b2bpic.net/free-photo/inspired-upbeat-dreamy-fascinated-redhead-girl-writing-down-interesting-lecture-smiling-gazi_1258-126205.jpg" },
+ { id: "m3", value: "200+", title: "Courses", description: "Diverse streams to explore.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-blanket_23-2149241881.jpg" },
]}
title="Our Impact"
description="Helping students reach their future goals."
@@ -89,12 +75,9 @@ export default function LandingPage() {
description="Everything you need to know about college admissions."
faqsAnimation="slide-up"
faqs={[
- {
- id: "q1", title: "How do I apply?", content: "You can apply directly through our platform by selecting your preferred course."},
- {
- id: "q2", title: "Is it free to use?", content: "Yes, our service is completely free for all students."},
- {
- id: "q3", title: "Are these colleges verified?", content: "All listed institutions are verified by regional educational boards."},
+ { id: "q1", title: "How do I apply?", content: "You can apply directly through our platform by selecting your preferred course." },
+ { id: "q2", title: "Is it free to use?", content: "Yes, our service is completely free for all students." },
+ { id: "q3", title: "Are these colleges verified?", content: "All listed institutions are verified by regional educational boards." },
]}
/>
@@ -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() {