From 504983af0ef6e0a0c75c873eb3ea912e02cb4ab7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:45:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8724e9..97b7fed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkLg4rroTBiyeEKem2OhQFuzv4/a-collaborative-team-working-in-a-modern-1773131822586-69c18fa6.png" imageAlt="Education technology team collaborating on platform design" useInvertedBackground={false} - mediaAnimation="slide-up" - metricsAnimation="slide-up" + mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" /> @@ -223,7 +223,7 @@ export default function LandingPage() { mediaPosition="right" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkLg4rroTBiyeEKem2OhQFuzv4/a-collaborative-team-working-in-a-modern-1773131822586-69c18fa6.png" imageAlt="Support team ready to help" - faqsAnimation="smooth" + faqsAnimation="slide-up" faqs={[ { id: "1", title: "How does the attendance tracking work?", content: "Teachers mark attendance through the intuitive mobile or web interface. The system automatically sends SMS/email notifications to parents if a student is absent. Administrators can view real-time attendance dashboards and generate comprehensive reports for analysis."}, -- 2.49.1