From 13d2595d4383e8eb1c25288cde1bf12c9e836ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:00:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9132286..e12e807 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -46,8 +46,8 @@ export default function LandingPage() { description="Helping founders, creators and organizations grow through strategic branding, PR and digital marketing." tag="Turning Ideas Into Growing Brands" tagAnimation="slide-up" - background={{ variant: "blurBottom" }} - imageSrc="http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg" imageAlt="Abstract branding visuals and gradient shapes" buttons={[ { text: "Start Your Brand Journey", href: "contact" }, @@ -175,7 +175,7 @@ export default function LandingPage() { tag="Get Started" title="Ready to Build Your Influence?" description="Join leading brands and visionary founders who are transforming their markets. Let's create something extraordinary together." - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Strategy Call" @@ -185,7 +185,7 @@ export default function LandingPage() {