From 926b7b72a3da7029051ad5ac25166f32cf7e6031 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:32:51 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a4e9b1f..d70098b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,14 +55,11 @@ export default function AboutPage() { tag="Our Impact" metrics={[ { - id: "1", value: "5,000+", title: "Active Schools", description: "Institutions trusting Scholaris globally", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-globe-with-academic-cap-laptop_23-2148756555.jpg"}, + id: "1", value: "5,000+", title: "Active Schools", description: "Institutions trusting Scholaris globally", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-globe-with-academic-cap-laptop_23-2148756555.jpg"}, { - id: "2", value: "2.5M+", title: "Student Profiles", description: "Managed and monitored daily", imageSrc: - "http://img.b2bpic.net/free-photo/diversity-students-graduation-success-celebration-concept_53876-26400.jpg"}, + id: "2", value: "2.5M+", title: "Student Profiles", description: "Managed and monitored daily", imageSrc: "http://img.b2bpic.net/free-photo/diversity-students-graduation-success-celebration-concept_53876-26400.jpg"}, { - id: "3", value: "94%", title: "Administrative Time Saved", description: "Average reduction in paperwork", imageSrc: - "http://img.b2bpic.net/free-photo/time-minute-alarm-duration-hour-schedule-concept_53876-132557.jpg"}, + id: "3", value: "94%", title: "Administrative Time Saved", description: "Average reduction in paperwork", imageSrc: "http://img.b2bpic.net/free-photo/time-minute-alarm-duration-hour-schedule-concept_53876-132557.jpg"}, ]} animationType="slide-up" textboxLayout="default" @@ -74,17 +71,13 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 19:32:52 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b44a3fc..5502c1b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,23 +58,17 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 19:32:52 +0000 Subject: [PATCH 3/5] Update src/app/features/page.tsx --- src/app/features/page.tsx | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index c62f6c3..0e0f2d6 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -6,8 +6,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Rocket, Home, Users, Calendar, BookOpen } from 'lucide-react'; -import Link from 'next/link'; +import { Rocket } from 'lucide-react'; export default function FeaturesPage() { return ( @@ -45,19 +44,13 @@ 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"}, + 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"}, + 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"}, + 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} @@ -69,20 +62,16 @@ export default function FeaturesPage() { Date: Tue, 3 Mar 2026 19:32:52 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 49 +++++++++++++++--------------------------------- 1 file changed, 15 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 897eb88..9dabd9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, GraduationCap, Home, Users, Calendar, BookOpen, CheckCircle, Heart, Rocket, Send, ArrowLeftRight, CircleDollarSign, Sprout, Star, Crown } from 'lucide-react'; -import Link from 'next/link'; +import { Sparkles, GraduationCap, Home, Users, Calendar, BookOpen, CheckCircle, Heart, Rocket, ArrowLeftRight, CircleDollarSign, Sprout, Star, Crown } from 'lucide-react'; export default function HomePage() { return ( @@ -118,24 +117,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Intelligent Student Management", description: - "Centralized profiles, progressive tracking, and personalized learning pathways. Monitor academic performance, behavioral development, and holistic growth with real-time insights.", imageSrc: - "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg"}, + title: "Intelligent Student Management", description: "Centralized profiles, progressive tracking, and personalized learning pathways. Monitor academic performance, behavioral development, and holistic growth with real-time insights.", imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg"}, { id: 2, - title: "Staff Empowerment Suite", description: - "Streamlined scheduling, attendance management, and professional development tracking. Empower educators with tools that reduce administrative burden and maximize teaching effectiveness.", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-people-working-indoors_23-2149831295.jpg"}, + title: "Staff Empowerment Suite", description: "Streamlined scheduling, attendance management, and professional development tracking. Empower educators with tools that reduce administrative burden and maximize teaching effectiveness.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-indoors_23-2149831295.jpg"}, { id: 3, - title: "Parent Engagement Portal", description: - "Real-time communication, progress reports, and involvement opportunities. Foster strong home-school partnerships that accelerate student success and satisfaction.", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg"}, + title: "Parent Engagement Portal", description: "Real-time communication, progress reports, and involvement opportunities. Foster strong home-school partnerships that accelerate student success and satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg"}, { id: 4, - title: "Advanced Analytics Engine", description: - "Actionable insights into institutional performance, trend analysis, and predictive modeling. Make data-driven decisions that enhance operational efficiency and student outcomes.", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg"}, + title: "Advanced Analytics Engine", description: "Actionable insights into institutional performance, trend analysis, and predictive modeling. Make data-driven decisions that enhance operational efficiency and student outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -150,17 +141,13 @@ export default function HomePage() { tag="Success Stories" metrics={[ { - id: "1", value: "5,000+", title: "Active Schools", description: "Institutions trusting Scholaris globally", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-globe-with-academic-cap-laptop_23-2148756555.jpg"}, + id: "1", value: "5,000+", title: "Active Schools", description: "Institutions trusting Scholaris globally", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-globe-with-academic-cap-laptop_23-2148756555.jpg"}, { - id: "2", value: "2.5M+", title: "Student Profiles", description: "Managed and monitored daily", imageSrc: - "http://img.b2bpic.net/free-photo/diversity-students-graduation-success-celebration-concept_53876-26400.jpg"}, + id: "2", value: "2.5M+", title: "Student Profiles", description: "Managed and monitored daily", imageSrc: "http://img.b2bpic.net/free-photo/diversity-students-graduation-success-celebration-concept_53876-26400.jpg"}, { - id: "3", value: "94%", title: "Administrative Time Saved", description: "Average reduction in paperwork", imageSrc: - "http://img.b2bpic.net/free-photo/time-minute-alarm-duration-hour-schedule-concept_53876-132557.jpg"}, + id: "3", value: "94%", title: "Administrative Time Saved", description: "Average reduction in paperwork", imageSrc: "http://img.b2bpic.net/free-photo/time-minute-alarm-duration-hour-schedule-concept_53876-132557.jpg"}, { - id: "4", value: "99.9%", title: "Platform Uptime", description: "Reliable infrastructure guarantee", imageSrc: - "http://img.b2bpic.net/free-photo/technician-doing-yearly-checkup-using-tablet-preserve-data-center-electronics_482257-122252.jpg"}, + id: "4", value: "99.9%", title: "Platform Uptime", description: "Reliable infrastructure guarantee", imageSrc: "http://img.b2bpic.net/free-photo/technician-doing-yearly-checkup-using-tablet-preserve-data-center-electronics_482257-122252.jpg"}, ]} animationType="slide-up" textboxLayout="default" @@ -172,23 +159,17 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 19:32:53 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b7e3a74..0f9e1c5 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -79,14 +79,11 @@ export default function PricingPage() {