diff --git a/src/app/page.tsx b/src/app/page.tsx index aadca07..182448b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,31 +44,20 @@ export default function LandingPage() {
@@ -86,28 +67,14 @@ 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: "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: "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: "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." @@ -123,20 +90,11 @@ export default function LandingPage() { 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: "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: "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: "q3", title: "Are these colleges verified?", content: "All listed institutions are verified by regional educational boards."}, ]} /> @@ -150,26 +108,11 @@ export default function LandingPage() { 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: "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: "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: "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"}, ]} /> @@ -178,8 +121,7 @@ export default function LandingPage() { ); } +" + } + ] +} \ No newline at end of file