From ffaa7ba84f077fd5a7f0f5e3c59df261cea8a50f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 08:51:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2934a9..705f337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { { text: "Get Free Consultation", href: "#contact" } ]} buttonAnimation="slide-up" - background="radial-gradient" + background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg?_wi=1", imageAlt: "Professional CA office workspace" + imageSrc: "http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg", imageAlt: "Professional CA office workspace" } ]} mediaAnimation="slide-up" @@ -72,7 +72,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Learn More", href: "#why-us" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg" imageAlt="Virendra Maurya Chartered Accountant" useInvertedBackground={false} ariaLabel="About section" @@ -231,6 +231,7 @@ export default function LandingPage() { useInvertedBackground={true} buttonText="Get Free Consultation" mediaPosition="right" + mediaAnimation="slide-up" ariaLabel="Contact section" /> -- 2.49.1