From 19598f2e82b3d46d32ec9d24e672bca74db32840 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:22:35 +0000 Subject: [PATCH] Update src/app/campus/page.tsx --- src/app/campus/page.tsx | 77 ++++++++++------------------------------- 1 file changed, 19 insertions(+), 58 deletions(-) diff --git a/src/app/campus/page.tsx b/src/app/campus/page.tsx index 052d13b..7b74261 100644 --- a/src/app/campus/page.tsx +++ b/src/app/campus/page.tsx @@ -34,7 +34,7 @@ export default function CampusPage() { borderRadius="soft" contentWidth="smallMedium" sizing="large" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -52,10 +52,7 @@ export default function CampusPage() { @@ -147,24 +116,16 @@ export default function CampusPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/nriit", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/nriit", ariaLabel: "Facebook"}, { icon: Twitter, - href: "https://twitter.com/nriit", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/nriit", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/nriit", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/nriit", ariaLabel: "LinkedIn"}, { icon: Instagram, - href: "https://instagram.com/nriit", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/nriit", ariaLabel: "Instagram"}, ]} />