From 826d251f5858c77ff2341db1ee714f4d6ca708eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:16:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0452d43..aae7212 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium African Coffee" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/barista-using-tamper-press-ground-coffee-into-portafilter-cafe-thick-wooden-table-professional-coffee-brewing_346278-1468.jpg", imageAlt: "Artisan coffee brewing process" }, { imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-skyline-sunset_23-2148287796.jpg", imageAlt: "Sandton business district skyline" }, -- 2.49.1