diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 1c6e207..c62f6c3 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -45,28 +45,19 @@ export default function FeaturesPage() { features={[ { id: 1, - title: "Digital Classroom Integration", - description: - "Seamlessly connect with popular learning management systems and virtual classroom platforms. Enable educators to deliver engaging hybrid and remote learning experiences with integrated assessment and communication tools.", - imageSrc: - "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg?_wi=1", - }, + title: "Digital Classroom Integration", description: + "Seamlessly connect with popular learning management systems and virtual classroom platforms. Enable educators to deliver engaging hybrid and remote learning experiences with integrated assessment and communication tools.", imageSrc: + "http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg"}, { id: 2, - title: "Advanced Assessment Tools", - description: - "Create, deploy, and analyze comprehensive assessments that provide meaningful insights into student progress. Support multiple question types, adaptive testing, and detailed analytics to inform instructional decisions.", - imageSrc: - "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=3", - }, + title: "Advanced Assessment Tools", description: + "Create, deploy, and analyze comprehensive assessments that provide meaningful insights into student progress. Support multiple question types, adaptive testing, and detailed analytics to inform instructional decisions.", imageSrc: + "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg"}, { id: 3, - title: "Financial Management Module", - description: - "Manage institutional finances with precision. Track budgets, automate invoicing, monitor accounts payable and receivable, and generate comprehensive financial reports.", - imageSrc: - "http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg?_wi=1", - }, + title: "Financial Management Module", description: + "Manage institutional finances with precision. Track budgets, automate invoicing, monitor accounts payable and receivable, and generate comprehensive financial reports.", imageSrc: + "http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -78,40 +69,20 @@ export default function FeaturesPage() {