Update src/app/page.tsx

This commit is contained in:
2026-03-18 17:51:42 +00:00
parent 393797b800
commit d0181dce2d

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="circleGradient"
background="radial-gradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="KPGU"
description="Empowering Tomorrow's Pioneers. Join KPGU's pathway for global academic excellence. Established 2021, approved by UGC, AICTE, PCI—offering 60 programs across engineering, healthcare, commerce, and humanities."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Explore Programs", href: "#programs" },
{ text: "Learn More", href: "#about" }