7 Commits

Author SHA1 Message Date
4756badfaf Merge version_2 into main
Merge version_2 into main
2026-06-03 12:04:52 +00:00
d7bbd6144c Update src/app/page.tsx 2026-06-03 12:04:46 +00:00
0d1783e6ff Merge version_2 into main
Merge version_2 into main
2026-06-03 12:04:20 +00:00
b06a18830f Update src/app/page.tsx 2026-06-03 12:04:17 +00:00
1134cec18a Merge version_2 into main
Merge version_2 into main
2026-06-03 12:03:54 +00:00
90cf58bb22 Update src/app/page.tsx 2026-06-03 12:03:51 +00:00
8030584abc Merge version_1 into main
Merge version_1 into main
2026-06-03 11:58:29 +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." 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" tag="Next-Gen Diamond Trade"
tagIcon={Diamond} tagIcon={Diamond}
tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Browse Inventory", href: "#inventory"}, 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" 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" imageAlt="Rough diamond in a gloved hand, representing sourcing and polishing"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -111,13 +113,14 @@ export default function LandingPage() {
<TestimonialAboutCard <TestimonialAboutCard
useInvertedBackground={true} useInvertedBackground={true}
tag="Our Mission" tag="Our Mission"
tagAnimation="slide-up"
title="Empowering Transparency in the Diamond Supply Chain" title="Empowering Transparency in the Diamond Supply Chain"
description="DiamondConnect provides a secure and transparent platform for rough diamond suppliers and polishing manufacturers worldwide." 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." subdescription="We bridge the gap, ensuring trusted partnerships, verified quality, and efficient transactions for sustainable growth in the global diamond industry."
icon={ShieldCheck} icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg" imageSrc="http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg"
imageAlt="Business professionals reviewing digital diamond reports" imageAlt="Business professionals reviewing digital diamond reports"
mediaAnimation="opacity" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -135,6 +138,7 @@ export default function LandingPage() {
]} ]}
title="Key Platform Features" title="Key Platform Features"
description="Streamline your operations with our robust tools designed for the modern diamond trade." description="Streamline your operations with our robust tools designed for the modern diamond trade."
tagAnimation="slide-up"
/> />
</div> </div>
@@ -166,6 +170,8 @@ export default function LandingPage() {
]} ]}
title="Explore Our Rough Diamond Inventory" title="Explore Our Rough Diamond Inventory"
description="Discover a diverse selection of certified rough diamonds from trusted global suppliers, ready for your polishing needs." 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> </div>
@@ -190,6 +196,8 @@ export default function LandingPage() {
]} ]}
title="Unlocking Value in Global Diamond Trade" title="Unlocking Value in Global Diamond Trade"
description="Our platform is built on a foundation of trust, efficiency, and unparalleled market access." description="Our platform is built on a foundation of trust, efficiency, and unparalleled market access."
tagAnimation="slide-up"
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -218,6 +226,8 @@ export default function LandingPage() {
]} ]}
title="What Our Partners Say" title="What Our Partners Say"
description="Hear from leading suppliers and manufacturers on how DiamondConnect has transformed their operations." description="Hear from leading suppliers and manufacturers on how DiamondConnect has transformed their operations."
tagAnimation="slide-up"
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -238,6 +248,8 @@ export default function LandingPage() {
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to the most common questions about using our platform." description="Find quick answers to the most common questions about using our platform."
faqsAnimation="slide-up" faqsAnimation="slide-up"
tagAnimation="slide-up"
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -278,4 +290,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }