Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 15:01:11 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboard
title="The Future of Cryptocurrency Trading"
description="Secure, fast, and intelligent blockchain trading platform designed for modern investors. Trade with confidence on our advanced fintech infrastructure."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Next-Gen Fintech"
tagIcon={Zap}
tagAnimation="slide-up"
@@ -263,7 +263,7 @@ export default function LandingPage() {
{ text: "Get Started Now", href: "https://example.com/signup" },
{ text: "Schedule Demo", href: "#" },
]}
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>