From 58c8b9c974b9e925aa1ab070ee43ad15a12bd622 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:50:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9e56a8..88db647 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -151,16 +151,16 @@ export default function LandingPage() { tagIcon={Trophy} metrics={[ { - id: "students", value: "8,000+", title: "Active Students", description: "Enrolled across all programs and academic levels." + id: "students", value: "8,000+", title: "Active Students", description: "Enrolled across all programs and academic levels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e5tb8l", imageAlt: "Students learning together" }, { - id: "faculty", value: "300+", title: "Faculty Members", description: "Qualified educators with advanced degrees and industry experience." + id: "faculty", value: "300+", title: "Faculty Members", description: "Qualified educators with advanced degrees and industry experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w7hajc", imageAlt: "Faculty members teaching" }, { - id: "placement", value: "94%", title: "Placement Rate", description: "Graduates successfully placed in leading organizations." + id: "placement", value: "94%", title: "Placement Rate", description: "Graduates successfully placed in leading organizations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c78asy", imageAlt: "Successful career placement" }, { - id: "programs", value: "60+", title: "Academic Programs", description: "Diverse offerings across engineering, healthcare, commerce, and arts." + id: "programs", value: "60+", title: "Academic Programs", description: "Diverse offerings across engineering, healthcare, commerce, and arts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4we4lo", imageAlt: "Academic programs available" } ]} animationType="scale-rotate"