Merge version_1 into main #2
264
src/app/page.tsx
264
src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Programs",
|
||||
id: "programs",
|
||||
},
|
||||
{
|
||||
name: "Admissions",
|
||||
id: "admissions",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Programs", id: "programs" },
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Access IBS"
|
||||
/>
|
||||
@@ -54,71 +45,21 @@ export default function LandingPage() {
|
||||
title="Master the World of Global Commerce"
|
||||
description="Access International Business Studies prepares you for leadership in a borderless economy through world-class faculty and industry-aligned curricula."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "@schen_mba",
|
||||
testimonial: "The curriculum changed my entire approach to international marketing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6609.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Okafor",
|
||||
handle: "@dokafor",
|
||||
testimonial: "Unparalleled networking opportunities across three continents.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@erodriguez",
|
||||
testimonial: "The cross-cultural simulations were incredibly practical.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-beautiful-woman-student-smiling-touching-hair-holding-books-university-education-concept_176420-12456.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne",
|
||||
testimonial: "Gave me the confidence to lead international teams immediately.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-thoughtful-curly-haired-woman-stands-against-urban-building-writes-information-notebook-holds-pen-notepad-notes-text-creats-new-chapter-o-book-dressed-casual-green-jumper_273609-62242.jpg",
|
||||
},
|
||||
{
|
||||
name: "Lin Wei",
|
||||
handle: "@lwei_biz",
|
||||
testimonial: "The faculty network is simply world-class.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
},
|
||||
{ name: "Sarah Chen", handle: "@schen_mba", testimonial: "The curriculum changed my entire approach to international marketing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6609.jpg" },
|
||||
{ name: "David Okafor", handle: "@dokafor", testimonial: "Unparalleled networking opportunities across three continents.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" },
|
||||
{ name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "The cross-cultural simulations were incredibly practical.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-beautiful-woman-student-smiling-touching-hair-holding-books-university-education-concept_176420-12456.jpg" },
|
||||
{ name: "Marcus Thorne", handle: "@mthorne", testimonial: "Gave me the confidence to lead international teams immediately.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-thoughtful-curly-haired-woman-stands-against-urban-building-writes-information-notebook-holds-pen-notepad-notes-text-creats-new-chapter-o-book-dressed-casual-green-jumper_273609-62242.jpg" },
|
||||
{ name: "Lin Wei", handle: "@lwei_biz", testimonial: "The faculty network is simply world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409850.jpg?_wi=1"
|
||||
buttons={[{ text: "Apply Now", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409850.jpg"
|
||||
imageAlt="business student collaboration dark background"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg",
|
||||
alt: "Portrait of student",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-with-digital-tablet_23-2147860920.jpg",
|
||||
alt: "Portrait of student",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg",
|
||||
alt: "Portrait of student",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-african-man-sitting-table-office-while-his-subordinates-working-new-sale-strategy-indoor-portrait-business-people-international-company-posing-work-process_197531-3746.jpg",
|
||||
alt: "Portrait of student",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/student-holds-modern-laptop-bottle-water-wears-round-spectacles-vision-correction-beige-jacket-poses-against-street_273609-55228.jpg",
|
||||
alt: "Portrait of student",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg", alt: "Portrait of student" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-with-digital-tablet_23-2147860920.jpg", alt: "Portrait of student" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg", alt: "Portrait of student" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-african-man-sitting-table-office-while-his-subordinates-working-new-sale-strategy-indoor-portrait-business-people-international-company-posing-work-process_197531-3746.jpg", alt: "Portrait of student" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/student-holds-modern-laptop-bottle-water-wears-round-spectacles-vision-correction-beige-jacket-poses-against-street_273609-55228.jpg", alt: "Portrait of student" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -131,7 +72,7 @@ export default function LandingPage() {
|
||||
description="We bridge the gap between academic theory and real-world business challenges."
|
||||
subdescription="Our institution focuses on practical learning, cross-cultural competence, and strategic leadership."
|
||||
icon={Globe}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/geometric-arrangement-pencils-shapes_187299-47798.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/geometric-arrangement-pencils-shapes_187299-47798.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="modern university campus architecture"
|
||||
/>
|
||||
@@ -144,27 +85,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Global Network",
|
||||
description: "Connect with industry leaders across the globe.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-small-business-owners_23-2149149724.jpg",
|
||||
imageAlt: "Medium shot small business owners",
|
||||
title: "Global Network", description: "Connect with industry leaders across the globe.", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Career Insights",
|
||||
description: "Analytics-driven placement programs.",
|
||||
bentoComponent: "line-chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409850.jpg?_wi=2",
|
||||
imageAlt: "Medium shot small business owners",
|
||||
title: "Career Insights", description: "Analytics-driven placement programs.", bentoComponent: "line-chart"
|
||||
},
|
||||
{
|
||||
title: "Expert Faculty",
|
||||
description: "Learn from global practitioners.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-arrangement-pencils-shapes_187299-47798.jpg?_wi=2",
|
||||
imageAlt: "Medium shot small business owners",
|
||||
},
|
||||
title: "Expert Faculty", description: "Learn from global practitioners.", bentoComponent: "reveal-icon", icon: Award
|
||||
}
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Leveraging global insights to drive your career forward."
|
||||
@@ -178,42 +106,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Global MBA",
|
||||
price: "12 Months",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-book-with-glasses-blue-background_185193-164087.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "MSc International Finance",
|
||||
price: "18 Months",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-cover-template-set-with-geometric-design_23-2147857506.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Business Strategy",
|
||||
price: "6 Months",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-school-brochure_23-2150614531.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Digital Marketing",
|
||||
price: "9 Months",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-brochure-template-international-day-education_23-2151045694.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Executive Leadership",
|
||||
price: "12 Months",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/green-geometric-brochure_1017-7727.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Supply Chain Management",
|
||||
price: "12 Months",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/blue-brochure-with-triangular-shapes_1017-7729.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Global MBA", price: "12 Months", imageSrc: "http://img.b2bpic.net/free-photo/open-book-with-glasses-blue-background_185193-164087.jpg" },
|
||||
{ id: "p2", name: "MSc International Finance", price: "18 Months", imageSrc: "http://img.b2bpic.net/free-vector/modern-cover-template-set-with-geometric-design_23-2147857506.jpg" },
|
||||
{ id: "p3", name: "Business Strategy", price: "6 Months", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-school-brochure_23-2150614531.jpg" },
|
||||
{ id: "p4", name: "Digital Marketing", price: "9 Months", imageSrc: "http://img.b2bpic.net/free-vector/flat-brochure-template-international-day-education_23-2151045694.jpg" },
|
||||
{ id: "p5", name: "Executive Leadership", price: "12 Months", imageSrc: "http://img.b2bpic.net/free-vector/green-geometric-brochure_1017-7727.jpg" },
|
||||
{ id: "p6", name: "Supply Chain Management", price: "12 Months", imageSrc: "http://img.b2bpic.net/free-vector/blue-brochure-with-triangular-shapes_1017-7729.jpg" }
|
||||
]}
|
||||
title="Academic Programs"
|
||||
description="Diverse study paths for global business leaders."
|
||||
@@ -226,27 +124,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "98%",
|
||||
title: "Employment Rate",
|
||||
description: "Within 6 months",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-tech-background-with-flowing-cyber-lines_1048-14878.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Corporate Partners",
|
||||
description: "Global reach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15k+",
|
||||
title: "Alumni Worldwide",
|
||||
description: "Active community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051392.jpg",
|
||||
},
|
||||
{ id: "m1", value: "98%", title: "Employment Rate", description: "Within 6 months", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-tech-background-with-flowing-cyber-lines_1048-14878.jpg" },
|
||||
{ id: "m2", value: "50+", title: "Corporate Partners", description: "Global reach", imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg" },
|
||||
{ id: "m3", value: "15k+", title: "Alumni Worldwide", description: "Active community", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051392.jpg" }
|
||||
]}
|
||||
title="Institutional Impact"
|
||||
description="Our numbers speak for our students' success."
|
||||
@@ -258,46 +138,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Journey",
|
||||
quote: "The networking is unmatched.",
|
||||
name: "Alex Smith",
|
||||
role: "MBA Grad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-female-student-smiling-holding-books-college_176420-12452.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Expert Guidance",
|
||||
quote: "Mentorship was crucial.",
|
||||
name: "Maria Lopez",
|
||||
role: "Finance MSc",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-graduation-outfit_23-2151074878.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Career Shift",
|
||||
quote: "I pivoted my career successfully.",
|
||||
name: "Kenji Sato",
|
||||
role: "Global Business",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Global Reach",
|
||||
quote: "Cross-cultural training was key.",
|
||||
name: "Elena Rossi",
|
||||
role: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Life Changing",
|
||||
quote: "Best years of my life.",
|
||||
name: "Amira Khan",
|
||||
role: "Strategy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-businesswoman-coat-with-laptop-dreamily-looking-away-outdoor_574295-2169.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Great Journey", quote: "The networking is unmatched.", name: "Alex Smith", role: "MBA Grad", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-female-student-smiling-holding-books-college_176420-12452.jpg" },
|
||||
{ id: "t2", title: "Expert Guidance", quote: "Mentorship was crucial.", name: "Maria Lopez", role: "Finance MSc", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-graduation-outfit_23-2151074878.jpg" },
|
||||
{ id: "t3", title: "Career Shift", quote: "I pivoted my career successfully.", name: "Kenji Sato", role: "Global Business", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg" },
|
||||
{ id: "t4", title: "Global Reach", quote: "Cross-cultural training was key.", name: "Elena Rossi", role: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg" },
|
||||
{ id: "t5", title: "Life Changing", quote: "Best years of my life.", name: "Amira Khan", role: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-businesswoman-coat-with-laptop-dreamily-looking-away-outdoor_574295-2169.jpg" }
|
||||
]}
|
||||
title="Student Stories"
|
||||
description="Hear from those who are changing the world."
|
||||
@@ -308,21 +153,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is admission rolling?",
|
||||
content: "Yes, we accept students year-round.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer scholarships?",
|
||||
content: "Yes, merit-based financial aid is available.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I study online?",
|
||||
content: "Yes, flexible hybrid learning options.",
|
||||
},
|
||||
{ id: "f1", title: "Is admission rolling?", content: "Yes, we accept students year-round." },
|
||||
{ id: "f2", title: "Do you offer scholarships?", content: "Yes, merit-based financial aid is available." },
|
||||
{ id: "f3", title: "Can I study online?", content: "Yes, flexible hybrid learning options." }
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="Get answers about admission and curricula."
|
||||
@@ -333,33 +166,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
text="Are you ready to elevate your career? Start your application process with Access IBS today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Admissions",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Admissions", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Access International Business Studies"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user