From 1d7ee333db29f2183c9a9cdb8745df962b714408 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 18:19:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 ++++++++--------------------------------------- 1 file changed, 45 insertions(+), 230 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43bc803..9241517 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,27 +18,22 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -133,77 +77,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Professor Dashboard", - description: "Streamlined exam data collection and automated submission tracking.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", - }, - items: [ - { - icon: CheckCircle, - text: "Real-time updates", - }, - { - icon: Shield, - text: "Secure access", - }, - { - icon: Zap, - text: "Fast upload", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg?_wi=2", - imageAlt: "software dashboard analytics", + title: "Professor Dashboard", description: "Streamlined exam data collection and automated submission tracking.", media: { imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg" }, + items: [{ icon: CheckCircle, text: "Real-time updates" }, { icon: Shield, text: "Secure access" }, { icon: Zap, text: "Fast upload" }], + reverse: false }, { - title: "Surveillance Coordination", - description: "Deploy surveillance personnel efficiently across all exam centers.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445172.jpg", - }, - items: [ - { - icon: Users, - text: "Staff management", - }, - { - icon: MapPin, - text: "Site mapping", - }, - { - icon: Clock, - text: "Schedule alerts", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg?_wi=2", - imageAlt: "software dashboard analytics", + title: "Surveillance Coordination", description: "Deploy surveillance personnel efficiently across all exam centers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/digital-art-old-map-with-terrain-locations_23-2151445172.jpg" }, + items: [{ icon: Users, text: "Staff management" }, { icon: MapPin, text: "Site mapping" }, { icon: Clock, text: "Schedule alerts" }], + reverse: true }, { - title: "Corrector Management", - description: "Unified workflow for mark entry and grade verification by correctors.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/pencil-near-sheets-smartphone-ruler-protractor_23-2148036989.jpg", - }, - items: [ - { - icon: PenTool, - text: "Digital grading", - }, - { - icon: FileText, - text: "Report generation", - }, - { - icon: Award, - text: "Auto-validation", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg?_wi=2", - imageAlt: "software dashboard analytics", - }, + title: "Corrector Management", description: "Unified workflow for mark entry and grade verification by correctors.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pencil-near-sheets-smartphone-ruler-protractor_23-2148036989.jpg" }, + items: [{ icon: PenTool, text: "Digital grading" }, { icon: FileText, text: "Report generation" }, { icon: Award, text: "Auto-validation" }], + reverse: false + } ]} title="Robust Features for Education" description="Comprehensive tools for managing every aspect of the examination process." @@ -212,30 +99,13 @@ export default function LandingPage() {
@@ -291,45 +142,9 @@ export default function LandingPage() { -- 2.49.1