From e0bc0f21fff1a90612ebe9df4defa748fd991175 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:49:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fece40f..03f57d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -49,8 +49,8 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg?_wi=1" + background={{ variant: "animated-grid" }} + imageSrc="http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg" imageAlt="Roblox merchandise hero showcase" mediaAnimation="slide-up" frameStyle="card" @@ -62,16 +62,16 @@ export default function LandingPage() { -- 2.49.1