Merge version_1 into main #2
311
src/app/page.tsx
311
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Admission Guide",
|
||||
id: "features",
|
||||
},
|
||||
name: "Admission Guide", id: "features"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
name: "Blog", id: "blog"},
|
||||
]}
|
||||
brandName="AFIT Guide"
|
||||
/>
|
||||
@@ -56,64 +48,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="AFIT Kaduna – Honest Reviews, Admission Guide & Hostel Info"
|
||||
description="Your definitive guide to understanding the Air Force Institute of Technology. Get honest student experiences, verified admission tips, and essential hostel insights."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-positive-student-girl-walking-outside_74855-2292.jpg",
|
||||
alt: "student portrait happy university",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-smart-professional-young-male-student-with-dreads-yellow-tshirt-cr_1258-112172.jpg",
|
||||
alt: "student confident portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-girl-lying-grass_23-2147657209.jpg",
|
||||
alt: "student relaxed portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-posing-with-books_23-2148680219.jpg",
|
||||
alt: "student diligent portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-female-student-smiling-holding-books-college_176420-12452.jpg",
|
||||
alt: "Young beautiful african female student smiling holding books at college.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-positive-student-girl-walking-outside_74855-2292.jpg", alt: "student portrait happy university" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-smart-professional-young-male-student-with-dreads-yellow-tshirt-cr_1258-112172.jpg", alt: "student confident portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cute-girl-lying-grass_23-2147657209.jpg", alt: "student relaxed portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-posing-with-books_23-2148680219.jpg", alt: "student diligent portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-african-female-student-smiling-holding-books-college_176420-12452.jpg", alt: "Young beautiful african female student smiling holding books at college." }
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ students"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
text: "Admission Guide",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Read Reviews", href: "#testimonials" },
|
||||
{ text: "Admission Guide", href: "#features" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Verified Admission Tips",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Student Hostel Insights",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "500+ Honest Reviews",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Engineering Career Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AFIT Community Access",
|
||||
},
|
||||
{ type: "text", text: "Verified Admission Tips" },
|
||||
{ type: "text", text: "Student Hostel Insights" },
|
||||
{ type: "text", text: "500+ Honest Reviews" },
|
||||
{ type: "text", text: "Engineering Career Support" },
|
||||
{ type: "text", text: "AFIT Community Access" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,21 +78,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Our Guide"
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Verified Reviews",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Admission Success",
|
||||
value: "98%",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Community Size",
|
||||
value: "10k+",
|
||||
},
|
||||
{ icon: CheckCircle, label: "Verified Reviews", value: "500+" },
|
||||
{ icon: ShieldCheck, label: "Admission Success", value: "98%" },
|
||||
{ icon: Award, label: "Community Size", value: "10k+" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,47 +93,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Admission Process Made Simple",
|
||||
description: "Step-by-step guides for UTME and Direct Entry applicants to ensure your admission success.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface_23-2148639060.jpg",
|
||||
imageAlt: "mobile ui design form",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/science-study-chemical-test-tube-experiment-laboratory-graphic_53876-123986.jpg",
|
||||
imageAlt: "student dashboard app design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg?_wi=1",
|
||||
imageAlt: "mobile ui design form",
|
||||
title: "Admission Process Made Simple", description: "Step-by-step guides for UTME and Direct Entry applicants to ensure your admission success.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/task-management-app-interface_23-2148639060.jpg", imageAlt: "mobile ui design form" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/science-study-chemical-test-tube-experiment-laboratory-graphic_53876-123986.jpg", imageAlt: "student dashboard app design" }
|
||||
},
|
||||
{
|
||||
title: "Authentic Hostel Reviews",
|
||||
description: "Real insights into hostel life, facilities, and tips for finding the best accommodation on campus.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148629272.jpg",
|
||||
imageAlt: "mobile ui design form",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372420.jpg",
|
||||
imageAlt: "student dashboard app design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-girl-walking-outside_74855-2292.jpg",
|
||||
imageAlt: "mobile ui design form",
|
||||
title: "Authentic Hostel Reviews", description: "Real insights into hostel life, facilities, and tips for finding the best accommodation on campus.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148629272.jpg", imageAlt: "mobile ui design form" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372420.jpg", imageAlt: "student dashboard app design" }
|
||||
},
|
||||
{
|
||||
title: "Student-Led Insights",
|
||||
description: "Learn from those who have been there. Tips and advice direct from real AFIT students.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/create-tasks-with-task-management-mobile-app_23-2148647117.jpg",
|
||||
imageAlt: "mobile ui design form",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg",
|
||||
imageAlt: "student dashboard app design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-smart-professional-young-male-student-with-dreads-yellow-tshirt-cr_1258-112172.jpg",
|
||||
imageAlt: "mobile ui design form",
|
||||
},
|
||||
title: "Student-Led Insights", description: "Learn from those who have been there. Tips and advice direct from real AFIT students.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/create-tasks-with-task-management-mobile-app_23-2148647117.jpg", imageAlt: "mobile ui design form" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-team-female-entrepreneurs-discussing-business-strategy_482257-123854.jpg", imageAlt: "student dashboard app design" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Your Roadmap to AFIT"
|
||||
@@ -203,46 +116,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Environment",
|
||||
quote: "Peaceful and neat, a quiet place to learn.",
|
||||
name: "Fatima A.",
|
||||
role: "Computer Science Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-student-sitting-university-library-coffee-break-from-studying_496169-1224.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Conducive Study",
|
||||
quote: "A very conducive environment… but rooms should be expanded.",
|
||||
name: "Iseoluwa J.",
|
||||
role: "Aerospace Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-woman-sitting-reading-book-library_23-2147864179.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Good Accommodation",
|
||||
quote: "Nice accommodation… especially for Airmen.",
|
||||
name: "Samuel B.",
|
||||
role: "Engineering Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-woman-posing-library_23-2148464438.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Staff",
|
||||
quote: "The lecturers are quite helpful and accessible when you need guidance.",
|
||||
name: "Chinwendu O.",
|
||||
role: "Electrical Engineering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-schoolboy-portrait_23-2147666929.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Highly Recommended",
|
||||
quote: "AFIT provided the foundation I needed for my career in aviation technology.",
|
||||
name: "Musa H.",
|
||||
role: "Aeronautical Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-mountains-books-smiling_1187-787.jpg",
|
||||
},
|
||||
{ id: "1", title: "Great Environment", quote: "Peaceful and neat, a quiet place to learn.", name: "Fatima A.", role: "Computer Science Student", imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-student-sitting-university-library-coffee-break-from-studying_496169-1224.jpg" },
|
||||
{ id: "2", title: "Conducive Study", quote: "A very conducive environment… but rooms should be expanded.", name: "Iseoluwa J.", role: "Aerospace Student", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-woman-sitting-reading-book-library_23-2147864179.jpg" },
|
||||
{ id: "3", title: "Good Accommodation", quote: "Nice accommodation… especially for Airmen.", name: "Samuel B.", role: "Engineering Student", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-woman-posing-library_23-2148464438.jpg" },
|
||||
{ id: "4", title: "Great Staff", quote: "The lecturers are quite helpful and accessible when you need guidance.", name: "Chinwendu O.", role: "Electrical Engineering", imageSrc: "http://img.b2bpic.net/free-photo/smiling-schoolboy-portrait_23-2147666929.jpg" },
|
||||
{ id: "5", title: "Highly Recommended", quote: "AFIT provided the foundation I needed for my career in aviation technology.", name: "Musa H.", role: "Aeronautical Student", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-mountains-books-smiling_1187-787.jpg" }
|
||||
]}
|
||||
title="Voices of the AFIT Community"
|
||||
description="Hear directly from students about their experiences and life at AFIT."
|
||||
@@ -254,21 +132,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Is AFIT a good school?",
|
||||
content: "AFIT is highly respected for its engineering and aviation-related courses, offering a disciplined and conducive learning environment.",
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do I get admission?",
|
||||
content: "Admission is through UTME/Direct Entry. Candidates must meet the cut-off mark and complete the school's post-UTME screening.",
|
||||
},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are there hostels available?",
|
||||
content: "Yes, there are hostels on campus, generally well-structured but always in high demand.",
|
||||
},
|
||||
{ id: "faq-1", title: "Is AFIT a good school?", content: "AFIT is highly respected for its engineering and aviation-related courses, offering a disciplined and conducive learning environment." },
|
||||
{ id: "faq-2", title: "How do I get admission?", content: "Admission is through UTME/Direct Entry. Candidates must meet the cut-off mark and complete the school's post-UTME screening." },
|
||||
{ id: "faq-3", title: "Are there hostels available?", content: "Yes, there are hostels on campus, generally well-structured but always in high demand." }
|
||||
]}
|
||||
title="Common Questions Answered"
|
||||
description="Answers to the most frequently asked questions about life and admission at AFIT."
|
||||
@@ -284,36 +150,9 @@ export default function LandingPage() {
|
||||
title="Latest Insights & Guides"
|
||||
description="Articles, tips, and essential guides to help you succeed."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Admissions",
|
||||
title: "How to Get Admission into AFIT (2026 Guide)",
|
||||
excerpt: "Comprehensive guide for successful admission.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-notebook-knee-writing_23-2147657285.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-with-smartphone-listening-music-headphones-summer-vacation_285396-3753.jpg",
|
||||
date: "Jan 2026",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Reviews",
|
||||
title: "AFIT Hostel Review – What They Don't Tell You",
|
||||
excerpt: "Honest review of campus housing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-lamp-with-minimalist-monochrome-background_23-2150763368.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-student-girl-wearing-glasses-back-bag-standing-with-closed-posture-holding-plastic-coffee-cup-looking-side-isolated-orange-wall_141793-97687.jpg",
|
||||
date: "Dec 2025",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Tips",
|
||||
title: "AFIT Post-UTME Tips From Real Students",
|
||||
excerpt: "Secrets to acing your post-UTME exam.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-122205.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg",
|
||||
date: "Nov 2025",
|
||||
},
|
||||
{ id: "b1", category: "Admissions", title: "How to Get Admission into AFIT (2026 Guide)", excerpt: "Comprehensive guide for successful admission.", imageSrc: "http://img.b2bpic.net/free-photo/girl-holding-notebook-knee-writing_23-2147657285.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-stylish-woman-walking-with-smartphone-listening-music-headphones-summer-vacation_285396-3753.jpg", date: "Jan 2026" },
|
||||
{ id: "b2", category: "Reviews", title: "AFIT Hostel Review – What They Don't Tell You", excerpt: "Honest review of campus housing.", imageSrc: "http://img.b2bpic.net/free-photo/desk-lamp-with-minimalist-monochrome-background_23-2150763368.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-student-girl-wearing-glasses-back-bag-standing-with-closed-posture-holding-plastic-coffee-cup-looking-side-isolated-orange-wall_141793-97687.jpg", date: "Dec 2025" },
|
||||
{ id: "b3", category: "Tips", title: "AFIT Post-UTME Tips From Real Students", excerpt: "Secrets to acing your post-UTME exam.", imageSrc: "http://img.b2bpic.net/free-photo/it-specialist-working-data-center-facility-housing-storage-hardware-close-up_482257-122205.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg", date: "Nov 2025" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,27 +163,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Student Community",
|
||||
description: "Growing network of learners",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geometrics-arrangement-with-3d-shapes_23-2149049002.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "90%",
|
||||
title: "Hostel Coverage",
|
||||
description: "Accommodation options available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blocks-flats_417767-173.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Engineering Departments",
|
||||
description: "Diverse technical pathways",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-raising-arms-outdoors_23-2148002224.jpg",
|
||||
},
|
||||
{ id: "m1", value: "10k+", title: "Student Community", description: "Growing network of learners", imageSrc: "http://img.b2bpic.net/free-photo/geometrics-arrangement-with-3d-shapes_23-2149049002.jpg" },
|
||||
{ id: "m2", value: "90%", title: "Hostel Coverage", description: "Accommodation options available", imageSrc: "http://img.b2bpic.net/free-photo/blocks-flats_417767-173.jpg" },
|
||||
{ id: "m3", value: "15+", title: "Engineering Departments", description: "Diverse technical pathways", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-raising-arms-outdoors_23-2148002224.jpg" }
|
||||
]}
|
||||
title="AFIT by the Numbers"
|
||||
description="Quick stats for perspective."
|
||||
@@ -354,13 +175,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Stay Updated"
|
||||
title="Join Our Community"
|
||||
description="Sign up to receive admission tips, hostel reviews, and student life updates directly in your email."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-white-jacket-stands-before-window-street_8353-1337.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -369,39 +188,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
{
|
||||
label: "Admission Guide",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
{ label: "Admission Guide", href: "#features" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2026 AFIT Guide Platform"
|
||||
bottomRightText="Built for AFIT Students"
|
||||
@@ -410,4 +209,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user