diff --git a/src/app/page.tsx b/src/app/page.tsx index 52d6858..60abb56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Executive Coaching" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="opacity" title="Transform Your Leadership & Accelerate Business Growth" description="I work with ambitious executives and entrepreneurs to clarify vision, overcome challenges, and achieve sustainable success. Through personalized coaching, strategic guidance, and proven frameworks, I help you unlock your full potential." buttons={[ @@ -54,10 +54,10 @@ export default function LandingPage() { { text: "Learn More", href: "#features"}, ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg?_wi=1", imageAlt: "executive coaching business professional mentor session confident leader"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg", imageAlt: "executive coaching business professional mentor session confident leader"}, { imageSrc: "http://img.b2bpic.net/free-photo/group-business-associates-meeting-boardroom-align-performance-goals-with-project-indicators_482257-133437.jpg", imageAlt: "business growth strategy planning corporate success team collaboration"}, ]} @@ -70,7 +70,7 @@ export default function LandingPage() {