diff --git a/src/app/page.tsx b/src/app/page.tsx index 60a53ea..f67747d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,13 +96,13 @@ export default function HomePage() { { text: "Invest With Us", href: "/investment-opportunities" }, { text: "Request Partnership", href: "/contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="text-stagger" testimonials={[ - { id: "1", 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" }, - { id: "2", 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" }, - { id: "3", name: "Michael B. Johnson", handle: "Logistics Partner Inc.", testimonial: "The efficiency and reliability of ORDIAMEX's logistics ensure seamless global distribution of precious minerals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "Geological map with data" }, - { id: "4", name: "Sarah L. Williams", handle: "Community Development Lead", testimonial: "ORDIAMEX truly invests in local communities, fostering growth and opportunity hand-in-hand with development.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-with-wood_23-2148931071.jpg", imageAlt: "Community project in Guinea" }, - { id: "5", name: "Robert G. Davis", handle: "Private Equity Fund", testimonial: "A truly premium partner for international investment, offering strong governance and a clear vision for the future.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-high-protocol-event_23-2150951359.jpg", imageAlt: "Financial presentation" } + { 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" }, + { name: "Michael B. Johnson", handle: "Logistics Partner Inc.", testimonial: "The efficiency and reliability of ORDIAMEX's logistics ensure seamless global distribution of precious minerals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "Geological map with data" }, + { name: "Sarah L. Williams", handle: "Community Development Lead", testimonial: "ORDIAMEX truly invests in local communities, fostering growth and opportunity hand-in-hand with development.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-with-wood_23-2148931071.jpg", imageAlt: "Community project in Guinea" }, + { name: "Robert G. Davis", handle: "Private Equity Fund", testimonial: "A truly premium partner for international investment, offering strong governance and a clear vision for the future.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-high-protocol-event_23-2150951359.jpg", imageAlt: "Financial presentation" } ]} 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" @@ -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="entrance-slide" + metricsAnimation="text-stagger" useInvertedBackground={true} /> @@ -136,7 +136,7 @@ export default function HomePage() { ]} carouselMode="buttons" gridVariant="bento-grid" - animationType="entrance-slide" + animationType="scale-in" textboxLayout="default" useInvertedBackground={false} /> @@ -156,7 +156,7 @@ export default function HomePage() { ]} carouselMode="buttons" gridVariant="two-columns-alternating-heights" - animationType="entrance-slide" + animationType="scale-in" 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="entrance-slide" + animationType="scale-in" 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="entrance-slide" + animationType="scale-in" textboxLayout="default" useInvertedBackground={true} tag="Our ESG Pillars" @@ -216,7 +216,7 @@ export default function HomePage() { { text: "Contact Our Team", href: "/contact" }, { text: "Request Partnership", href: "/contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="text-stagger" background={{ variant: "plain" }} useInvertedBackground={true} />