diff --git a/src/app/page.tsx b/src/app/page.tsx index da2ed5f..8a4d7ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,33 +34,19 @@ export default function LandingPage() { @@ -69,111 +55,66 @@ export default function LandingPage() {
@@ -199,53 +140,21 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "advanced-curriculum", - title: "Advanced Curriculum", - author: "Academic Department", - description: "Engage with a challenging and updated curriculum that meets national and international standards.", - tags: [ - "Academics", - "Curriculum", - ], - imageSrc: "http://img.b2bpic.net/free-photo/science-tubes-arranged-shelf_1150-19416.jpg", - imageAlt: "Advanced curriculum classroom", - }, + id: "advanced-curriculum", title: "Advanced Curriculum", author: "Academic Department", description: "Engage with a challenging and updated curriculum that meets national and international standards.", tags: [ + "Academics", "Curriculum"], + imageSrc: "http://img.b2bpic.net/free-photo/science-tubes-arranged-shelf_1150-19416.jpg", imageAlt: "Advanced curriculum classroom"}, { - id: "experienced-faculty", - title: "Experienced Faculty", - author: "Human Resources", - description: "Learn from highly qualified and dedicated educators who are experts in their fields.", - tags: [ - "Faculty", - "Mentorship", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-studying-math_23-2150444913.jpg", - imageAlt: "Experienced teacher helping student", - }, + id: "experienced-faculty", title: "Experienced Faculty", author: "Human Resources", description: "Learn from highly qualified and dedicated educators who are experts in their fields.", tags: [ + "Faculty", "Mentorship"], + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-studying-math_23-2150444913.jpg", imageAlt: "Experienced teacher helping student"}, { - id: "modern-facilities", - title: "Modern Facilities", - author: "Campus Management", - description: "Benefit from state-of-the-art labs, a well-stocked library, and comfortable classrooms.", - tags: [ - "Campus", - "Facilities", - ], - imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-sitting-table-flipping-page_23-2147657277.jpg", - imageAlt: "Modern school building", - }, + id: "modern-facilities", title: "Modern Facilities", author: "Campus Management", description: "Benefit from state-of-the-art labs, a well-stocked library, and comfortable classrooms.", tags: [ + "Campus", "Facilities"], + imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-sitting-table-flipping-page_23-2147657277.jpg", imageAlt: "Modern school building"}, { - id: "co-curricular-activities", - title: "Co-Curricular Activities", - author: "Student Affairs", - description: "Participate in a wide range of clubs, sports, and cultural events for holistic development.", - tags: [ - "Activities", - "Sports", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-playing-basketball_23-2150650177.jpg", - imageAlt: "Students playing basketball", - }, + id: "co-curricular-activities", title: "Co-Curricular Activities", author: "Student Affairs", description: "Participate in a wide range of clubs, sports, and cultural events for holistic development.", tags: [ + "Activities", "Sports"], + imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-playing-basketball_23-2150650177.jpg", imageAlt: "Students playing basketball"}, ]} title="Our Distinctive Programs" description="We offer a comprehensive curriculum designed to inspire curiosity and cultivate a passion for lifelong learning, preparing students for future success." @@ -256,31 +165,20 @@ export default function LandingPage() { @@ -478,28 +270,17 @@ export default function LandingPage() { description="We're here to answer your questions about admissions, programs, or general inquiries. Reach out to us anytime." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email Address", - required: true, + name: "email", type: "email", placeholder: "Your Email Address", required: true, }, { - name: "phoneNumber", - type: "tel", - placeholder: "Your Phone Number", - required: false, + name: "phoneNumber", type: "tel", placeholder: "Your Phone Number", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/students-studying-indoors-full-shot_23-2149647035.jpg" @@ -517,71 +298,43 @@ export default function LandingPage() { logoText="Shamsul Hoque Khan School & College" columns={[ { - title: "Academics", - items: [ + title: "Academics", items: [ { - label: "Curriculum", - href: "#programs", - }, + label: "Curriculum", href: "#programs"}, { - label: "Departments", - href: "#", - }, + label: "Departments", href: "#"}, { - label: "Exam Results", - href: "#", - }, + label: "Exam Results", href: "#"}, ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { - label: "How to Apply", - href: "#contact", - }, + label: "How to Apply", href: "#contact"}, { - label: "Tuition Fees", - href: "#", - }, + label: "Tuition Fees", href: "#"}, { - label: "Scholarships", - href: "#", - }, + label: "Scholarships", href: "#"}, ], }, { - title: "Campus Life", - items: [ + title: "Campus Life", items: [ { - label: "Student Clubs", - href: "#programs", - }, + label: "Student Clubs", href: "#programs"}, { - label: "Sports", - href: "#programs", - }, + label: "Sports", href: "#programs"}, { - label: "Events Calendar", - href: "#news", - }, + label: "Events Calendar", href: "#news"}, ], }, { - title: "About Us", - items: [ + title: "About Us", items: [ { - label: "Our History", - href: "#about", - }, + label: "Our History", href: "#about"}, { - label: "Mission & Vision", - href: "#about", - }, + label: "Mission & Vision", href: "#about"}, { - label: "Faculty & Staff", - href: "#faculty", - }, + label: "Faculty & Staff", href: "#faculty"}, ], }, ]}