Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact-home" data-section="contact-home">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Connect With ORDIAMEX Today"
|
||||
description="Whether for investment, partnership, or general inquiries, our team is ready to assist you. Reach out to explore opportunities."
|
||||
buttons={[
|
||||
{ text: "Contact Our Team", href: "/contact" },
|
||||
{ text: "Request Partnership", href: "/contact" }
|
||||
]}
|
||||
buttonAnimation="expand-hover"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user