From 05773d36fd19891d2bfc1279f89ce945c03419db Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:19:38 +0000 Subject: [PATCH 1/3] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index 8e5ba66..66be2a1 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -19,8 +19,7 @@ export default function ClassesPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Classes", href: "/classes" }, { label: "Students", href: "/students" }, @@ -28,8 +27,7 @@ export default function ClassesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Support", href: "#" }, { label: "FAQs", href: "#" }, @@ -37,8 +35,7 @@ export default function ClassesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -54,7 +51,7 @@ export default function ClassesPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -71,8 +68,8 @@ export default function ClassesPage() { tag="Education Platform" tagIcon={BookOpen} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=2" + background={{ variant: "glowing-orb" }} + imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg" imageAlt="Modern school classroom with students learning" mediaAnimation="slide-up" imagePosition="right" @@ -94,25 +91,13 @@ export default function ClassesPage() { features={[ { id: 1, - title: "Class 9A", - description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", - imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=2", - imageAlt: "Class 9A section", - }, + title: "Class 9A", description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg", imageAlt: "Class 9A section"}, { id: 2, - title: "Class 9B", - description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=2", - imageAlt: "Class 9B section", - }, + title: "Class 9B", description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg", imageAlt: "Class 9B section"}, { id: 3, - title: "Class 9E", - description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", - imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=2", - imageAlt: "Class 9E section", - }, + title: "Class 9E", description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg", imageAlt: "Class 9E section"}, ]} textboxLayout="default" useInvertedBackground={true} -- 2.49.1 From b8b5ae913610c57fa1a3eb88245b6345b2dd7fcd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:19:38 +0000 Subject: [PATCH 2/3] Update src/app/manage/page.tsx --- src/app/manage/page.tsx | 94 +++++++++-------------------------------- 1 file changed, 21 insertions(+), 73 deletions(-) diff --git a/src/app/manage/page.tsx b/src/app/manage/page.tsx index 5c60380..7b3d04f 100644 --- a/src/app/manage/page.tsx +++ b/src/app/manage/page.tsx @@ -22,8 +22,7 @@ export default function ManageStudentsPage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Classes", href: "/classes" }, { label: "Students", href: "/students" }, @@ -31,8 +30,7 @@ export default function ManageStudentsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Support", href: "#" }, { label: "FAQs", href: "#" }, @@ -40,8 +38,7 @@ export default function ManageStudentsPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -57,7 +54,7 @@ export default function ManageStudentsPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -83,8 +80,8 @@ export default function ManageStudentsPage() { tag="Education Platform" tagIcon={BookOpen} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=3" + background={{ variant: "glowing-orb" }} + imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg" imageAlt="Modern school classroom with students learning" mediaAnimation="slide-up" imagePosition="right" @@ -105,7 +102,7 @@ export default function ManageStudentsPage() { tagAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg" mediaAnimation="opacity" mediaPosition="right" inputPlaceholder="Enter your name" @@ -118,26 +115,14 @@ export default function ManageStudentsPage() { Date: Sat, 7 Mar 2026 08:19:38 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 112 +++++++++++++---------------------------------- 1 file changed, 30 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a39696..448edcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Home", href: "/" }, { label: "Classes", href: "/classes" }, { label: "Students", href: "/students" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "Support", href: "#" }, { label: "FAQs", href: "#" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -57,7 +54,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -74,8 +71,8 @@ export default function HomePage() { tag="Education Platform" tagIcon={BookOpen} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=1" + background={{ variant: "glowing-orb" }} + imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg" imageAlt="Modern school classroom with students learning" mediaAnimation="slide-up" imagePosition="right" @@ -97,31 +94,19 @@ export default function HomePage() { features={[ { id: 1, - title: "Class 9A", - description: - "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", - imageSrc: - "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=1", - imageAlt: "Class 9A section", - }, + title: "Class 9A", description: + "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: + "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg", imageAlt: "Class 9A section"}, { id: 2, - title: "Class 9B", - description: - "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", - imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=1", - imageAlt: "Class 9B section", - }, + title: "Class 9B", description: + "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: + "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg", imageAlt: "Class 9B section"}, { id: 3, - title: "Class 9E", - description: - "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", - imageSrc: - "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=1", - imageAlt: "Class 9E section", - }, + title: "Class 9E", description: + "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: + "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg", imageAlt: "Class 9E section"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -139,53 +124,23 @@ export default function HomePage() { tagAnimation="blur-reveal" members={[ { - id: "1", - name: "Alex Johnson", - role: "Class President", - imageSrc: - "http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg?_wi=1", - imageAlt: "Alex Johnson - Class President", - }, + id: "1", name: "Alex Johnson", role: "Class President", imageSrc: + "http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg", imageAlt: "Alex Johnson - Class President"}, { - id: "2", - name: "Sarah Chen", - role: "Vice President", - imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg?_wi=1", - imageAlt: "Sarah Chen - Vice President", - }, + id: "2", name: "Sarah Chen", role: "Vice President", imageSrc: + "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", imageAlt: "Sarah Chen - Vice President"}, { - id: "3", - name: "Michael Rodriguez", - role: "Class Secretary", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg?_wi=1", - imageAlt: "Michael Rodriguez - Class Secretary", - }, + id: "3", name: "Michael Rodriguez", role: "Class Secretary", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg", imageAlt: "Michael Rodriguez - Class Secretary"}, { - id: "4", - name: "Emma Williams", - role: "Sports Captain", - imageSrc: - "http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg?_wi=1", - imageAlt: "Emma Williams - Sports Captain", - }, + id: "4", name: "Emma Williams", role: "Sports Captain", imageSrc: + "http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg", imageAlt: "Emma Williams - Sports Captain"}, { - id: "5", - name: "David Park", - role: "Academic Lead", - imageSrc: - "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg?_wi=1", - imageAlt: "David Park - Academic Lead", - }, + id: "5", name: "David Park", role: "Academic Lead", imageSrc: + "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg", imageAlt: "David Park - Academic Lead"}, { - id: "6", - name: "Lisa Martinez", - role: "Social Committee", - imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg?_wi=1", - imageAlt: "Lisa Martinez - Social Committee", - }, + id: "6", name: "Lisa Martinez", role: "Social Committee", imageSrc: + "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg", imageAlt: "Lisa Martinez - Social Committee"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -203,16 +158,9 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "form-section", - brand: "Student", - name: "Profile Management Form", - price: "Create", - rating: 5, - reviewCount: "Admin", - imageSrc: - "http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg?_wi=1", - imageAlt: "Student management form interface", - }, + id: "form-section", brand: "Student", name: "Profile Management Form", price: "Create", rating: 5, + reviewCount: "Admin", imageSrc: + "http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg", imageAlt: "Student management form interface"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1