diff --git a/src/app/page.tsx b/src/app/page.tsx
index 067fb26..6662971 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,7 +27,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmall"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -46,16 +46,12 @@ export default function HomePage() {
tag="Premium Education"
tagIcon={BookOpen}
tagAnimation="slide-up"
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
mediaItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-students-library-participate-lesson-with-doctor_482257-118528.jpg",
- imageAlt: "School campus and students learning",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-students-library-participate-lesson-with-doctor_482257-118528.jpg", imageAlt: "School campus and students learning"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg",
- imageAlt: "Classroom and academic activities",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-adults-studying-together_23-2150331646.jpg", imageAlt: "Classroom and academic activities"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -73,9 +69,7 @@ export default function HomePage() {
@@ -127,29 +109,11 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- value: "98%",
- title: "Pass Rate",
- description: "Students excelling in board examinations",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg?_wi=1",
- imageAlt: "Academic success celebration",
- },
+ id: "1", value: "98%", title: "Pass Rate", description: "Students excelling in board examinations", imageSrc: "http://img.b2bpic.net/free-photo/girl-near-microscope-observing-teacher_259150-60352.jpg", imageAlt: "Academic success celebration"},
{
- id: "2",
- value: "2500+",
- title: "Active Students",
- description: "From diverse backgrounds and communities",
- imageSrc: "http://img.b2bpic.net/free-photo/preteen-students-focus-reading-required-books-study-desk_482257-123686.jpg?_wi=1",
- imageAlt: "Student community engagement",
- },
+ id: "2", value: "2500+", title: "Active Students", description: "From diverse backgrounds and communities", imageSrc: "http://img.b2bpic.net/free-photo/preteen-students-focus-reading-required-books-study-desk_482257-123686.jpg", imageAlt: "Student community engagement"},
{
- id: "3",
- value: "50+",
- title: "Awards Won",
- description: "In academics, sports, and cultural events",
- imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-girls-playing-rugby_23-2148355428.jpg?_wi=1",
- imageAlt: "Trophy and award display",
- },
+ id: "3", value: "50+", title: "Awards Won", description: "In academics, sports, and cultural events", imageSrc: "http://img.b2bpic.net/free-photo/athletic-young-girls-playing-rugby_23-2148355428.jpg", imageAlt: "Trophy and award display"},
]}
/>
@@ -166,41 +130,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
- id: "1",
- name: "Arjun Sharma",
- role: "Student",
- company: "Class XII-A",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
- imageAlt: "Arjun Sharma",
- },
+ id: "1", name: "Arjun Sharma", role: "Student", company: "Class XII-A", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Arjun Sharma"},
{
- id: "2",
- name: "Priya Desai",
- role: "Parent",
- company: "Student Guardian",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg",
- imageAlt: "Priya Desai",
- },
+ id: "2", name: "Priya Desai", role: "Parent", company: "Student Guardian", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", imageAlt: "Priya Desai"},
{
- id: "3",
- name: "Rahul Kumar",
- role: "Alumni",
- company: "IIT Graduate 2020",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg",
- imageAlt: "Rahul Kumar",
- },
+ id: "3", name: "Rahul Kumar", role: "Alumni", company: "IIT Graduate 2020", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-business-man-standing-outside_1262-3492.jpg", imageAlt: "Rahul Kumar"},
{
- id: "4",
- name: "Ms. Deepa Patel",
- role: "Faculty",
- company: "Physics Department",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
- imageAlt: "Ms. Deepa Patel",
- },
+ id: "4", name: "Ms. Deepa Patel", role: "Faculty", company: "Physics Department", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "Ms. Deepa Patel"},
]}
kpiItems={[
{ value: "2500+", label: "Students Enrolled" },
@@ -213,14 +153,13 @@ export default function HomePage() {
{/* Footer */}