From 86cd1519ce50875c92b0087f4b0d1fb3464c38b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:12:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a89480..1d3e8ae 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="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Invest With Us", href: "/investment-opportunities" }, { text: "Request Partnership", href: "/contact" } ]} - buttonAnimation="expand-hover" + buttonAnimation="slide-up" 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="expand-hover" + mediaAnimation="slide-up" /> @@ -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="expand-hover" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -136,7 +136,7 @@ export default function HomePage() { ]} carouselMode="buttons" gridVariant="bento-grid" - animationType="lift-up" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -156,7 +156,7 @@ export default function HomePage() { ]} carouselMode="buttons" gridVariant="two-columns-alternating-heights" - animationType="lift-up" + animationType="slide-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="lift-up" + animationType="slide-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="lift-up" + animationType="slide-up" textboxLayout="default" useInvertedBackground={true} tag="Our ESG Pillars" @@ -209,14 +209,14 @@ export default function HomePage() {
-- 2.49.1