From acd0400dae056caa4d9453b066eabbb7e3dcce01 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:19:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d799cae..74a1b48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Trusted Retailer" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/stone-panel-with-gold-veining-wood-luxury-details_169016-71008.jpg", imageAlt: "Premium marble stone"}, @@ -209,7 +209,7 @@ export default function LandingPage() { { text: "View Showroom Hours", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1