diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8fe3ca4..ee98f71 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { title="Get Started Today" description="Tell us about your business and what you're looking to achieve. One of our experts will reach out to discuss how we can help you succeed online." background={{ - variant: "circleGradient"}} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Meeting" diff --git a/src/app/page.tsx b/src/app/page.tsx index 050ae99..7c983ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function HomePage() { text: "View Our Work", href: "/services"}, ]} background={{ - variant: "circleGradient"}} + variant: "radial-gradient"}} mediaAnimation="slide-up" buttonAnimation="slide-up" /> @@ -246,7 +246,7 @@ export default function HomePage() { title="Launch Your Business Online Today" description="Schedule a quick, free consultation with our team. We'll discuss your business, answer your questions, and show you exactly how BrandLift can help you attract more customers." background={{ - variant: "circleGradient"}} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Meeting" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b3c8b44..f9239bd 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -133,7 +133,7 @@ export default function ServicesPage() { tag="Ready to Get Started?" title="Launch Your Professional Website Today" description="Schedule a free consultation with our team to discuss your business goals and find the perfect service package for your needs." - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Schedule Meeting"