diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 20c0c69..e593031 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> @@ -147,14 +131,13 @@ export default function AboutPage() {
@@ -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" /> @@ -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() {