From 4559ea4d8f3173031a32fa0f58f4c795e3ff8f0e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:22:34 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 55 ++++++++++++------------------------------ 1 file changed, 16 insertions(+), 39 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6e02bc6..aa7c197 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,7 +39,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="smallMedium" sizing="large" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -57,10 +57,7 @@ export default function AboutPage() { @@ -155,24 +140,16 @@ export default function AboutPage() { 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"}, ]} />