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() {