Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,8 +26,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Faculty", href: "/faculty" },
|
||||
@@ -35,8 +34,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Mission & Vision", href: "/about" },
|
||||
{ label: "Leadership", href: "#team" },
|
||||
{ label: "Values", href: "#values" },
|
||||
@@ -44,8 +42,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Student Services", href: "#" },
|
||||
{ label: "Career Services", href: "#" },
|
||||
@@ -80,10 +77,8 @@ export default function AboutPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content:
|
||||
"DHA Suffa University stands as a beacon of academic excellence and transformative education in South Asia",
|
||||
},
|
||||
type: "text", content:
|
||||
"DHA Suffa University stands as a beacon of academic excellence and transformative education in South Asia"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Mission", href: "#" },
|
||||
@@ -99,43 +94,28 @@ export default function AboutPage() {
|
||||
<FeatureBento
|
||||
features={[
|
||||
{
|
||||
title: "Faith",
|
||||
description:
|
||||
"Confidence and trust in Almighty Allah, grounding our mission in spiritual principles and ethical leadership",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Lightbulb,
|
||||
title: "Faith", description:
|
||||
"Confidence and trust in Almighty Allah, grounding our mission in spiritual principles and ethical leadership", bentoComponent: "reveal-icon", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Character",
|
||||
description:
|
||||
"Developing integrity and courage to choose what is right, building ethical leaders for tomorrow",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "Character", description:
|
||||
"Developing integrity and courage to choose what is right, building ethical leaders for tomorrow", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Learning",
|
||||
description:
|
||||
"Encouraging curiosity and lifelong knowledge pursuit across all disciplines and domains",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BookOpen,
|
||||
title: "Learning", description:
|
||||
"Encouraging curiosity and lifelong knowledge pursuit across all disciplines and domains", bentoComponent: "reveal-icon", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Diversity",
|
||||
description:
|
||||
"Welcoming people from all backgrounds and perspectives to enrich our community and foster inclusion",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Diversity", description:
|
||||
"Welcoming people from all backgrounds and perspectives to enrich our community and foster inclusion", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Discovery",
|
||||
description:
|
||||
"Promoting research and scientific exploration to advance human knowledge and solve global challenges",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Microscope,
|
||||
title: "Discovery", description:
|
||||
"Promoting research and scientific exploration to advance human knowledge and solve global challenges", bentoComponent: "reveal-icon", icon: Microscope,
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
animationType="scale-rotate"
|
||||
animationType="blur-reveal"
|
||||
title="Our Core Values"
|
||||
description="The principles that guide every decision and action at DHA Suffa University"
|
||||
tag="Foundation"
|
||||
@@ -148,7 +128,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg"
|
||||
imageAlt="DHA Suffa University Campus at Sunset"
|
||||
logoText="DHA Suffa University"
|
||||
copyrightText="© 2025 DHA Suffa University. All rights reserved."
|
||||
|
||||
330
src/app/page.tsx
330
src/app/page.tsx
@@ -45,8 +45,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Programs", href: "/programs" },
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Faculty", href: "/faculty" },
|
||||
@@ -54,8 +53,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Mission & Vision", href: "/about" },
|
||||
{ label: "Leadership", href: "#team" },
|
||||
{ label: "Values", href: "#values" },
|
||||
@@ -63,8 +61,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Student Services", href: "#" },
|
||||
{ label: "Career Services", href: "#" },
|
||||
@@ -110,41 +107,23 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg?_wi=1",
|
||||
imageAlt: "DHA Suffa University Campus",
|
||||
},
|
||||
id: "carousel-1", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", imageAlt: "DHA Suffa University Campus"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aerial-shot-king-s-college-campus-cambridge-university-cambridge-united-kingdom_181624-3293.jpg",
|
||||
imageAlt: "Aerial View of Campus",
|
||||
},
|
||||
id: "carousel-2", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/aerial-shot-king-s-college-campus-cambridge-university-cambridge-united-kingdom_181624-3293.jpg", imageAlt: "Aerial View of Campus"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg",
|
||||
imageAlt: "Students in Classroom",
|
||||
},
|
||||
id: "carousel-3", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg", imageAlt: "Students in Classroom"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg",
|
||||
imageAlt: "Research Laboratory",
|
||||
},
|
||||
id: "carousel-4", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-man-scientist-looking-pensive-chemical-solution-test-tubes-team-chemical-chemists-working-together-sterile-microbiology-lab-doing-research_482257-10055.jpg", imageAlt: "Research Laboratory"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-concentrated-students-studying-outdoors_171337-11729.jpg",
|
||||
imageAlt: "Campus Activities",
|
||||
},
|
||||
id: "carousel-5", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-concentrated-students-studying-outdoors_171337-11729.jpg", imageAlt: "Campus Activities"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg?_wi=2",
|
||||
imageAlt: "DHA Suffa University",
|
||||
},
|
||||
id: "carousel-6", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", imageAlt: "DHA Suffa University"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -159,11 +138,8 @@ export default function HomePage() {
|
||||
{ id: "programs", icon: BookOpen, title: "Programs", value: "30+" },
|
||||
{ id: "faculty", icon: Briefcase, title: "Faculty", value: "200+" },
|
||||
{
|
||||
id: "research",
|
||||
icon: Microscope,
|
||||
title: "Research Projects",
|
||||
value: "150+",
|
||||
},
|
||||
id: "research", icon: Microscope,
|
||||
title: "Research Projects", value: "150+"},
|
||||
]}
|
||||
title="University Highlights"
|
||||
description="DHA Suffa University by the Numbers - A Commitment to Excellence"
|
||||
@@ -181,17 +157,11 @@ export default function HomePage() {
|
||||
<FeatureBento
|
||||
features={[
|
||||
{
|
||||
title: "Engineering",
|
||||
description:
|
||||
"Advanced engineering programs combining theory with practical application",
|
||||
bentoComponent: "globe",
|
||||
},
|
||||
title: "Engineering", description:
|
||||
"Advanced engineering programs combining theory with practical application", bentoComponent: "globe"},
|
||||
{
|
||||
title: "Computer Science",
|
||||
description:
|
||||
"Cutting-edge CS programs including AI, data science, and software engineering",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Code,
|
||||
title: "Computer Science", description:
|
||||
"Cutting-edge CS programs including AI, data science, and software engineering", bentoComponent: "orbiting-icons", centerIcon: Code,
|
||||
items: [
|
||||
{ icon: Brain, ring: 1 },
|
||||
{ icon: Database, ring: 2 },
|
||||
@@ -199,45 +169,27 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Management Sciences",
|
||||
description:
|
||||
"Business programs focused on leadership and strategic thinking",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Management Sciences", description:
|
||||
"Business programs focused on leadership and strategic thinking", bentoComponent: "animated-bar-chart"},
|
||||
{
|
||||
title: "Humanities & Social Sciences",
|
||||
description:
|
||||
"Programs exploring culture, society, and human development",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Humanities & Social Sciences", description:
|
||||
"Programs exploring culture, society, and human development", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: BookOpen, label: "English", value: "Literature & Linguistics" },
|
||||
{ icon: Globe, label: "International Relations", value: "Global Studies" },
|
||||
{ icon: Heart, label: "Psychology", value: "Behavioral Science" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "New Initiatives",
|
||||
description:
|
||||
"Innovative programs including Business Analytics, Computational Mathematics & Data Science",
|
||||
bentoComponent: "timeline",
|
||||
heading: "Program Evolution",
|
||||
subheading: "Latest Additions",
|
||||
items: [
|
||||
title: "New Initiatives", description:
|
||||
"Innovative programs including Business Analytics, Computational Mathematics & Data Science", bentoComponent: "timeline", heading: "Program Evolution", subheading: "Latest Additions", items: [
|
||||
{
|
||||
label: "BS Data Science",
|
||||
detail: "Advanced analytics and machine learning",
|
||||
},
|
||||
label: "BS Data Science", detail: "Advanced analytics and machine learning"},
|
||||
{
|
||||
label: "BS Business Analytics",
|
||||
detail: "Data-driven business decision making",
|
||||
},
|
||||
label: "BS Business Analytics", detail: "Data-driven business decision making"},
|
||||
{
|
||||
label: "BS Accounting & Finance",
|
||||
detail: "Financial leadership and management",
|
||||
},
|
||||
label: "BS Accounting & Finance", detail: "Financial leadership and management"},
|
||||
],
|
||||
completedLabel: "Established",
|
||||
},
|
||||
completedLabel: "Established"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
@@ -270,43 +222,28 @@ export default function HomePage() {
|
||||
<FeatureBento
|
||||
features={[
|
||||
{
|
||||
title: "Faith",
|
||||
description:
|
||||
"Confidence and trust in Almighty Allah, grounding our mission in spiritual principles",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Lightbulb,
|
||||
title: "Faith", description:
|
||||
"Confidence and trust in Almighty Allah, grounding our mission in spiritual principles", bentoComponent: "reveal-icon", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Character",
|
||||
description:
|
||||
"Developing integrity and courage to choose what is right, building ethical leaders",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
title: "Character", description:
|
||||
"Developing integrity and courage to choose what is right, building ethical leaders", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Learning",
|
||||
description:
|
||||
"Encouraging curiosity and lifelong knowledge pursuit across all disciplines",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BookOpen,
|
||||
title: "Learning", description:
|
||||
"Encouraging curiosity and lifelong knowledge pursuit across all disciplines", bentoComponent: "reveal-icon", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Diversity",
|
||||
description:
|
||||
"Welcoming people from all backgrounds and perspectives to enrich our community",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Diversity", description:
|
||||
"Welcoming people from all backgrounds and perspectives to enrich our community", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Discovery",
|
||||
description:
|
||||
"Promoting research and scientific exploration to advance human knowledge",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Microscope,
|
||||
title: "Discovery", description:
|
||||
"Promoting research and scientific exploration to advance human knowledge", bentoComponent: "reveal-icon", icon: Microscope,
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
animationType="scale-rotate"
|
||||
animationType="blur-reveal"
|
||||
title="Core Values"
|
||||
description="The principles that guide every decision and action at DHA Suffa University"
|
||||
tag="Foundation"
|
||||
@@ -321,23 +258,14 @@ export default function HomePage() {
|
||||
<FeatureBento
|
||||
features={[
|
||||
{
|
||||
title: "Research Labs",
|
||||
description:
|
||||
"State-of-the-art facilities for groundbreaking research across multiple disciplines",
|
||||
bentoComponent: "map",
|
||||
},
|
||||
title: "Research Labs", description:
|
||||
"State-of-the-art facilities for groundbreaking research across multiple disciplines", bentoComponent: "map"},
|
||||
{
|
||||
title: "Publications & Impact",
|
||||
description:
|
||||
"Peer-reviewed publications and research contributions to global academic community",
|
||||
bentoComponent: "line-chart",
|
||||
},
|
||||
title: "Publications & Impact", description:
|
||||
"Peer-reviewed publications and research contributions to global academic community", bentoComponent: "line-chart"},
|
||||
{
|
||||
title: "Innovation Hubs",
|
||||
description:
|
||||
"Collaborative spaces where students and faculty develop solutions for real-world challenges",
|
||||
bentoComponent: "3d-card-grid",
|
||||
items: [
|
||||
title: "Innovation Hubs", description:
|
||||
"Collaborative spaces where students and faculty develop solutions for real-world challenges", bentoComponent: "3d-card-grid", items: [
|
||||
{ name: "AI Lab", icon: Brain },
|
||||
{ name: "Robotics", icon: Cpu },
|
||||
{ name: "Biotech", icon: Microscope },
|
||||
@@ -346,13 +274,9 @@ export default function HomePage() {
|
||||
centerIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Faculty Expertise",
|
||||
description:
|
||||
"Distinguished faculty conducting pioneering research and mentoring the next generation",
|
||||
bentoComponent: "marquee",
|
||||
centerIcon: Award,
|
||||
variant: "icon",
|
||||
icons: [Trophy, Star, Zap, Award, Lightbulb],
|
||||
title: "Faculty Expertise", description:
|
||||
"Distinguished faculty conducting pioneering research and mentoring the next generation", bentoComponent: "marquee", centerIcon: Award,
|
||||
variant: "icon", icons: [Trophy, Star, Zap, Award, Lightbulb],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -373,29 +297,14 @@ export default function HomePage() {
|
||||
<TeamCardOne
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Lt Gen Muhammad Avais Dastagir",
|
||||
role: "President Executive Board",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg?_wi=1",
|
||||
imageAlt: "Lt Gen Muhammad Avais Dastagir",
|
||||
},
|
||||
id: "1", name: "Lt Gen Muhammad Avais Dastagir", role: "President Executive Board", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg", imageAlt: "Lt Gen Muhammad Avais Dastagir"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lt Gen Babar Iftikhar",
|
||||
role: "Commander 5 Corps",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg?_wi=2",
|
||||
imageAlt: "Lt Gen Babar Iftikhar",
|
||||
},
|
||||
id: "2", name: "Lt Gen Babar Iftikhar", role: "Commander 5 Corps", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg", imageAlt: "Lt Gen Babar Iftikhar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lt Gen Muhammad Saeed",
|
||||
role: "Previous Commander",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg?_wi=3",
|
||||
imageAlt: "Lt Gen Muhammad Saeed",
|
||||
},
|
||||
id: "3", name: "Lt Gen Muhammad Saeed", role: "Previous Commander", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg", imageAlt: "Lt Gen Muhammad Saeed"},
|
||||
]}
|
||||
title="University Leadership"
|
||||
description="Distinguished leaders committed to academic excellence and institutional growth"
|
||||
@@ -413,71 +322,35 @@ export default function HomePage() {
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Ahmed",
|
||||
handle: "@fatima_cs",
|
||||
testimonial:
|
||||
"DHA Suffa transformed my passion for technology into a rewarding career. The faculty guidance and research opportunities were exceptional.",
|
||||
rating: 5,
|
||||
id: "1", name: "Fatima Ahmed", handle: "@fatima_cs", testimonial:
|
||||
"DHA Suffa transformed my passion for technology into a rewarding career. The faculty guidance and research opportunities were exceptional.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1",
|
||||
imageAlt: "Fatima Ahmed",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Fatima Ahmed"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hassan Khan",
|
||||
handle: "@hassan_eng",
|
||||
testimonial:
|
||||
"The engineering program equipped me with both theoretical knowledge and practical skills. I landed my dream job within months of graduation.",
|
||||
rating: 5,
|
||||
id: "2", name: "Hassan Khan", handle: "@hassan_eng", testimonial:
|
||||
"The engineering program equipped me with both theoretical knowledge and practical skills. I landed my dream job within months of graduation.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2",
|
||||
imageAlt: "Hassan Khan",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Hassan Khan"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ayesha Malik",
|
||||
handle: "@ayesha_biz",
|
||||
testimonial:
|
||||
"The management sciences curriculum prepared me for global business challenges. The international exposure and mentorship were invaluable.",
|
||||
rating: 5,
|
||||
id: "3", name: "Ayesha Malik", handle: "@ayesha_biz", testimonial:
|
||||
"The management sciences curriculum prepared me for global business challenges. The international exposure and mentorship were invaluable.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=3",
|
||||
imageAlt: "Ayesha Malik",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Ayesha Malik"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ahmed Raza",
|
||||
handle: "@ahmed_research",
|
||||
testimonial:
|
||||
"Being part of the research community at DHA Suffa opened doors I never imagined. The university truly invests in student potential.",
|
||||
rating: 5,
|
||||
id: "4", name: "Ahmed Raza", handle: "@ahmed_research", testimonial:
|
||||
"Being part of the research community at DHA Suffa opened doors I never imagined. The university truly invests in student potential.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=4",
|
||||
imageAlt: "Ahmed Raza",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Ahmed Raza"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zara Hussein",
|
||||
handle: "@zara_innovation",
|
||||
testimonial:
|
||||
"The innovation labs and entrepreneurship support helped me launch my startup. DHA Suffa is truly fostering the next generation of leaders.",
|
||||
rating: 5,
|
||||
id: "5", name: "Zara Hussein", handle: "@zara_innovation", testimonial:
|
||||
"The innovation labs and entrepreneurship support helped me launch my startup. DHA Suffa is truly fostering the next generation of leaders.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=5",
|
||||
imageAlt: "Zara Hussein",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Zara Hussein"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ali Siddiqui",
|
||||
handle: "@ali_leader",
|
||||
testimonial:
|
||||
"The blend of academic rigor and character development made my time here truly transformative. I feel prepared for any challenge ahead.",
|
||||
rating: 5,
|
||||
id: "6", name: "Ali Siddiqui", handle: "@ali_leader", testimonial:
|
||||
"The blend of academic rigor and character development made my time here truly transformative. I feel prepared for any challenge ahead.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=6",
|
||||
imageAlt: "Ali Siddiqui",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Ali Siddiqui"},
|
||||
]}
|
||||
showRating={true}
|
||||
carouselMode="buttons"
|
||||
@@ -498,47 +371,20 @@ export default function HomePage() {
|
||||
<BlogCardThree
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Research",
|
||||
title: "Breakthrough in AI Research Collaboration",
|
||||
excerpt:
|
||||
"DHA Suffa partners with international institutions on cutting-edge artificial intelligence initiatives",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/magnifying-glass-with-stack-books-table_1252-720.jpg",
|
||||
imageAlt: "AI Research Laboratory",
|
||||
authorName: "Dr. Sarah Khan",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg",
|
||||
date: "January 15, 2025",
|
||||
},
|
||||
id: "1", category: "Research", title: "Breakthrough in AI Research Collaboration", excerpt:
|
||||
"DHA Suffa partners with international institutions on cutting-edge artificial intelligence initiatives", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/magnifying-glass-with-stack-books-table_1252-720.jpg", imageAlt: "AI Research Laboratory", authorName: "Dr. Sarah Khan", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg", date: "January 15, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Student Achievement",
|
||||
title: "Our Students Win Global Innovation Challenge",
|
||||
excerpt:
|
||||
"Three DHA Suffa student teams recognized at the International Engineering Summit for sustainable solutions",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/three-happy-international-graduate-friends-greeting-university-campus-graduation-robes-with-diploma_496169-1360.jpg",
|
||||
imageAlt: "Student Achievement",
|
||||
authorName: "Prof. Hassan Ali",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg",
|
||||
date: "January 10, 2025",
|
||||
},
|
||||
id: "2", category: "Student Achievement", title: "Our Students Win Global Innovation Challenge", excerpt:
|
||||
"Three DHA Suffa student teams recognized at the International Engineering Summit for sustainable solutions", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/three-happy-international-graduate-friends-greeting-university-campus-graduation-robes-with-diploma_496169-1360.jpg", imageAlt: "Student Achievement", authorName: "Prof. Hassan Ali", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg", date: "January 10, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Campus Events",
|
||||
title: "Annual Symposium Brings Global Scholars",
|
||||
excerpt:
|
||||
"Leading academics and industry experts convene at DHA Suffa for knowledge exchange and networking",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/offering-new-strategies_1098-16068.jpg",
|
||||
imageAlt: "Academic Symposium",
|
||||
authorName: "Events Team",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg",
|
||||
date: "January 5, 2025",
|
||||
},
|
||||
id: "3", category: "Campus Events", title: "Annual Symposium Brings Global Scholars", excerpt:
|
||||
"Leading academics and industry experts convene at DHA Suffa for knowledge exchange and networking", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/offering-new-strategies_1098-16068.jpg", imageAlt: "Academic Symposium", authorName: "Events Team", authorAvatar:
|
||||
"http://img.b2bpic.net/free-photo/old-general-uniform-medium-shot_23-2149742916.jpg", date: "January 5, 2025"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
@@ -556,7 +402,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg"
|
||||
imageAlt="DHA Suffa University Campus at Sunset"
|
||||
logoText="DHA Suffa University"
|
||||
copyrightText="© 2025 DHA Suffa University. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user