Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AdmissionsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLarge"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -33,9 +33,7 @@ export default function AdmissionsPage() {
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
]}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,35 +45,17 @@ export default function AdmissionsPage() {
|
||||
tag="Featured"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Engineering",
|
||||
description:
|
||||
"Cutting-edge programs in civil, mechanical, electrical, and software engineering with hands-on laboratory experience.",
|
||||
tag: "Engineering",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-ray-test-results-right-treatment_482257-123082.jpg?_wi=3",
|
||||
imageAlt: "Engineering students in laboratory",
|
||||
},
|
||||
id: "1", title: "Engineering", description:
|
||||
"Cutting-edge programs in civil, mechanical, electrical, and software engineering with hands-on laboratory experience.", tag: "Engineering", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-ray-test-results-right-treatment_482257-123082.jpg", imageAlt: "Engineering students in laboratory"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Business Administration",
|
||||
description:
|
||||
"Comprehensive business education covering finance, management, marketing, and entrepreneurship with industry partnerships.",
|
||||
tag: "Business",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/entrepreneurs-meeting-office_23-2148898680.jpg?_wi=3",
|
||||
imageAlt: "Business classroom with students",
|
||||
},
|
||||
id: "2", title: "Business Administration", description:
|
||||
"Comprehensive business education covering finance, management, marketing, and entrepreneurship with industry partnerships.", tag: "Business", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/entrepreneurs-meeting-office_23-2148898680.jpg", imageAlt: "Business classroom with students"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Natural Sciences",
|
||||
description:
|
||||
"Advanced research opportunities in biology, chemistry, physics, and environmental science with modern research facilities.",
|
||||
tag: "Science",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/groupe-researchers-pharmacology-hospital-laboratory-modern-equipment-research-laboratory_482257-34686.jpg?_wi=3",
|
||||
imageAlt: "Science laboratory research",
|
||||
},
|
||||
id: "3", title: "Natural Sciences", description:
|
||||
"Advanced research opportunities in biology, chemistry, physics, and environmental science with modern research facilities.", tag: "Science", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/groupe-researchers-pharmacology-hospital-laboratory-modern-equipment-research-laboratory_482257-34686.jpg", imageAlt: "Science laboratory research"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -90,32 +70,16 @@ export default function AdmissionsPage() {
|
||||
description="Our admissions process welcomes students from diverse backgrounds. See our impressive stats."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15000",
|
||||
title: "Students",
|
||||
description: "From 50+ countries worldwide",
|
||||
icon: Users,
|
||||
id: "1", value: "15000", title: "Students", description: "From 50+ countries worldwide", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98",
|
||||
title: "Percent",
|
||||
description: "Employment rate 6 months after graduation",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "98", title: "Percent", description: "Employment rate 6 months after graduation", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500",
|
||||
title: "Faculty",
|
||||
description: "Leading scholars and researchers",
|
||||
icon: Award,
|
||||
id: "3", value: "500", title: "Faculty", description: "Leading scholars and researchers", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "130",
|
||||
title: "Years",
|
||||
description: "Of excellence and innovation",
|
||||
icon: Clock,
|
||||
id: "4", value: "130", title: "Years", description: "Of excellence and innovation", icon: Clock,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -133,21 +97,20 @@ export default function AdmissionsPage() {
|
||||
{ text: "Submit Your Application", href: "#" },
|
||||
{ text: "Request More Information", href: "#" },
|
||||
]}
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-shot-beautiful-green-fields-houses-countryside-sunny-day_181624-19279.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-shot-beautiful-green-fields-houses-countryside-sunny-day_181624-19279.jpg"
|
||||
imageAlt="University campus"
|
||||
logoText="University"
|
||||
copyrightText="© 2024 University. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Departments", href: "/departments" },
|
||||
{ label: "Research", href: "/research" },
|
||||
@@ -155,8 +118,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Student Life",
|
||||
items: [
|
||||
title: "Student Life", items: [
|
||||
{ label: "Campus Housing", href: "/housing" },
|
||||
{ label: "Student Organizations", href: "/organizations" },
|
||||
{ label: "Events", href: "/events" },
|
||||
@@ -164,8 +126,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply", href: "/admissions" },
|
||||
{ label: "Tuition & Aid", href: "/financial-aid" },
|
||||
{ label: "Campus Tour", href: "/tour" },
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function CampusPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLarge"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -32,9 +32,7 @@ export default function CampusPage() {
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
]}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -45,35 +43,17 @@ export default function CampusPage() {
|
||||
description="Our campus offers exceptional facilities designed to support student success and well-being."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Modern Library",
|
||||
description:
|
||||
"A comprehensive collection of physical and digital resources with collaborative study spaces and technology centers.",
|
||||
tag: "Academic",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/teen-couple-gossiping-about-classmate_23-2147860643.jpg?_wi=2",
|
||||
imageAlt: "University library interior",
|
||||
},
|
||||
id: "1", title: "Modern Library", description:
|
||||
"A comprehensive collection of physical and digital resources with collaborative study spaces and technology centers.", tag: "Academic", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/teen-couple-gossiping-about-classmate_23-2147860643.jpg", imageAlt: "University library interior"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sports & Recreation",
|
||||
description:
|
||||
"State-of-the-art athletic facilities including Olympic-size pool, gymnasium, and outdoor sports complex.",
|
||||
tag: "Recreation",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-fit-women-running-gym_23-2149386042.jpg?_wi=2",
|
||||
imageAlt: "University sports center",
|
||||
},
|
||||
id: "2", title: "Sports & Recreation", description:
|
||||
"State-of-the-art athletic facilities including Olympic-size pool, gymnasium, and outdoor sports complex.", tag: "Recreation", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-fit-women-running-gym_23-2149386042.jpg", imageAlt: "University sports center"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dining Commons",
|
||||
description:
|
||||
"Modern dining facilities offering diverse cuisine options and casual meeting spaces for students.",
|
||||
tag: "Amenities",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149720809.jpg?_wi=2",
|
||||
imageAlt: "Campus dining hall",
|
||||
},
|
||||
id: "3", title: "Dining Commons", description:
|
||||
"Modern dining facilities offering diverse cuisine options and casual meeting spaces for students.", tag: "Amenities", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149720809.jpg", imageAlt: "Campus dining hall"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -87,51 +67,23 @@ export default function CampusPage() {
|
||||
description="Our faculty members are leaders in their fields with extensive research and teaching experience."
|
||||
groups={[
|
||||
{
|
||||
id: "engineering",
|
||||
groupTitle: "Engineering Department",
|
||||
members: [
|
||||
id: "engineering", groupTitle: "Engineering Department", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Dr. James Mitchell",
|
||||
subtitle: "Professor of Civil Engineering",
|
||||
detail: "james.mitchell@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg?_wi=2",
|
||||
imageAlt: "Dr. James Mitchell",
|
||||
},
|
||||
id: "1", title: "Dr. James Mitchell", subtitle: "Professor of Civil Engineering", detail: "james.mitchell@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", imageAlt: "Dr. James Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dr. Sarah Chen",
|
||||
subtitle: "Associate Professor of Software Engineering",
|
||||
detail: "sarah.chen@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-5557.jpg?_wi=2",
|
||||
imageAlt: "Dr. Sarah Chen",
|
||||
},
|
||||
id: "2", title: "Dr. Sarah Chen", subtitle: "Associate Professor of Software Engineering", detail: "sarah.chen@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-5557.jpg", imageAlt: "Dr. Sarah Chen"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
groupTitle: "Business School",
|
||||
members: [
|
||||
id: "business", groupTitle: "Business School", members: [
|
||||
{
|
||||
id: "3",
|
||||
title: "Dr. Robert Williams",
|
||||
subtitle: "Dean and Professor of Finance",
|
||||
detail: "robert.williams@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=2",
|
||||
imageAlt: "Dr. Robert Williams",
|
||||
},
|
||||
id: "3", title: "Dr. Robert Williams", subtitle: "Dean and Professor of Finance", detail: "robert.williams@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "Dr. Robert Williams"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Dr. Maria Rodriguez",
|
||||
subtitle: "Professor of Business Strategy",
|
||||
detail: "maria.rodriguez@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-girl-holding-books_23-2148727798.jpg?_wi=2",
|
||||
imageAlt: "Dr. Maria Rodriguez",
|
||||
},
|
||||
id: "4", title: "Dr. Maria Rodriguez", subtitle: "Professor of Business Strategy", detail: "maria.rodriguez@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-girl-holding-books_23-2148727798.jpg", imageAlt: "Dr. Maria Rodriguez"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -149,21 +101,20 @@ export default function CampusPage() {
|
||||
{ text: "Schedule a Campus Tour", href: "/tour" },
|
||||
{ text: "Learn More About Campus Life", href: "#" },
|
||||
]}
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-shot-beautiful-green-fields-houses-countryside-sunny-day_181624-19279.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-shot-beautiful-green-fields-houses-countryside-sunny-day_181624-19279.jpg"
|
||||
imageAlt="University campus"
|
||||
logoText="University"
|
||||
copyrightText="© 2024 University. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Departments", href: "/departments" },
|
||||
{ label: "Research", href: "/research" },
|
||||
@@ -171,8 +122,7 @@ export default function CampusPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Student Life",
|
||||
items: [
|
||||
title: "Student Life", items: [
|
||||
{ label: "Campus Housing", href: "/housing" },
|
||||
{ label: "Student Organizations", href: "/organizations" },
|
||||
{ label: "Events", href: "/events" },
|
||||
@@ -180,8 +130,7 @@ export default function CampusPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply", href: "/admissions" },
|
||||
{ label: "Tuition & Aid", href: "/financial-aid" },
|
||||
{ label: "Campus Tour", href: "/tour" },
|
||||
|
||||
192
src/app/page.tsx
192
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="mediumLarge"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -37,9 +37,7 @@ export default function HomePage() {
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
]}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -66,10 +64,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About Our University"
|
||||
description={[
|
||||
"Founded in 1892, our university has been a beacon of academic excellence and innovation for over a century. We pride ourselves on fostering intellectual curiosity, critical thinking, and leadership development.",
|
||||
"Our commitment to educational excellence extends beyond the classroom. With world-class faculty, state-of-the-art facilities, and a vibrant campus community, we provide students with the knowledge, skills, and experiences needed to succeed in a rapidly changing world.",
|
||||
"Join thousands of alumni who have made significant contributions to their fields and communities worldwide.",
|
||||
]}
|
||||
"Founded in 1892, our university has been a beacon of academic excellence and innovation for over a century. We pride ourselves on fostering intellectual curiosity, critical thinking, and leadership development.", "Our commitment to educational excellence extends beyond the classroom. With world-class faculty, state-of-the-art facilities, and a vibrant campus community, we provide students with the knowledge, skills, and experiences needed to succeed in a rapidly changing world.", "Join thousands of alumni who have made significant contributions to their fields and communities worldwide."]}
|
||||
buttons={[{ text: "Explore Our History", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={true}
|
||||
@@ -84,35 +79,17 @@ export default function HomePage() {
|
||||
tag="Featured"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Engineering",
|
||||
description:
|
||||
"Cutting-edge programs in civil, mechanical, electrical, and software engineering with hands-on laboratory experience.",
|
||||
tag: "Engineering",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-ray-test-results-right-treatment_482257-123082.jpg?_wi=1",
|
||||
imageAlt: "Engineering students in laboratory",
|
||||
},
|
||||
id: "1", title: "Engineering", description:
|
||||
"Cutting-edge programs in civil, mechanical, electrical, and software engineering with hands-on laboratory experience.", tag: "Engineering", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/radiologists-specialists-examine-x-ray-test-results-right-treatment_482257-123082.jpg", imageAlt: "Engineering students in laboratory"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Business Administration",
|
||||
description:
|
||||
"Comprehensive business education covering finance, management, marketing, and entrepreneurship with industry partnerships.",
|
||||
tag: "Business",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/entrepreneurs-meeting-office_23-2148898680.jpg?_wi=1",
|
||||
imageAlt: "Business classroom with students",
|
||||
},
|
||||
id: "2", title: "Business Administration", description:
|
||||
"Comprehensive business education covering finance, management, marketing, and entrepreneurship with industry partnerships.", tag: "Business", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/entrepreneurs-meeting-office_23-2148898680.jpg", imageAlt: "Business classroom with students"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Natural Sciences",
|
||||
description:
|
||||
"Advanced research opportunities in biology, chemistry, physics, and environmental science with modern research facilities.",
|
||||
tag: "Science",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/groupe-researchers-pharmacology-hospital-laboratory-modern-equipment-research-laboratory_482257-34686.jpg?_wi=1",
|
||||
imageAlt: "Science laboratory research",
|
||||
},
|
||||
id: "3", title: "Natural Sciences", description:
|
||||
"Advanced research opportunities in biology, chemistry, physics, and environmental science with modern research facilities.", tag: "Science", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/groupe-researchers-pharmacology-hospital-laboratory-modern-equipment-research-laboratory_482257-34686.jpg", imageAlt: "Science laboratory research"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -127,35 +104,17 @@ export default function HomePage() {
|
||||
description="Our campus offers exceptional facilities designed to support student success and well-being."
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Modern Library",
|
||||
description:
|
||||
"A comprehensive collection of physical and digital resources with collaborative study spaces and technology centers.",
|
||||
tag: "Academic",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/teen-couple-gossiping-about-classmate_23-2147860643.jpg?_wi=1",
|
||||
imageAlt: "University library interior",
|
||||
},
|
||||
id: "1", title: "Modern Library", description:
|
||||
"A comprehensive collection of physical and digital resources with collaborative study spaces and technology centers.", tag: "Academic", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/teen-couple-gossiping-about-classmate_23-2147860643.jpg", imageAlt: "University library interior"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sports & Recreation",
|
||||
description:
|
||||
"State-of-the-art athletic facilities including Olympic-size pool, gymnasium, and outdoor sports complex.",
|
||||
tag: "Recreation",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-fit-women-running-gym_23-2149386042.jpg?_wi=1",
|
||||
imageAlt: "University sports center",
|
||||
},
|
||||
id: "2", title: "Sports & Recreation", description:
|
||||
"State-of-the-art athletic facilities including Olympic-size pool, gymnasium, and outdoor sports complex.", tag: "Recreation", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-shot-fit-women-running-gym_23-2149386042.jpg", imageAlt: "University sports center"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dining Commons",
|
||||
description:
|
||||
"Modern dining facilities offering diverse cuisine options and casual meeting spaces for students.",
|
||||
tag: "Amenities",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149720809.jpg?_wi=1",
|
||||
imageAlt: "Campus dining hall",
|
||||
},
|
||||
id: "3", title: "Dining Commons", description:
|
||||
"Modern dining facilities offering diverse cuisine options and casual meeting spaces for students.", tag: "Amenities", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-table_23-2149720809.jpg", imageAlt: "Campus dining hall"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -169,32 +128,16 @@ export default function HomePage() {
|
||||
description="See what makes our university stand out through the impact we create."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15000",
|
||||
title: "Students",
|
||||
description: "Diverse student body from 50+ countries",
|
||||
icon: Users,
|
||||
id: "1", value: "15000", title: "Students", description: "Diverse student body from 50+ countries", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98",
|
||||
title: "Percent",
|
||||
description: "Employment rate within 6 months of graduation",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "98", title: "Percent", description: "Employment rate within 6 months of graduation", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500",
|
||||
title: "Faculty",
|
||||
description: "Distinguished scholars and researchers",
|
||||
icon: Award,
|
||||
id: "3", value: "500", title: "Faculty", description: "Distinguished scholars and researchers", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "130",
|
||||
title: "Years",
|
||||
description: "Of academic excellence and innovation",
|
||||
icon: Clock,
|
||||
id: "4", value: "130", title: "Years", description: "Of academic excellence and innovation", icon: Clock,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -210,51 +153,23 @@ export default function HomePage() {
|
||||
description="Our faculty members are leaders in their fields with extensive research and teaching experience."
|
||||
groups={[
|
||||
{
|
||||
id: "engineering",
|
||||
groupTitle: "Engineering Department",
|
||||
members: [
|
||||
id: "engineering", groupTitle: "Engineering Department", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Dr. James Mitchell",
|
||||
subtitle: "Professor of Civil Engineering",
|
||||
detail: "james.mitchell@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg?_wi=1",
|
||||
imageAlt: "Dr. James Mitchell",
|
||||
},
|
||||
id: "1", title: "Dr. James Mitchell", subtitle: "Professor of Civil Engineering", detail: "james.mitchell@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", imageAlt: "Dr. James Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dr. Sarah Chen",
|
||||
subtitle: "Associate Professor of Software Engineering",
|
||||
detail: "sarah.chen@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-5557.jpg?_wi=1",
|
||||
imageAlt: "Dr. Sarah Chen",
|
||||
},
|
||||
id: "2", title: "Dr. Sarah Chen", subtitle: "Associate Professor of Software Engineering", detail: "sarah.chen@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-dressed-formal-suit_273609-5557.jpg", imageAlt: "Dr. Sarah Chen"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
groupTitle: "Business School",
|
||||
members: [
|
||||
id: "business", groupTitle: "Business School", members: [
|
||||
{
|
||||
id: "3",
|
||||
title: "Dr. Robert Williams",
|
||||
subtitle: "Dean and Professor of Finance",
|
||||
detail: "robert.williams@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=1",
|
||||
imageAlt: "Dr. Robert Williams",
|
||||
},
|
||||
id: "3", title: "Dr. Robert Williams", subtitle: "Dean and Professor of Finance", detail: "robert.williams@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", imageAlt: "Dr. Robert Williams"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Dr. Maria Rodriguez",
|
||||
subtitle: "Professor of Business Strategy",
|
||||
detail: "maria.rodriguez@university.edu",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-girl-holding-books_23-2148727798.jpg?_wi=1",
|
||||
imageAlt: "Dr. Maria Rodriguez",
|
||||
},
|
||||
id: "4", title: "Dr. Maria Rodriguez", subtitle: "Professor of Business Strategy", detail: "maria.rodriguez@university.edu", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-girl-holding-books_23-2148727798.jpg", imageAlt: "Dr. Maria Rodriguez"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -271,29 +186,17 @@ export default function HomePage() {
|
||||
author="Emma Thompson, Class of 2022"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
alt: "Emma Thompson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Emma Thompson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg",
|
||||
alt: "Student testimonial 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", alt: "Student testimonial 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg",
|
||||
alt: "Student testimonial 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", alt: "Student testimonial 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-happy-queer-girl-sitting-park-bench-working-remote-from-outdoors-using-laptop-freelancer-doing-her-job-laughing-enjoying-fresh-spring-air_197531-30550.jpg",
|
||||
alt: "Student testimonial 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-happy-queer-girl-sitting-park-bench-working-remote-from-outdoors-using-laptop-freelancer-doing-her-job-laughing-enjoying-fresh-spring-air_197531-30550.jpg", alt: "Student testimonial 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-blinking-eye_1298-120.jpg",
|
||||
alt: "Student testimonial 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-blinking-eye_1298-120.jpg", alt: "Student testimonial 5"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2149375011.jpg",
|
||||
alt: "Student testimonial 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2149375011.jpg", alt: "Student testimonial 6"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -309,21 +212,20 @@ export default function HomePage() {
|
||||
{ text: "Apply Now", href: "/admissions" },
|
||||
{ text: "Schedule a Tour", href: "/tour" },
|
||||
]}
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-shot-beautiful-green-fields-houses-countryside-sunny-day_181624-19279.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-shot-beautiful-green-fields-houses-countryside-sunny-day_181624-19279.jpg"
|
||||
imageAlt="University campus"
|
||||
logoText="University"
|
||||
copyrightText="© 2024 University. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Academics",
|
||||
items: [
|
||||
title: "Academics", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Departments", href: "/departments" },
|
||||
{ label: "Research", href: "/research" },
|
||||
@@ -331,8 +233,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Student Life",
|
||||
items: [
|
||||
title: "Student Life", items: [
|
||||
{ label: "Campus Housing", href: "/housing" },
|
||||
{ label: "Student Organizations", href: "/organizations" },
|
||||
{ label: "Events", href: "/events" },
|
||||
@@ -340,8 +241,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply", href: "/admissions" },
|
||||
{ label: "Tuition & Aid", href: "/financial-aid" },
|
||||
{ label: "Campus Tour", href: "/tour" },
|
||||
|
||||
Reference in New Issue
Block a user