Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -91,12 +91,12 @@ export default function HomePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Discover Opportunity"
|
tag="Discover Opportunity"
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="text-stagger"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Invest With Us", href: "/investment-opportunities" },
|
{ text: "Invest With Us", href: "/investment-opportunities" },
|
||||||
{ text: "Request Partnership", href: "/contact" }
|
{ text: "Request Partnership", href: "/contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="text-stagger"
|
buttonAnimation="hover-magnetic"
|
||||||
testimonials={[
|
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: "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: "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" },
|
||||||
@@ -119,7 +119,7 @@ export default function HomePage() {
|
|||||||
{ icon: Trophy, label: "Operational Excellence", value: "Proven Track Record" },
|
{ icon: Trophy, label: "Operational Excellence", value: "Proven Track Record" },
|
||||||
{ icon: Leaf, label: "Sustainable Impact", value: "Future Focused" }
|
{ icon: Leaf, label: "Sustainable Impact", value: "Future Focused" }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="text-stagger"
|
metricsAnimation="hover-magnetic"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
animationType="scale-in"
|
animationType="hover-magnetic"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -156,7 +156,7 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
animationType="scale-in"
|
animationType="fade-in"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
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"] }
|
{ 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"
|
carouselMode="buttons"
|
||||||
animationType="scale-in"
|
animationType="fade-in"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Explore Opportunities", href: "/investment-opportunities" }]}
|
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."
|
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."] }}
|
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."] }}
|
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="scale-in"
|
animationType="fade-in"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
tag="Our ESG Pillars"
|
tag="Our ESG Pillars"
|
||||||
@@ -202,6 +202,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
|
animationType="fade-in"
|
||||||
tag="Our Valued Network"
|
tag="Our Valued Network"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -209,14 +210,14 @@ export default function HomePage() {
|
|||||||
<div id="contact-home" data-section="contact-home">
|
<div id="contact-home" data-section="contact-home">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="text-stagger"
|
||||||
title="Connect With ORDIAMEX Today"
|
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."
|
description="Whether for investment, partnership, or general inquiries, our team is ready to assist you. Reach out to explore opportunities."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Our Team", href: "/contact" },
|
{ text: "Contact Our Team", href: "/contact" },
|
||||||
{ text: "Request Partnership", href: "/contact" }
|
{ text: "Request Partnership", href: "/contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="text-stagger"
|
buttonAnimation="hover-magnetic"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user