From 3e9b432dd9f7df061ca605c277a068480b851e7c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:11:23 +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 f08c646..fe0c14c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -203,7 +203,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Stay Updated on Local Events" description="Subscribe to our newsletter and receive exclusive travel tips, special offers, and updates about upcoming events in our region." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1