Update src/app/colleges/page.tsx
This commit is contained in:
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Colleges",
|
||||
id: "/colleges",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Colleges", id: "/colleges" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="Study in Nagaland"
|
||||
/>
|
||||
@@ -54,26 +42,8 @@ export default function LandingPage() {
|
||||
title="College Guides"
|
||||
description="Featured institutions to consider for your higher studies."
|
||||
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: "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",
|
||||
},
|
||||
{ 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: "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>
|
||||
@@ -81,9 +51,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Join Us"
|
||||
title="Need Guidance?"
|
||||
description="Connect with our expert consultants today."
|
||||
@@ -97,32 +65,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=2"
|
||||
logoText="Study in Nagaland"
|
||||
columns={[
|
||||
{
|
||||
title: "For Students",
|
||||
items: [
|
||||
{
|
||||
label: "Search Colleges",
|
||||
href: "/colleges",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "For Institutions",
|
||||
items: [
|
||||
{
|
||||
label: "List Your College",
|
||||
href: "/for-institutions",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "For Students", items: [{ label: "Search Colleges", href: "/colleges" }, { label: "Blog", href: "/blog" }] },
|
||||
{ title: "For Institutions", items: [{ label: "List Your College", href: "/for-institutions" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user