Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 12:03:54 +00:00

View File

@@ -66,10 +66,12 @@ export default function LandingPage() {
description="Connect with certified rough diamond suppliers and polishing experts. Transparent pricing, verified inventory, and secure transactions for the modern diamond industry."
tag="Next-Gen Diamond Trade"
tagIcon={Diamond}
tagAnimation="slide-up"
buttons={[
{
text: "Browse Inventory", href: "#inventory"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-large-white-quartz-rock-with-small-black-speck-top_91008-581.jpg"
imageAlt="Rough diamond in a gloved hand, representing sourcing and polishing"
mediaAnimation="slide-up"
@@ -111,13 +113,14 @@ export default function LandingPage() {
<TestimonialAboutCard
useInvertedBackground={true}
tag="Our Mission"
tagAnimation="slide-up"
title="Empowering Transparency in the Diamond Supply Chain"
description="DiamondConnect provides a secure and transparent platform for rough diamond suppliers and polishing manufacturers worldwide."
subdescription="We bridge the gap, ensuring trusted partnerships, verified quality, and efficient transactions for sustainable growth in the global diamond industry."
icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg"
imageAlt="Business professionals reviewing digital diamond reports"
mediaAnimation="opacity"
mediaAnimation="slide-up"
/>
</div>
@@ -135,6 +138,8 @@ export default function LandingPage() {
]}
title="Key Platform Features"
description="Streamline your operations with our robust tools designed for the modern diamond trade."
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -166,6 +171,8 @@ export default function LandingPage() {
]}
title="Explore Our Rough Diamond Inventory"
description="Discover a diverse selection of certified rough diamonds from trusted global suppliers, ready for your polishing needs."
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -190,6 +197,8 @@ export default function LandingPage() {
]}
title="Unlocking Value in Global Diamond Trade"
description="Our platform is built on a foundation of trust, efficiency, and unparalleled market access."
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -218,6 +227,8 @@ export default function LandingPage() {
]}
title="What Our Partners Say"
description="Hear from leading suppliers and manufacturers on how DiamondConnect has transformed their operations."
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -238,6 +249,8 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about using our platform."
faqsAnimation="slide-up"
tagAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
@@ -253,6 +266,7 @@ export default function LandingPage() {
{
text: "Request a Demo", href: "#"},
]}
buttonAnimation="slide-up"
/>
</div>
@@ -278,4 +292,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}