diff --git a/src/app/page.tsx b/src/app/page.tsx index dbc7999..7c6656a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Mic, Star, BarChart3 } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -28,22 +29,10 @@ export default function LandingPage() {
@@ -93,30 +62,10 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} features={[ - { - title: "Moallem Pro", - description: "AI-powered Arabic lesson generation that adheres to national standards.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168626.jpg", - buttonIcon: "Zap", - }, - { - title: "HakawatiAI", - description: "Speech-recognition driven literacy practice with immediate feedback.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-podcast-equipment_23-2149455554.jpg", - buttonIcon: "Mic", - }, - { - title: "Gamification Engine", - description: "Keep students motivated with progress tracking and peer rewards.", - imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg", - buttonIcon: "Star", - }, - { - title: "Admin Analytics", - description: "Transparent dashboards for teachers, administrators, and parents.", - imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg", - buttonIcon: "BarChart3", - }, + { title: "Moallem Pro", description: "AI-powered Arabic lesson generation that adheres to national standards.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168626.jpg", buttonIcon: Zap }, + { title: "HakawatiAI", description: "Speech-recognition driven literacy practice with immediate feedback.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-with-podcast-equipment_23-2149455554.jpg", buttonIcon: Mic }, + { title: "Gamification Engine", description: "Keep students motivated with progress tracking and peer rewards.", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg", buttonIcon: Star }, + { title: "Admin Analytics", description: "Transparent dashboards for teachers, administrators, and parents.", imageSrc: "http://img.b2bpic.net/free-photo/business-associates-reviewing-key-performance-indicators-within-enterprise_482257-107545.jpg", buttonIcon: BarChart3 }, ]} title="Comprehensive AI Platform" description="Built for the Jordanian K-12 curriculum, AlFanoos streamlines the classroom experience with cutting-edge artificial intelligence." @@ -129,21 +78,9 @@ export default function LandingPage() { title="Designed for Impact" tag="Trusted by Jordan Schools" metrics={[ - { - id: "m1", - value: "10k+", - description: "Active Students", - }, - { - id: "m2", - value: "200+", - description: "Schools Empowered", - }, - { - id: "m3", - value: "95%", - description: "Engagement Boost", - }, + { id: "m1", value: "10k+", description: "Active Students" }, + { id: "m2", value: "200+", description: "Schools Empowered" }, + { id: "m3", value: "95%", description: "Engagement Boost" }, ]} metricsAnimation="slide-up" /> @@ -154,46 +91,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Efficiency", - quote: "AlFanoos saved me hours of lesson prep every single week.", - name: "Fatima A.", - role: "Arabic Teacher", - imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-satisfied-muslim-student-shows-awesome-advert-points-upper-right-corner-wears-white-veil-jean-jacket_273609-27295.jpg", - }, - { - id: "t2", - title: "Engagement", - quote: "The gamified reading practice has transformed how my students approach Arabic literacy.", - name: "Omar S.", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/young-male-student-sitting-staircase-with-backpack-book-takeaway-coffee-cup_23-2148093595.jpg", - }, - { - id: "t3", - title: "Standardization", - quote: "The platform makes our curriculum adherence seamless and data-driven.", - name: "Leila M.", - role: "Principal", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man_23-2148479501.jpg", - }, - { - id: "t4", - title: "Accessibility", - quote: "My child can finally practice independently with the speech feedback tools.", - name: "Hassan K.", - role: "Parent", - imageSrc: "http://img.b2bpic.net/free-photo/school-teacher-teaching-students-learning-concept_53876-139652.jpg", - }, - { - id: "t5", - title: "Innovation", - quote: "A revolutionary step forward for the Jordanian K-12 education sector.", - name: "Nour H.", - role: "Educator", - imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-holding-online-class-computer_637285-9390.jpg", - }, + { id: "t1", title: "Efficiency", quote: "AlFanoos saved me hours of lesson prep every single week.", name: "Fatima A.", role: "Arabic Teacher", imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-satisfied-muslim-student-shows-awesome-advert-points-upper-right-corner-wears-white-veil-jean-jacket_273609-27295.jpg" }, + { id: "t2", title: "Engagement", quote: "The gamified reading practice has transformed how my students approach Arabic literacy.", name: "Omar S.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-male-student-sitting-staircase-with-backpack-book-takeaway-coffee-cup_23-2148093595.jpg" }, + { id: "t3", title: "Standardization", quote: "The platform makes our curriculum adherence seamless and data-driven.", name: "Leila M.", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man_23-2148479501.jpg" }, + { id: "t4", title: "Accessibility", quote: "My child can finally practice independently with the speech feedback tools.", name: "Hassan K.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/school-teacher-teaching-students-learning-concept_53876-139652.jpg" }, + { id: "t5", title: "Innovation", quote: "A revolutionary step forward for the Jordanian K-12 education sector.", name: "Nour H.", role: "Educator", imageSrc: "http://img.b2bpic.net/free-photo/female-teacher-holding-online-class-computer_637285-9390.jpg" }, ]} title="What Educators Are Saying" description="Transforming the learning experience in schools across the Kingdom." @@ -203,13 +105,11 @@ export default function LandingPage() {