From 0d324fef5b0e01aab24ea0b76e7a0b71e2f41b8b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:58:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87fc64b..46e2334 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -53,7 +53,7 @@ export default function HomePage() { tag="Engineering Excellence" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Apply Now", href: "/admissions" }, { text: "Call: 09391878787", href: "tel:09391878787" }, @@ -61,25 +61,15 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", - imageAlt: "NRI Institute Campus Building", - }, + imageSrc: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", imageAlt: "NRI Institute Campus Building"}, { - imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3460.jpg?_wi=1", - imageAlt: "Modern Campus Infrastructure", - }, + imageSrc: "http://img.b2bpic.net/free-photo/building-lake_1127-3460.jpg", imageAlt: "Modern Campus Infrastructure"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-neuroscience-laboratory-with-nobody-it-with-professional-equipment-ready-neurological-experiment-lab-with-brain-scan-monitor-medicine-industry-with-high-tech-facility_482257-29957.jpg?_wi=1", - imageAlt: "Advanced Laboratory Facilities", - }, + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-neuroscience-laboratory-with-nobody-it-with-professional-equipment-ready-neurological-experiment-lab-with-brain-scan-monitor-medicine-industry-with-high-tech-facility_482257-29957.jpg", imageAlt: "Advanced Laboratory Facilities"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-young-dark-skinned-perspective-entrepreneur-looking-digital-tablet-looking-information-about-team-project-friend-meeting-library_176420-8281.jpg?_wi=1", - imageAlt: "Student Learning Environment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-young-dark-skinned-perspective-entrepreneur-looking-digital-tablet-looking-information-about-team-project-friend-meeting-library_176420-8281.jpg", imageAlt: "Student Learning Environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineering-team-working-together-using-ai-visualization_482257-126733.jpg?_wi=1", - imageAlt: "State-of-the-Art Technology Labs", - }, + imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineering-team-working-together-using-ai-visualization_482257-126733.jpg", imageAlt: "State-of-the-Art Technology Labs"}, ]} ariaLabel="Hero section - NRI Institute main landing" /> @@ -89,10 +79,7 @@ export default function HomePage() {