diff --git a/src/app/page.tsx b/src/app/page.tsx index 4578613..967d595 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" /> @@ -253,6 +266,7 @@ export default function LandingPage() { { text: "Request a Demo", href: "#"}, ]} + buttonAnimation="slide-up" /> @@ -278,4 +292,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file