diff --git a/src/app/page.tsx b/src/app/page.tsx index 662a2c6..f245d35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwU90LoZPccsuk9BgUfqrGSncb/uploaded-1773503011232-evji6ynp.png", imageAlt: "Business coaching session" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwU90LoZPccsuk9BgUfqrGSncb/uploaded-1773503011233-rc1he1hr.png?_wi=1", imageAlt: "Coaching team collaboration" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwU90LoZPccsuk9BgUfqrGSncb/uploaded-1773503011233-rc1he1hr.png", imageAlt: "Coaching team collaboration" } ]} mediaAnimation="slide-up" @@ -82,7 +82,7 @@ export default function LandingPage() { description="We believe that every entrepreneur has the potential for extraordinary success. Our coaching programs are designed to unlock that potential through personalized strategies, proven methodologies, and unwavering support." subdescription="With over 15 years of combined experience, our coaches have helped businesses scale from startup to seven-figures. We specialize in executive coaching, business strategy, and leadership development." icon={Target} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwU90LoZPccsuk9BgUfqrGSncb/uploaded-1773503011233-rc1he1hr.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwU90LoZPccsuk9BgUfqrGSncb/uploaded-1773503011233-rc1he1hr.png" imageAlt="Professional coaching team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -121,8 +121,8 @@ export default function LandingPage() { ]} useInvertedBackground={true} className="features-section" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base text-slate-700 mt-4" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base text-slate-700 mt-4" /> @@ -187,8 +187,8 @@ export default function LandingPage() { } ]} className="testimonials-section" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base text-slate-700 mt-4" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base text-slate-700 mt-4" /> @@ -223,8 +223,8 @@ export default function LandingPage() { } ]} className="pricing-section" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base text-slate-700 mt-4" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base text-slate-700 mt-4" />