From 16653bdbe98c171ae90ef3dce5205554eb1c1518 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:36:44 +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 ab16a1c..92a952b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "contact" }, { text: "View Our Work", href: "portfolio" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885662.jpg" imageAlt="A&A Website Agency team working together" mediaAnimation="slide-up" -- 2.49.1