From 9a78a663b58c904bb62bf890629b3324106fe8f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:46:28 +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 0536ab1..305d011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Web Design Studio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "View Our Work", href: "portfolio" }, { text: "Start a Project", href: "contact" }, -- 2.49.1