Merge version_2 into main #2
272
src/app/page.tsx
272
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "overview",
|
||||
},
|
||||
name: "Overview", id: "overview"},
|
||||
{
|
||||
name: "Admission",
|
||||
id: "admission",
|
||||
},
|
||||
name: "Admission", id: "admission"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EduPortal"
|
||||
/>
|
||||
@@ -54,99 +46,58 @@ export default function LandingPage() {
|
||||
|
||||
<div id="overview" data-section="overview">
|
||||
<HeroBillboardTestimonial
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now", href: "#contact"
|
||||
}
|
||||
]}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
title="Begin Your Academic Journey Today"
|
||||
description="Comprehensive admission information, tuition guidance, and resources to help you thrive from day one."
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Smith",
|
||||
handle: "@james_s",
|
||||
testimonial: "The admission process was seamless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=1",
|
||||
imageAlt: "school campus exterior modern building",
|
||||
},
|
||||
name: "James Smith", handle: "@james_s", testimonial: "The admission process was seamless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=1", imageAlt: "school campus exterior modern building"},
|
||||
{
|
||||
name: "Maria Garcia",
|
||||
handle: "@maria_g",
|
||||
testimonial: "Excellent support for international students.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-showing-earth-globe-student_23-2148618682.jpg?_wi=1",
|
||||
imageAlt: "school campus exterior modern building",
|
||||
},
|
||||
name: "Maria Garcia", handle: "@maria_g", testimonial: "Excellent support for international students.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-showing-earth-globe-student_23-2148618682.jpg?_wi=1", imageAlt: "school campus exterior modern building"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@david_k",
|
||||
testimonial: "The school facility is amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refined-vintage-library-with-wooden-shelves-classic-green-lamps_482257-131786.jpg?_wi=1",
|
||||
imageAlt: "school campus exterior modern building",
|
||||
},
|
||||
name: "David Kim", handle: "@david_k", testimonial: "The school facility is amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refined-vintage-library-with-wooden-shelves-classic-green-lamps_482257-131786.jpg?_wi=1", imageAlt: "school campus exterior modern building"},
|
||||
{
|
||||
name: "Sarah Lee",
|
||||
handle: "@sarah_l",
|
||||
testimonial: "Everything I needed was clearly listed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-indian-people-with-book-icon-overlay_53876-13774.jpg?_wi=1",
|
||||
imageAlt: "school campus exterior modern building",
|
||||
},
|
||||
name: "Sarah Lee", handle: "@sarah_l", testimonial: "Everything I needed was clearly listed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-indian-people-with-book-icon-overlay_53876-13774.jpg?_wi=1", imageAlt: "school campus exterior modern building"},
|
||||
{
|
||||
name: "Alex Brown",
|
||||
handle: "@alex_b",
|
||||
testimonial: "The hostel registration was quick.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898712.jpg?_wi=1",
|
||||
imageAlt: "school campus exterior modern building",
|
||||
},
|
||||
name: "Alex Brown", handle: "@alex_b", testimonial: "The hostel registration was quick.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898712.jpg?_wi=1", imageAlt: "school campus exterior modern building"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=2"
|
||||
imageAlt="Campus main entrance"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empty-town-square_1359-156.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/empty-town-square_1359-156.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/unfocused-view-university-territory_23-2147659197.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/unfocused-view-university-territory_23-2147659197.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/students-walking-ramp-near-university-building_23-2147860779.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/students-walking-ramp-near-university-building_23-2147860779.jpg", alt: "Student 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ students"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Academic Excellence",
|
||||
},
|
||||
type: "text", text: "Academic Excellence"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Inclusive Environment",
|
||||
},
|
||||
type: "text", text: "Inclusive Environment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Career Ready",
|
||||
},
|
||||
type: "text", text: "Career Ready"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Top Rated Faculty",
|
||||
},
|
||||
type: "text", text: "Top Rated Faculty"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Campus",
|
||||
},
|
||||
type: "text", text: "Global Campus"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,9 +107,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Your Success Starts Here"
|
||||
description={[
|
||||
"We offer a structured environment where excellence meets guidance. Our admissions team ensures that every student is well-prepared for the challenges ahead.",
|
||||
"From enrollment guidance to housing support, our goal is to provide a smooth transition into our academic community.",
|
||||
]}
|
||||
"We offer a structured environment where excellence meets guidance. Our admissions team ensures that every student is well-prepared for the challenges ahead.", "From enrollment guidance to housing support, our goal is to provide a smooth transition into our academic community."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -169,20 +118,11 @@ export default function LandingPage() {
|
||||
description="Navigate your path to becoming a student with our easy-to-follow guidelines."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Who processes my admission?",
|
||||
content: "Our central admissions department, supported by regional academic coordinators, handles all application processing.",
|
||||
},
|
||||
id: "f1", title: "Who processes my admission?", content: "Our central admissions department, supported by regional academic coordinators, handles all application processing."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Hostel and Accommodation",
|
||||
content: "Hostel application forms are available via the student portal. Once admitted, you can reserve a room based on availability.",
|
||||
},
|
||||
id: "f2", title: "Hostel and Accommodation", content: "Hostel application forms are available via the student portal. Once admitted, you can reserve a room based on availability."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Necessary Materials",
|
||||
content: "You will receive a tailored list of required books and uniform standards along with your official admission letter.",
|
||||
},
|
||||
id: "f3", title: "Necessary Materials", content: "You will receive a tailored list of required books and uniform standards along with your official admission letter."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/refined-vintage-library-with-wooden-shelves-classic-green-lamps_482257-131786.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -196,37 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Tuition Fees",
|
||||
price: "$12,500",
|
||||
period: "/year",
|
||||
features: [
|
||||
"Core Course Credits",
|
||||
"Library Access",
|
||||
"Student Health Services",
|
||||
],
|
||||
id: "p1", title: "Tuition Fees", price: "$12,500", period: "/year", features: [
|
||||
"Core Course Credits", "Library Access", "Student Health Services"],
|
||||
button: {
|
||||
text: "Contact Admissions",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-showing-earth-globe-student_23-2148618682.jpg?_wi=2",
|
||||
imageAlt: "classroom environment student engaged",
|
||||
},
|
||||
text: "Contact Admissions"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-showing-earth-globe-student_23-2148618682.jpg?_wi=2", imageAlt: "classroom environment student engaged"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Uniform & Books",
|
||||
price: "$850",
|
||||
period: "/initial",
|
||||
features: [
|
||||
"Mandatory Uniforms",
|
||||
"Core Textbooks",
|
||||
"Student ID Card",
|
||||
],
|
||||
id: "p2", title: "Uniform & Books", price: "$850", period: "/initial", features: [
|
||||
"Mandatory Uniforms", "Core Textbooks", "Student ID Card"],
|
||||
button: {
|
||||
text: "View List",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=3",
|
||||
imageAlt: "classroom environment student engaged",
|
||||
},
|
||||
text: "View List"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=3", imageAlt: "classroom environment student engaged"},
|
||||
]}
|
||||
title="Fees & Requirements"
|
||||
description="Clear structure for your tuition and uniform costs."
|
||||
@@ -239,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Is a uniform required?",
|
||||
content: "Yes, our institution maintains a standardized uniform policy to foster a professional and equitable academic environment.",
|
||||
},
|
||||
id: "faq-1", title: "Is a uniform required?", content: "Yes, our institution maintains a standardized uniform policy to foster a professional and equitable academic environment."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do I secure my spot?",
|
||||
content: "Submit your required documentation via the student portal and complete your initial fee payment by the deadline stated in your offer letter.",
|
||||
},
|
||||
id: "faq-2", title: "How do I secure my spot?", content: "Submit your required documentation via the student portal and complete your initial fee payment by the deadline stated in your offer letter."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Where can I stay nearby?",
|
||||
content: "Apart from our official hostels, we provide a list of recommended nearby off-campus housing facilities for students.",
|
||||
},
|
||||
id: "faq-3", title: "Where can I stay nearby?", content: "Apart from our official hostels, we provide a list of recommended nearby off-campus housing facilities for students."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-indian-people-with-book-icon-overlay_53876-13774.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -267,12 +178,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Education Board",
|
||||
"Academic Accreditation Council",
|
||||
"University Network",
|
||||
"International School Alliance",
|
||||
"Student Success Foundation",
|
||||
]}
|
||||
"Local Education Board", "Academic Accreditation Council", "University Network", "International School Alliance", "Student Success Foundation"]}
|
||||
title="Accredited & Recognized"
|
||||
description="We are proud to work with these esteemed educational partners."
|
||||
/>
|
||||
@@ -285,45 +191,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Everything is organized and transparent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mother-working-remotely_23-2150266971.jpg",
|
||||
imageAlt: "Medium shot mother working remotely",
|
||||
},
|
||||
id: "t1", name: "John Doe", handle: "@jdoe", testimonial: "Everything is organized and transparent.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mother-working-remotely_23-2150266971.jpg", imageAlt: "Medium shot mother working remotely"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "Easy admission and great living options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=4",
|
||||
imageAlt: "Medium shot mother working remotely",
|
||||
},
|
||||
id: "t2", name: "Jane Smith", handle: "@jsmith", testimonial: "Easy admission and great living options.", imageSrc: "http://img.b2bpic.net/free-photo/male-female-students-wear-masks-stand-front-university_1150-24698.jpg?_wi=4", imageAlt: "Medium shot mother working remotely"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bob Wilson",
|
||||
handle: "@bwilson",
|
||||
testimonial: "Highly recommended for academic focus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-showing-earth-globe-student_23-2148618682.jpg?_wi=3",
|
||||
imageAlt: "Medium shot mother working remotely",
|
||||
},
|
||||
id: "t3", name: "Bob Wilson", handle: "@bwilson", testimonial: "Highly recommended for academic focus.", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-teacher-showing-earth-globe-student_23-2148618682.jpg?_wi=3", imageAlt: "Medium shot mother working remotely"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Alice Green",
|
||||
handle: "@agreen",
|
||||
testimonial: "Uniforms and books were ready quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refined-vintage-library-with-wooden-shelves-classic-green-lamps_482257-131786.jpg?_wi=3",
|
||||
imageAlt: "Medium shot mother working remotely",
|
||||
},
|
||||
id: "t4", name: "Alice Green", handle: "@agreen", testimonial: "Uniforms and books were ready quickly.", imageSrc: "http://img.b2bpic.net/free-photo/refined-vintage-library-with-wooden-shelves-classic-green-lamps_482257-131786.jpg?_wi=3", imageAlt: "Medium shot mother working remotely"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Charlie Brown",
|
||||
handle: "@cbrown",
|
||||
testimonial: "Best hostel accommodation service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-indian-people-with-book-icon-overlay_53876-13774.jpg?_wi=3",
|
||||
imageAlt: "Medium shot mother working remotely",
|
||||
},
|
||||
id: "t5", name: "Charlie Brown", handle: "@cbrown", testimonial: "Best hostel accommodation service.", imageSrc: "http://img.b2bpic.net/free-photo/group-indian-people-with-book-icon-overlay_53876-13774.jpg?_wi=3", imageAlt: "Medium shot mother working remotely"},
|
||||
]}
|
||||
title="Student Experiences"
|
||||
description="Hear how others found their way into our community."
|
||||
@@ -334,8 +210,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Contact Admissions Office"
|
||||
description="Ready to get started? Send us an inquiry for any specific admission questions."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898712.jpg?_wi=2"
|
||||
@@ -351,50 +226,31 @@ export default function LandingPage() {
|
||||
logoText="EduPortal"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Admission",
|
||||
href: "#admission",
|
||||
},
|
||||
label: "Admission", href: "#admission"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Hostel Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hostel Info", href: "#"},
|
||||
{
|
||||
label: "Book Lists",
|
||||
href: "#",
|
||||
},
|
||||
label: "Book Lists", href: "#"},
|
||||
{
|
||||
label: "Uniform Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Uniform Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -403,4 +259,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user