Merge version_1 into main #2
@@ -49,28 +49,21 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=14"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg"
|
||||
imageAlt="Gradsy Institute campus"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Excellence First",
|
||||
description: "We maintain the highest standards in curriculum design, faculty expertise, and student support. Every program is built with academic rigor and industry relevance.",
|
||||
icon: Trophy
|
||||
title: "Excellence First", description: "We maintain the highest standards in curriculum design, faculty expertise, and student support. Every program is built with academic rigor and industry relevance.", icon: Trophy
|
||||
},
|
||||
{
|
||||
title: "Accessibility",
|
||||
description: "Premium education should be within reach. We offer flexible payment plans, scholarships, and diverse learning formats to serve all ambitious learners.",
|
||||
icon: DollarSign
|
||||
title: "Accessibility", description: "Premium education should be within reach. We offer flexible payment plans, scholarships, and diverse learning formats to serve all ambitious learners.", icon: DollarSign
|
||||
},
|
||||
{
|
||||
title: "Professional Growth",
|
||||
description: "We invest in your future through mentorship programs, networking opportunities, and career development. Your success is our success.",
|
||||
icon: Users
|
||||
title: "Professional Growth", description: "We invest in your future through mentorship programs, networking opportunities, and career development. Your success is our success.", icon: Users
|
||||
},
|
||||
{
|
||||
title: "Innovation",
|
||||
description: "Business is evolving rapidly. Our curriculum integrates emerging technologies, real-world case studies, and industry partnerships to keep you ahead.",
|
||||
icon: Clock
|
||||
title: "Innovation", description: "Business is evolving rapidly. Our curriculum integrates emerging technologies, real-world case studies, and industry partnerships to keep you ahead.", icon: Clock
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -97,30 +90,21 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Industry Experts",
|
||||
description: "Our faculty includes seasoned executives, entrepreneurs, and consultants with active roles in leading companies. They mentor students through real business challenges and opportunities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=15",
|
||||
imageAlt: "Faculty Teaching"
|
||||
title: "Industry Experts", description: "Our faculty includes seasoned executives, entrepreneurs, and consultants with active roles in leading companies. They mentor students through real business challenges and opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Faculty Teaching"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Mentorship Program",
|
||||
description: "Beyond the classroom, every student is paired with a faculty mentor for personalized guidance. We focus on developing not just skills, but professional character and leadership qualities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=16",
|
||||
imageAlt: "Mentorship Sessions"
|
||||
title: "Mentorship Program", description: "Beyond the classroom, every student is paired with a faculty mentor for personalized guidance. We focus on developing not just skills, but professional character and leadership qualities.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Mentorship Sessions"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Continuous Learning",
|
||||
description: "Our faculty members actively participate in professional development, industry conferences, and research. Their expertise stays current with market trends and business evolution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=17",
|
||||
imageAlt: "Professional Development"
|
||||
title: "Continuous Learning", description: "Our faculty members actively participate in professional development, industry conferences, and research. Their expertise stays current with market trends and business evolution.", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Professional Development"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold mb-4"
|
||||
descriptionClassName="text-lg md:text-xl max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4"
|
||||
textBoxDescriptionClassName="text-lg md:text-xl max-w-2xl"
|
||||
cardClassName="rounded-lg shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
@@ -147,14 +131,13 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg"
|
||||
imageAlt="Gradsy Institute Campus"
|
||||
logoText="Gradsy Institute of Business & Technology"
|
||||
copyrightText="© 2025 Gradsy Institute. All rights reserved. Empowering Future Leaders."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "BBA (Bachelor of Business Administration)", href: "/programs" },
|
||||
{ label: "Technology Integration", href: "/programs" },
|
||||
{ label: "Professional Development", href: "/programs" },
|
||||
@@ -162,8 +145,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty & Staff", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
@@ -171,8 +153,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Campus Location", href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan" },
|
||||
|
||||
@@ -53,16 +53,13 @@ export default function AdmissionsPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=18",
|
||||
imageAlt: "Modern business campus with diverse students"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Modern business campus with diverse students"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=19",
|
||||
imageAlt: "BBA program classroom environment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "BBA program classroom environment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=20",
|
||||
imageAlt: "Professional learning environment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Professional learning environment"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -84,27 +81,21 @@ export default function AdmissionsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=21"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg"
|
||||
imageAlt="Admissions process illustration"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Complete Application",
|
||||
description: "Submit your basic information, educational background, and career goals through our online portal. Takes approximately 10-15 minutes.",
|
||||
icon: FileCheck
|
||||
title: "Complete Application", description: "Submit your basic information, educational background, and career goals through our online portal. Takes approximately 10-15 minutes.", icon: FileCheck
|
||||
},
|
||||
{
|
||||
title: "Document Upload",
|
||||
description: "Provide copies of your academic transcripts, professional resume, and any relevant certifications. Accepted in PDF or image format.",
|
||||
icon: CheckCircle
|
||||
title: "Document Upload", description: "Provide copies of your academic transcripts, professional resume, and any relevant certifications. Accepted in PDF or image format.", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Admissions Interview",
|
||||
description: "Our admissions team will contact you to schedule a brief interview. This is your opportunity to learn about the program and express your aspirations.",
|
||||
icon: Clock
|
||||
title: "Admissions Interview", description: "Our admissions team will contact you to schedule a brief interview. This is your opportunity to learn about the program and express your aspirations.", icon: Clock
|
||||
},
|
||||
{
|
||||
title: "Enrollment & Start",
|
||||
description: "Once approved, complete your enrollment, finalize payment plans, and join your cohort. Classes start at the beginning of each month."
|
||||
title: "Enrollment & Start", description: "Once approved, complete your enrollment, finalize payment plans, and join your cohort. Classes start at the beginning of each month."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -128,27 +119,21 @@ export default function AdmissionsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=22"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg"
|
||||
imageAlt="Eligibility criteria"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Academic Background",
|
||||
description: "High school diploma (FSc/A-Level) or equivalent. College/University undergraduate degree preferred but not required for executive programs.",
|
||||
icon: FileCheck
|
||||
title: "Academic Background", description: "High school diploma (FSc/A-Level) or equivalent. College/University undergraduate degree preferred but not required for executive programs.", icon: FileCheck
|
||||
},
|
||||
{
|
||||
title: "Professional Experience",
|
||||
description: "While not required, 2+ years of work experience is beneficial. We recognize that mature professionals bring valuable perspectives to the classroom.",
|
||||
icon: Clock
|
||||
title: "Professional Experience", description: "While not required, 2+ years of work experience is beneficial. We recognize that mature professionals bring valuable perspectives to the classroom.", icon: Clock
|
||||
},
|
||||
{
|
||||
title: "English Proficiency",
|
||||
description: "Comfortable conversational and written English is essential. IELTS or TOEFL scores may be required for international applicants.",
|
||||
icon: CheckCircle
|
||||
title: "English Proficiency", description: "Comfortable conversational and written English is essential. IELTS or TOEFL scores may be required for international applicants.", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Motivation & Commitment",
|
||||
description: "We seek candidates genuinely committed to their professional development. Your statement of purpose is a key part of our evaluation."
|
||||
title: "Motivation & Commitment", description: "We seek candidates genuinely committed to their professional development. Your statement of purpose is a key part of our evaluation."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -184,14 +169,13 @@ export default function AdmissionsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg"
|
||||
imageAlt="Gradsy Institute Campus"
|
||||
logoText="Gradsy Institute of Business & Technology"
|
||||
copyrightText="© 2025 Gradsy Institute. All rights reserved. Empowering Future Leaders."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "BBA (Bachelor of Business Administration)", href: "/programs" },
|
||||
{ label: "Technology Integration", href: "/programs" },
|
||||
{ label: "Professional Development", href: "/programs" },
|
||||
@@ -199,8 +183,7 @@ export default function AdmissionsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Faculty & Staff", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
@@ -208,8 +191,7 @@ export default function AdmissionsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Admissions", href: "/admissions" },
|
||||
{ label: "Campus Location", href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan" },
|
||||
|
||||
@@ -49,39 +49,28 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=23"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg"
|
||||
imageAlt="Gradsy Institute campus"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Phone",
|
||||
description: "+92 334 1858211 - Available Monday to Friday, 9 AM to 5 PM",
|
||||
icon: Phone,
|
||||
title: "Phone", description: "+92 334 1858211 - Available Monday to Friday, 9 AM to 5 PM", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Email",
|
||||
description: "info@gradsy.edu.pk - We respond within 24 hours",
|
||||
icon: Mail,
|
||||
title: "Email", description: "info@gradsy.edu.pk - We respond within 24 hours", icon: Mail,
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
description: "Plot No. D 76, Ayesha Manzil, Block 5 Gulberg Town, Karachi, Pakistan",
|
||||
icon: MapPin,
|
||||
title: "Location", description: "Plot No. D 76, Ayesha Manzil, Block 5 Gulberg Town, Karachi, Pakistan", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Office Hours",
|
||||
description: "Monday - Friday: 9:00 AM - 5:00 PM | Saturday: 10:00 AM - 2:00 PM",
|
||||
icon: CheckCircle,
|
||||
title: "Office Hours", description: "Monday - Friday: 9:00 AM - 5:00 PM | Saturday: 10:00 AM - 2:00 PM", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Campus on Map",
|
||||
href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan",
|
||||
},
|
||||
text: "View Campus on Map", href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@gradsy.edu.pk",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@gradsy.edu.pk"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="py-16 md:py-24"
|
||||
@@ -99,18 +88,13 @@ export default function ContactPage() {
|
||||
description="Whether you're interested in our BBA program, want to schedule a campus tour, or have specific questions about admissions, our team is ready to assist you. Let's start your journey to business excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "/contact"},
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
},
|
||||
text: "Apply Now", href: "/admissions"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
className="py-20 md:py-28"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold mb-6"
|
||||
@@ -120,72 +104,45 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg"
|
||||
imageAlt="Gradsy Institute Campus"
|
||||
logoText="Gradsy Institute of Business & Technology"
|
||||
copyrightText="© 2025 Gradsy Institute. All rights reserved. Empowering Future Leaders."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "BBA (Bachelor of Business Administration)",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "BBA (Bachelor of Business Administration)", href: "/programs"},
|
||||
{
|
||||
label: "Technology Integration",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Technology Integration", href: "/programs"},
|
||||
{
|
||||
label: "Professional Development",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Professional Development", href: "/programs"},
|
||||
{
|
||||
label: "Flexible Learning Options",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Flexible Learning Options", href: "/programs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Mission", href: "/about"},
|
||||
{
|
||||
label: "Faculty & Staff",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Faculty & Staff", href: "/about"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Careers", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "/admissions",
|
||||
},
|
||||
label: "Admissions", href: "/admissions"},
|
||||
{
|
||||
label: "Campus Location",
|
||||
href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan",
|
||||
},
|
||||
label: "Campus Location", href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan"},
|
||||
{
|
||||
label: "Phone: +92 334 1858211",
|
||||
href: "tel:+923341858211",
|
||||
},
|
||||
label: "Phone: +92 334 1858211", href: "tel:+923341858211"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
249
src/app/page.tsx
249
src/app/page.tsx
@@ -60,36 +60,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our BBA Program",
|
||||
href: "/programs",
|
||||
},
|
||||
text: "Explore Our BBA Program", href: "/programs"},
|
||||
{
|
||||
text: "Apply Today",
|
||||
href: "/admissions",
|
||||
},
|
||||
text: "Apply Today", href: "/admissions"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=1",
|
||||
imageAlt: "Modern business campus with diverse students",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Modern business campus with diverse students"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=2",
|
||||
imageAlt: "BBA program classroom environment",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "BBA program classroom environment"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=3",
|
||||
imageAlt: "Professional learning environment",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Professional learning environment"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
className="w-full"
|
||||
containerClassName="flex flex-col items-center justify-center"
|
||||
titleClassName="text-5xl md:text-6xl font-extrabold"
|
||||
@@ -107,18 +96,13 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"⭐⭐⭐⭐⭐ 4.7/5 Google Reviews",
|
||||
"✓ Flexible Learning Schedules",
|
||||
"✓ Industry Expert Faculty",
|
||||
"✓ Affordable Excellence",
|
||||
"✓ Professional Development Focus",
|
||||
]}
|
||||
"⭐⭐⭐⭐⭐ 4.7/5 Google Reviews", "✓ Flexible Learning Schedules", "✓ Industry Expert Faculty", "✓ Affordable Excellence", "✓ Professional Development Focus"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
className="py-12 md:py-16"
|
||||
containerClassName="bg-opacity-50"
|
||||
titleClassName="text-3xl md:text-4xl font-extrabold text-center"
|
||||
descriptionClassName="text-center text-lg"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-extrabold text-center"
|
||||
textBoxDescriptionClassName="text-center text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,31 +111,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "BBA (Bachelor of Business Administration)",
|
||||
description:
|
||||
"Our flagship program combining business fundamentals with technology integration. Flexible schedules perfect for working professionals. Top-tier faculty with industry expertise. Recognized curriculum preparing students for corporate leadership.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=4",
|
||||
imageAlt: "BBA Program",
|
||||
},
|
||||
title: "BBA (Bachelor of Business Administration)", description:
|
||||
"Our flagship program combining business fundamentals with technology integration. Flexible schedules perfect for working professionals. Top-tier faculty with industry expertise. Recognized curriculum preparing students for corporate leadership.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "BBA Program"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Technology Integration",
|
||||
description:
|
||||
"Modern curriculum incorporating digital transformation, data analytics, and business technology. Hands-on projects with real-world applications. Partnerships with leading tech companies for internships and placements.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=5",
|
||||
imageAlt: "Technology Lab",
|
||||
},
|
||||
title: "Technology Integration", description:
|
||||
"Modern curriculum incorporating digital transformation, data analytics, and business technology. Hands-on projects with real-world applications. Partnerships with leading tech companies for internships and placements.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Technology Lab"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Professional Development",
|
||||
description:
|
||||
"Structured mentorship programs connecting students with industry leaders. Career counseling and job placement assistance. Networking events and alumni connections. Continuous skill development workshops.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=6",
|
||||
imageAlt: "Professional Development",
|
||||
},
|
||||
title: "Professional Development", description:
|
||||
"Structured mentorship programs connecting students with industry leaders. Career counseling and job placement assistance. Networking events and alumni connections. Continuous skill development workshops.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Professional Development"},
|
||||
]}
|
||||
title="Academic Excellence Programs"
|
||||
description="World-class education tailored for ambitious students and working professionals"
|
||||
@@ -163,8 +135,8 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
buttonAnimation="slide-up"
|
||||
className="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold mb-4"
|
||||
descriptionClassName="text-lg md:text-xl max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4"
|
||||
textBoxDescriptionClassName="text-lg md:text-xl max-w-2xl"
|
||||
cardClassName="rounded-lg shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
@@ -179,43 +151,32 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg"
|
||||
imageAlt="Gradsy Institute campus"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Flexible Learning",
|
||||
description:
|
||||
"Ideal for job professionals. Classes designed around working schedules with evening and weekend options. Online and hybrid learning available.",
|
||||
icon: Clock,
|
||||
title: "Flexible Learning", description:
|
||||
"Ideal for job professionals. Classes designed around working schedules with evening and weekend options. Online and hybrid learning available.", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Top-Tier Faculty",
|
||||
description:
|
||||
"Expert educators and industry leaders with decades of combined experience. Personal mentorship and career guidance from accomplished professionals.",
|
||||
icon: Users,
|
||||
title: "Top-Tier Faculty", description:
|
||||
"Expert educators and industry leaders with decades of combined experience. Personal mentorship and career guidance from accomplished professionals.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Affordable Excellence",
|
||||
description:
|
||||
"Premium education within reach. Flexible payment plans and scholarship opportunities. Outstanding ROI on your educational investment.",
|
||||
icon: DollarSign,
|
||||
title: "Affordable Excellence", description:
|
||||
"Premium education within reach. Flexible payment plans and scholarship opportunities. Outstanding ROI on your educational investment.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Industry Recognition",
|
||||
description:
|
||||
"Highly recommended by employers. Strong alumni network in corporate leadership. Recognized degree with excellent placement rates.",
|
||||
icon: Trophy,
|
||||
title: "Industry Recognition", description:
|
||||
"Highly recommended by employers. Strong alumni network in corporate leadership. Recognized degree with excellent placement rates.", icon: Trophy,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
{
|
||||
text: "Schedule a Tour",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Tour", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="py-16 md:py-24"
|
||||
@@ -228,65 +189,29 @@ export default function HomePage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayesha Khan",
|
||||
role: "Marketing Manager at Tech Solutions",
|
||||
testimonial:
|
||||
"Affordable and flexible for job professionals, wonderful experience. The program transformed my career trajectory and gave me the skills needed for senior management.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-digital-nomad-woman-with-tablet-working-outdoors-fresh-air-smiling-looking-away_1258-194355.jpg",
|
||||
imageAlt: "Ayesha Khan",
|
||||
},
|
||||
id: "1", name: "Ayesha Khan", role: "Marketing Manager at Tech Solutions", testimonial:
|
||||
"Affordable and flexible for job professionals, wonderful experience. The program transformed my career trajectory and gave me the skills needed for senior management.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-digital-nomad-woman-with-tablet-working-outdoors-fresh-air-smiling-looking-away_1258-194355.jpg", imageAlt: "Ayesha Khan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Muhammad Hassan",
|
||||
role: "Business Analyst at Digital First",
|
||||
testimonial:
|
||||
"One of the best institutions for BBA in Karachi. The faculty genuinely cares about student success and the curriculum is industry-relevant.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg",
|
||||
imageAlt: "Muhammad Hassan",
|
||||
},
|
||||
id: "2", name: "Muhammad Hassan", role: "Business Analyst at Digital First", testimonial:
|
||||
"One of the best institutions for BBA in Karachi. The faculty genuinely cares about student success and the curriculum is industry-relevant.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg", imageAlt: "Muhammad Hassan"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Ahmed",
|
||||
role: "Entrepreneur, Digital Marketing Agency",
|
||||
testimonial:
|
||||
"Flexible scheduling allowed me to start my own business while completing my degree. The business fundamentals I learned are directly applicable to my ventures.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg",
|
||||
imageAlt: "Fatima Ahmed",
|
||||
},
|
||||
id: "3", name: "Fatima Ahmed", role: "Entrepreneur, Digital Marketing Agency", testimonial:
|
||||
"Flexible scheduling allowed me to start my own business while completing my degree. The business fundamentals I learned are directly applicable to my ventures.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "Fatima Ahmed"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ali Raza",
|
||||
role: "Senior Manager at Global Finance Corp",
|
||||
testimonial:
|
||||
"The networking opportunities and mentor relationships formed at Gradsy were invaluable. This institute truly invests in your professional growth.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13330.jpg",
|
||||
imageAlt: "Ali Raza",
|
||||
},
|
||||
id: "4", name: "Ali Raza", role: "Senior Manager at Global Finance Corp", testimonial:
|
||||
"The networking opportunities and mentor relationships formed at Gradsy were invaluable. This institute truly invests in your professional growth.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13330.jpg", imageAlt: "Ali Raza"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zara Malik",
|
||||
role: "Operations Director at Logistics Plus",
|
||||
testimonial:
|
||||
"Outstanding balance between theoretical knowledge and practical application. The faculty brings real-world experience to every lesson.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
imageAlt: "Zara Malik",
|
||||
},
|
||||
id: "5", name: "Zara Malik", role: "Operations Director at Logistics Plus", testimonial:
|
||||
"Outstanding balance between theoretical knowledge and practical application. The faculty brings real-world experience to every lesson.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", imageAlt: "Zara Malik"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Omar Siddiqui",
|
||||
role: "Consultant at Management Partners",
|
||||
testimonial:
|
||||
"The curriculum prepares you not just for a job, but for leadership roles. Highly recommend for anyone serious about their business education.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lovely-woman-smiling-camera_23-2148238861.jpg",
|
||||
imageAlt: "Omar Siddiqui",
|
||||
},
|
||||
id: "6", name: "Omar Siddiqui", role: "Consultant at Management Partners", testimonial:
|
||||
"The curriculum prepares you not just for a job, but for leadership roles. Highly recommend for anyone serious about their business education.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lovely-woman-smiling-camera_23-2148238861.jpg", imageAlt: "Omar Siddiqui"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear directly from our graduates about their transformative experiences at Gradsy Institute"
|
||||
@@ -297,8 +222,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
className="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold text-center mb-4"
|
||||
descriptionClassName="text-center text-lg md:text-xl max-w-2xl mx-auto mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-center mb-4"
|
||||
textBoxDescriptionClassName="text-center text-lg md:text-xl max-w-2xl mx-auto mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -311,18 +236,13 @@ export default function HomePage() {
|
||||
description="Join hundreds of successful professionals and ambitious students who've chosen Gradsy for their business education. Apply today and take the first step toward leadership and excellence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
},
|
||||
text: "Apply Now", href: "/admissions"},
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
className="py-20 md:py-28"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold mb-6"
|
||||
@@ -332,72 +252,45 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg"
|
||||
imageAlt="Gradsy Institute Campus"
|
||||
logoText="Gradsy Institute of Business & Technology"
|
||||
copyrightText="© 2025 Gradsy Institute. All rights reserved. Empowering Future Leaders."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "BBA (Bachelor of Business Administration)",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "BBA (Bachelor of Business Administration)", href: "/programs"},
|
||||
{
|
||||
label: "Technology Integration",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Technology Integration", href: "/programs"},
|
||||
{
|
||||
label: "Professional Development",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Professional Development", href: "/programs"},
|
||||
{
|
||||
label: "Flexible Learning Options",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Flexible Learning Options", href: "/programs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Mission", href: "/about"},
|
||||
{
|
||||
label: "Faculty & Staff",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Faculty & Staff", href: "/about"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Careers", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "/admissions",
|
||||
},
|
||||
label: "Admissions", href: "/admissions"},
|
||||
{
|
||||
label: "Campus Location",
|
||||
href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan",
|
||||
},
|
||||
label: "Campus Location", href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan"},
|
||||
{
|
||||
label: "Phone: +92 334 1858211",
|
||||
href: "tel:+923341858211",
|
||||
},
|
||||
label: "Phone: +92 334 1858211", href: "tel:+923341858211"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -46,36 +46,25 @@ export default function ProgramsPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore BBA",
|
||||
href: "/programs",
|
||||
},
|
||||
text: "Explore BBA", href: "/programs"},
|
||||
{
|
||||
text: "Request Brochure",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Brochure", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=8",
|
||||
imageAlt: "Academic programs overview",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Academic programs overview"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=9",
|
||||
imageAlt: "Professional learning environment",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Professional learning environment"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=10",
|
||||
imageAlt: "Student collaboration space",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Student collaboration space"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
className="w-full"
|
||||
containerClassName="flex flex-col items-center justify-center"
|
||||
titleClassName="text-5xl md:text-6xl font-extrabold"
|
||||
@@ -88,31 +77,19 @@ export default function ProgramsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "BBA Program",
|
||||
description:
|
||||
"Our comprehensive Bachelor of Business Administration program covers all aspects of modern business management. Includes finance, marketing, operations, human resources, and strategic management. Expert instructors with real-world corporate experience guide students through each module with practical case studies and project-based learning.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=11",
|
||||
imageAlt: "BBA Program",
|
||||
},
|
||||
title: "BBA Program", description:
|
||||
"Our comprehensive Bachelor of Business Administration program covers all aspects of modern business management. Includes finance, marketing, operations, human resources, and strategic management. Expert instructors with real-world corporate experience guide students through each module with practical case studies and project-based learning.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "BBA Program"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Technology & Innovation Track",
|
||||
description:
|
||||
"Specialized curriculum focusing on digital transformation, business analytics, and technology management. Students learn to leverage emerging technologies including AI, blockchain, and cloud computing in business contexts. Includes hands-on projects with cutting-edge tools and platforms used by industry leaders.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=12",
|
||||
imageAlt: "Technology Track",
|
||||
},
|
||||
title: "Technology & Innovation Track", description:
|
||||
"Specialized curriculum focusing on digital transformation, business analytics, and technology management. Students learn to leverage emerging technologies including AI, blockchain, and cloud computing in business contexts. Includes hands-on projects with cutting-edge tools and platforms used by industry leaders.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Technology Track"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Executive & Professional Development",
|
||||
description:
|
||||
"Flexible evening and weekend classes designed specifically for working professionals. Intensive short-term certification programs in leadership, project management, and entrepreneurship. Individual mentoring sessions with senior business executives. Networking events connecting students with industry leaders.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg?_wi=13",
|
||||
imageAlt: "Professional Development",
|
||||
},
|
||||
title: "Executive & Professional Development", description:
|
||||
"Flexible evening and weekend classes designed specifically for working professionals. Intensive short-term certification programs in leadership, project management, and entrepreneurship. Individual mentoring sessions with senior business executives. Networking events connecting students with industry leaders.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-trans-man-working-business-center_23-2149409851.jpg", imageAlt: "Professional Development"},
|
||||
]}
|
||||
title="Detailed Program Offerings"
|
||||
description="Explore each academic pathway and find the perfect fit for your career goals"
|
||||
@@ -124,8 +101,8 @@ export default function ProgramsPage() {
|
||||
animationType="blur-reveal"
|
||||
buttonAnimation="slide-up"
|
||||
className="py-16 md:py-24"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold mb-4"
|
||||
descriptionClassName="text-lg md:text-xl max-w-2xl"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4"
|
||||
textBoxDescriptionClassName="text-lg md:text-xl max-w-2xl"
|
||||
cardClassName="rounded-lg shadow-lg"
|
||||
/>
|
||||
</div>
|
||||
@@ -139,18 +116,13 @@ export default function ProgramsPage() {
|
||||
description="Take the next step in your professional journey. Our admissions team is ready to help you find the perfect program and discuss flexible payment options."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
},
|
||||
text: "Apply Now", href: "/admissions"},
|
||||
{
|
||||
text: "Chat with Admissions",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Chat with Admissions", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
className="py-20 md:py-28"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold mb-6"
|
||||
@@ -160,72 +132,45 @@ export default function ProgramsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-city-buildings-reflective-river_181624-26701.jpg"
|
||||
imageAlt="Gradsy Institute Campus"
|
||||
logoText="Gradsy Institute of Business & Technology"
|
||||
copyrightText="© 2025 Gradsy Institute. All rights reserved. Empowering Future Leaders."
|
||||
columns={[
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "BBA (Bachelor of Business Administration)",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "BBA (Bachelor of Business Administration)", href: "/programs"},
|
||||
{
|
||||
label: "Technology Integration",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Technology Integration", href: "/programs"},
|
||||
{
|
||||
label: "Professional Development",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Professional Development", href: "/programs"},
|
||||
{
|
||||
label: "Flexible Learning Options",
|
||||
href: "/programs",
|
||||
},
|
||||
label: "Flexible Learning Options", href: "/programs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Mission",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Mission", href: "/about"},
|
||||
{
|
||||
label: "Faculty & Staff",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Faculty & Staff", href: "/about"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Careers", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "/admissions",
|
||||
},
|
||||
label: "Admissions", href: "/admissions"},
|
||||
{
|
||||
label: "Campus Location",
|
||||
href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan",
|
||||
},
|
||||
label: "Campus Location", href: "https://maps.google.com/?q=Plot+No.+D+76,+Ayesha+Manzil,+Pedestrian+Crossing,+near+Tahir+Villa,+Block+5+Gulberg+Town,+Karachi,+Pakistan"},
|
||||
{
|
||||
label: "Phone: +92 334 1858211",
|
||||
href: "tel:+923341858211",
|
||||
},
|
||||
label: "Phone: +92 334 1858211", href: "tel:+923341858211"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user