diff --git a/src/app/page.tsx b/src/app/page.tsx index 677e109..f0311d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65778.jpg" imageAlt="Company team collaboration" imagePosition="right" + mediaAnimation="none" bulletPoints={[ { title: "Industry Expertise", description: "Over 20 years of experience serving Fortune 500 companies and startups alike.", icon: Award @@ -94,10 +95,10 @@ export default function LandingPage() { title: "Business Strategy", description: "Strategic planning and execution frameworks to align your organization with market opportunities.", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=1", imageAlt: "Business strategy consultation" + imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Business strategy consultation" }, { - imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg?_wi=1", imageAlt: "Strategic planning results" + imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg", imageAlt: "Strategic planning results" } ] }, @@ -105,10 +106,10 @@ export default function LandingPage() { title: "Digital Transformation", description: "Modernize your operations with cutting-edge technology and process optimization.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg?_wi=2", imageAlt: "Digital technology solutions" + imageSrc: "http://img.b2bpic.net/free-vector/rocket-landing-page_23-2148151207.jpg", imageAlt: "Digital technology solutions" }, { - imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=2", imageAlt: "Transformation implementation" + imageSrc: "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Transformation implementation" } ] }