diff --git a/src/app/page.tsx b/src/app/page.tsx index 309486f..5a89480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,12 +91,12 @@ export default function HomePage() { background={{ variant: "plain" }} useInvertedBackground={false} tag="Discover Opportunity" - tagAnimation="text-stagger" + tagAnimation="entrance-slide" buttons={[ { text: "Invest With Us", href: "/investment-opportunities" }, { text: "Request Partnership", href: "/contact" } ]} - buttonAnimation="hover-magnetic" + buttonAnimation="expand-hover" testimonials={[ { name: "David K. Chen", handle: "Global Investor Group", testimonial: "ORDIAMEX consistently delivers exceptional returns through transparent and ethically-driven operations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cookies-baking-oven_23-2147962795.jpg", imageAlt: "Refined gold bars" }, { name: "Dr. Emily R. Smith", handle: "Resource Analyst", testimonial: "Their commitment to sustainable practices sets a new industry standard while maintaining robust production.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728863.jpg", imageAlt: "Logistics hub at night" }, @@ -107,7 +107,7 @@ export default function HomePage() { videoSrc="http://img.b2bpic.net/free-photo/girl-putting-yellow-boots_23-2147770357.jpg" imageSrc="http://img.b2bpic.net/free-photo/aerial-view-mexican-mountains-from_181624-11512.jpg" imageAlt="Aerial view of gold mine in Guinea" - mediaAnimation="entrance-slide" + mediaAnimation="expand-hover" /> @@ -119,7 +119,7 @@ export default function HomePage() { { icon: Trophy, label: "Operational Excellence", value: "Proven Track Record" }, { icon: Leaf, label: "Sustainable Impact", value: "Future Focused" } ]} - metricsAnimation="hover-magnetic" + metricsAnimation="expand-hover" useInvertedBackground={true} /> @@ -136,7 +136,7 @@ export default function HomePage() { ]} carouselMode="buttons" gridVariant="bento-grid" - animationType="hover-magnetic" + animationType="lift-up" textboxLayout="default" useInvertedBackground={false} /> @@ -156,7 +156,7 @@ export default function HomePage() { ]} carouselMode="buttons" gridVariant="two-columns-alternating-heights" - animationType="fade-in" + animationType="lift-up" textboxLayout="default" useInvertedBackground={true} /> @@ -172,7 +172,7 @@ export default function HomePage() { { id: "strategic", badge: "Strategic Partner", badgeIcon: Gem, price: "Strategic Partnership", subtitle: "Co-invest in major international projects and initiatives.", features: ["Joint Venture Opportunities", "Customized Investment Portfolios", "Priority Access to New Ventures"] } ]} carouselMode="buttons" - animationType="fade-in" + animationType="lift-up" textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Explore Opportunities", href: "/investment-opportunities" }]} @@ -185,7 +185,7 @@ export default function HomePage() { description="ORDIAMEX is dedicated to environmental stewardship, social responsibility, and robust governance, ensuring a positive impact on communities and ecosystems." negativeCard={{ items: ["Minimal environmental footprint with strict impact assessments.", "Zero tolerance for unethical labor practices.", "Responsible waste management & pollution prevention.", "No compromise on safety and occupational health standards."] }} positiveCard={{ items: ["Ecological restoration & biodiversity preservation initiatives.", "Empowering local communities with education & infrastructure.", "Transparent governance & anti-corruption policies.", "Investing in renewable energy for sustainable operations."] }} - animationType="fade-in" + animationType="lift-up" textboxLayout="default" useInvertedBackground={true} tag="Our ESG Pillars" @@ -202,7 +202,6 @@ export default function HomePage() { useInvertedBackground={false} speed={40} showCard={true} - animationType="fade-in" tag="Our Valued Network" /> @@ -210,14 +209,14 @@ export default function HomePage() {