diff --git a/src/app/page.tsx b/src/app/page.tsx index b02e555..a4b404c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Design Studio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ { text: "Start a Project", href: "contact" }, @@ -193,7 +193,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Build Something Exceptional?" description="Let's create a website that performs as beautifully as it looks. Get in touch with our team today to start your project." - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Start Your Project"