Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 251d01a105 | |||
| 14fb7e1f15 | |||
| 0f6586fb2f | |||
| b12cccaf15 | |||
| 06522e7fd2 | |||
| 17827b4302 | |||
| abb6da89f6 | |||
| 04426286e3 | |||
| 829f74000b | |||
| 6a4497e36c |
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Colleges", id: "/colleges" },
|
||||||
id: "/",
|
{ name: "Blog", id: "/blog" },
|
||||||
},
|
{ name: "About", id: "/about" },
|
||||||
{
|
|
||||||
name: "Colleges",
|
|
||||||
id: "/colleges",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Study in Nagaland"
|
brandName="Study in Nagaland"
|
||||||
/>
|
/>
|
||||||
@@ -64,18 +52,8 @@ export default function LandingPage() {
|
|||||||
title="Meet Our Team"
|
title="Meet Our Team"
|
||||||
description="The passionate individuals behind our success."
|
description="The passionate individuals behind our success."
|
||||||
team={[
|
team={[
|
||||||
{
|
{ id: "t1", name: "Kevi M.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/cute-shot-friends-joking-laughing-together-spreading-positivity-around_181624-21423.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Sara T.", role: "Lead Counselor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-headphones-backpack-holding-laptop-wearing-medical-mask-looking_1258-155431.jpg" },
|
||||||
name: "Kevi M.",
|
|
||||||
role: "Founder",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-shot-friends-joking-laughing-together-spreading-positivity-around_181624-21423.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Sara T.",
|
|
||||||
role: "Lead Counselor",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-headphones-backpack-holding-laptop-wearing-medical-mask-looking_1258-155431.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -85,28 +63,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=4"
|
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=4"
|
||||||
logoText="Study in Nagaland"
|
logoText="Study in Nagaland"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "For Students", items: [{ label: "Search Colleges", href: "/colleges" }, { label: "Blog", href: "/blog" }] },
|
||||||
title: "For Students",
|
{ title: "For Institutions", items: [{ label: "List Your College", href: "/for-institutions" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Search Colleges",
|
|
||||||
href: "/colleges",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Blog",
|
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "For Institutions",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "List Your College",
|
|
||||||
href: "/for-institutions",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Colleges", id: "/colleges" },
|
||||||
id: "/",
|
{ name: "Blog", id: "/blog" },
|
||||||
},
|
{ name: "About", id: "/about" },
|
||||||
{
|
|
||||||
name: "Colleges",
|
|
||||||
id: "/colleges",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Study in Nagaland"
|
brandName="Study in Nagaland"
|
||||||
/>
|
/>
|
||||||
@@ -54,26 +42,8 @@ export default function LandingPage() {
|
|||||||
title="Latest Insights"
|
title="Latest Insights"
|
||||||
description="Stay updated with news and admission alerts."
|
description="Stay updated with news and admission alerts."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{ id: "nb1", category: "Admissions", title: "Entrance Test Prep Guide", excerpt: "How to clear state-level entrance exams.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-academic-cap-glasses-with-globe_23-2148756568.jpg", authorName: "Edu Expert", authorAvatar: "http://img.b2bpic.net/free-photo/people-work-education-concept-cheerful-attractive-redhead-female-student-glasses-studying-rem_1258-144396.jpg", date: "2025-03-05" },
|
||||||
id: "nb1",
|
{ id: "nb2", category: "Scholarships", title: "Funding Your Education", excerpt: "Government schemes every student should know.", imageSrc: "http://img.b2bpic.net/free-photo/talented-creative-goodlooking-redhead-woman-writing-poem-story-taking-notes-prepare-grocery-list-gas_1258-139234.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-inspirational-cute-redhead-female-student-writing-daily-tasks-todo-list-red-lovely-planner_1258-126343.jpg", date: "2025-03-10" },
|
||||||
category: "Admissions",
|
|
||||||
title: "Entrance Test Prep Guide",
|
|
||||||
excerpt: "How to clear state-level entrance exams.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-academic-cap-glasses-with-globe_23-2148756568.jpg",
|
|
||||||
authorName: "Edu Expert",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/people-work-education-concept-cheerful-attractive-redhead-female-student-glasses-studying-rem_1258-144396.jpg",
|
|
||||||
date: "2025-03-05",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "nb2",
|
|
||||||
category: "Scholarships",
|
|
||||||
title: "Funding Your Education",
|
|
||||||
excerpt: "Government schemes every student should know.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/talented-creative-goodlooking-redhead-woman-writing-poem-story-taking-notes-prepare-grocery-list-gas_1258-139234.jpg",
|
|
||||||
authorName: "Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-inspirational-cute-redhead-female-student-writing-daily-tasks-todo-list-red-lovely-planner_1258-126343.jpg",
|
|
||||||
date: "2025-03-10",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -86,16 +56,8 @@ export default function LandingPage() {
|
|||||||
description="Common questions regarding blog content."
|
description="Common questions regarding blog content."
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "How often are articles updated?", content: "We refresh our blog content weekly." },
|
||||||
id: "f1",
|
{ id: "f2", title: "Can I write for you?", content: "Yes, reach out via our contact page to contribute." },
|
||||||
title: "How often are articles updated?",
|
|
||||||
content: "We refresh our blog content weekly.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Can I write for you?",
|
|
||||||
content: "Yes, reach out via our contact page to contribute.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -105,28 +67,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=3"
|
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=3"
|
||||||
logoText="Study in Nagaland"
|
logoText="Study in Nagaland"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "For Students", items: [{ label: "Search Colleges", href: "/colleges" }, { label: "Blog", href: "/blog" }] },
|
||||||
title: "For Students",
|
{ title: "For Institutions", items: [{ label: "List Your College", href: "/for-institutions" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Search Colleges",
|
|
||||||
href: "/colleges",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Blog",
|
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "For Institutions",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "List Your College",
|
|
||||||
href: "/for-institutions",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home",
|
{ name: "Colleges", id: "/colleges" },
|
||||||
id: "/",
|
{ name: "Blog", id: "/blog" },
|
||||||
},
|
{ name: "About", id: "/about" },
|
||||||
{
|
|
||||||
name: "Colleges",
|
|
||||||
id: "/colleges",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Study in Nagaland"
|
brandName="Study in Nagaland"
|
||||||
/>
|
/>
|
||||||
@@ -54,26 +42,8 @@ export default function LandingPage() {
|
|||||||
title="College Guides"
|
title="College Guides"
|
||||||
description="Featured institutions to consider for your higher studies."
|
description="Featured institutions to consider for your higher studies."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{ id: "b1", category: "University", title: "Top Tech Colleges in Dimapur", excerpt: "A deep dive into the best engineering hubs.", imageSrc: "http://img.b2bpic.net/free-photo/friends-studying-near-building-with-lake_23-2147850684.jpg", authorName: "Education Team", authorAvatar: "http://img.b2bpic.net/free-photo/students-sitting-campus-with-lake_23-2147850683.jpg", date: "2025-01-15" },
|
||||||
id: "b1",
|
{ id: "b2", category: "Arts", title: "Humanities Courses Overview", excerpt: "Explore diverse streams and career options.", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-sitting-near-water_23-2147850682.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/joyful-friends-watching-video-tablet-outdoors_1262-21105.jpg", date: "2025-02-01" },
|
||||||
category: "University",
|
|
||||||
title: "Top Tech Colleges in Dimapur",
|
|
||||||
excerpt: "A deep dive into the best engineering hubs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-studying-near-building-with-lake_23-2147850684.jpg",
|
|
||||||
authorName: "Education Team",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/students-sitting-campus-with-lake_23-2147850683.jpg",
|
|
||||||
date: "2025-01-15",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "b2",
|
|
||||||
category: "Arts",
|
|
||||||
title: "Humanities Courses Overview",
|
|
||||||
excerpt: "Explore diverse streams and career options.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-sitting-near-water_23-2147850682.jpg",
|
|
||||||
authorName: "Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/joyful-friends-watching-video-tablet-outdoors_1262-21105.jpg",
|
|
||||||
date: "2025-02-01",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -81,9 +51,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Join Us"
|
tag="Join Us"
|
||||||
title="Need Guidance?"
|
title="Need Guidance?"
|
||||||
description="Connect with our expert consultants today."
|
description="Connect with our expert consultants today."
|
||||||
@@ -97,28 +65,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=2"
|
||||||
logoText="Study in Nagaland"
|
logoText="Study in Nagaland"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "For Students", items: [{ label: "Search Colleges", href: "/colleges" }, { label: "Blog", href: "/blog" }] },
|
||||||
title: "For Students",
|
{ title: "For Institutions", items: [{ label: "List Your College", href: "/for-institutions" }] },
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Search Colleges",
|
|
||||||
href: "/colleges",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Blog",
|
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "For Institutions",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "List Your College",
|
|
||||||
href: "/for-institutions",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,14 +15,13 @@ export const metadata: Metadata = {
|
|||||||
description: "Generated by create next app",
|
description: "Generated by create next app",
|
||||||
};
|
};
|
||||||
|
|
||||||
const libreBaskerville = Libre_Baskerville({
|
|
||||||
variable: "--font-libre-baskerville",
|
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["400", "700"],
|
|
||||||
});
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
});
|
||||||
|
const libreBaskerville = Libre_Baskerville({
|
||||||
|
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||||
|
weight: ["400", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
@@ -33,7 +32,7 @@ export default function RootLayout({
|
|||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
|
<body className={`${inter.variable} ${libreBaskerville.variable} antialiased`}>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home", id: "/"},
|
{ name: "Colleges", id: "/colleges" },
|
||||||
{
|
{ name: "Blog", id: "/blog" },
|
||||||
name: "Colleges", id: "/colleges"},
|
{ name: "About", id: "/about" },
|
||||||
{
|
|
||||||
name: "Blog", id: "/blog"},
|
|
||||||
{
|
|
||||||
name: "About", id: "/about"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Study in Nagaland"
|
brandName="Study in Nagaland"
|
||||||
/>
|
/>
|
||||||
@@ -43,21 +39,16 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Find the Best College in Nagaland"
|
title="Find the Best College in Nagaland"
|
||||||
description="Explore 50+ verified colleges, compare fees, read reviews, and apply — all in one place."
|
description="Explore 50+ verified colleges, compare fees, read reviews, and apply — all in one place."
|
||||||
|
buttons={[{ text: "Explore Colleges", href: "/colleges" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/students-holding-notebooks-talking_23-2147657126.jpg", imageAlt: "modern student group university landscape" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/students-holding-notebooks-talking_23-2147657126.jpg", imageAlt: "modern student group university landscape"},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/inspired-dreamy-smart-redhead-female-student-got-excellent-idea-her-book-write-notebook-p_1258-127762.jpg", imageAlt: "modern student group university landscape" },
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/hikers-viewing-platform_23-2147683184.jpg", imageAlt: "modern student group university landscape" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/inspired-dreamy-smart-redhead-female-student-got-excellent-idea-her-book-write-notebook-p_1258-127762.jpg", imageAlt: "modern student group university landscape"},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-male-working-laptop-trip_23-2148154958.jpg", imageAlt: "modern student group university landscape" },
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/group-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50063.jpg", imageAlt: "modern student group university landscape" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hikers-viewing-platform_23-2147683184.jpg", imageAlt: "modern student group university landscape"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-male-working-laptop-trip_23-2148154958.jpg", imageAlt: "modern student group university landscape"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-international-students-sitting-grass-together-park-university-african-caucasian-girls-indian-boy-talking-outdoors_1157-50063.jpg", imageAlt: "modern student group university landscape"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -67,14 +58,10 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{text: "View Colleges", href: "/colleges"}]}
|
|
||||||
metrics={[
|
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: "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: "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"
|
title="Our Impact"
|
||||||
description="Helping students reach their future goals."
|
description="Helping students reach their future goals."
|
||||||
@@ -89,12 +76,9 @@ export default function LandingPage() {
|
|||||||
description="Everything you need to know about college admissions."
|
description="Everything you need to know about college admissions."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
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: "q3", title: "Are these colleges verified?", content: "All listed institutions are verified by regional educational boards." },
|
||||||
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."},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -107,12 +91,9 @@ export default function LandingPage() {
|
|||||||
title="Success Stories"
|
title="Success Stories"
|
||||||
description="Hear from students who found their path."
|
description="Hear from students who found their path."
|
||||||
testimonials={[
|
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: "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: "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"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,8 +101,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
tag="Get in touch"
|
tag="Get in touch"
|
||||||
title="Have questions?"
|
title="Have questions?"
|
||||||
description="Our team is here to help you navigate your college choices."
|
description="Our team is here to help you navigate your college choices."
|
||||||
@@ -137,20 +117,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=1"
|
||||||
logoText="Study in Nagaland"
|
logoText="Study in Nagaland"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "For Students", items: [{ label: "Search Colleges", href: "/colleges" }, { label: "Blog", href: "/blog" }] },
|
||||||
title: "For Students", items: [
|
{ title: "For Institutions", items: [{ label: "List Your College", href: "/for-institutions" }] },
|
||||||
{
|
|
||||||
label: "Search Colleges", href: "/colleges"},
|
|
||||||
{
|
|
||||||
label: "Blog", href: "/blog"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "For Institutions", items: [
|
|
||||||
{
|
|
||||||
label: "List Your College", href: "/for-institutions"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-libre-baskerville), serif;
|
font-family: var(--font-inter), serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user