From a1b5ba5df12ba549e12ce432737bdf806032cad6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 06:44:21 +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 684bc89..4302026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="circleGradient" + background={{ variant: "plain" }} cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -138,16 +138,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "dissertations", value: "150+", title: "Dissertations Supported", description: "PhD candidates guided to successful research completion across plant biotechnology and microbiology" + id: "dissertations", value: "150+", title: "Dissertations Supported", description: "PhD candidates guided to successful research completion across plant biotechnology and microbiology", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At1zKwEeujaUrDCNJwPgpeycgd/a-state-of-the-art-biotechnology-laborat-1773643391028-3787d517.png", videoAriaLabel: "Dissertations supported video" }, { - id: "publications", value: "87", title: "Peer-Reviewed Publications", description: "Research outcomes published in leading scientific journals establishing institutional credibility" + id: "publications", value: "87", title: "Peer-Reviewed Publications", description: "Research outcomes published in leading scientific journals establishing institutional credibility", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At1zKwEeujaUrDCNJwPgpeycgd/a-state-of-the-art-biotechnology-laborat-1773643391028-3787d517.png", videoAriaLabel: "Publications video" }, { - id: "internships", value: "320", title: "Internship Placements", description: "Students successfully placed in research roles developing professional biotechnology expertise" + id: "internships", value: "320", title: "Internship Placements", description: "Students successfully placed in research roles developing professional biotechnology expertise", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At1zKwEeujaUrDCNJwPgpeycgd/a-state-of-the-art-biotechnology-laborat-1773643391028-3787d517.png", videoAriaLabel: "Internships video" }, { - id: "partnerships", value: "45", title: "Industry Collaborations", description: "Active partnerships with pharmaceutical, agricultural, and biotech organizations" + id: "partnerships", value: "45", title: "Industry Collaborations", description: "Active partnerships with pharmaceutical, agricultural, and biotech organizations", videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At1zKwEeujaUrDCNJwPgpeycgd/a-state-of-the-art-biotechnology-laborat-1773643391028-3787d517.png", videoAriaLabel: "Partnerships video" } ]} buttons={[ -- 2.49.1