diff --git a/src/app/page.tsx b/src/app/page.tsx index d52e5bd..dcf60db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,65 +48,40 @@ export default function LandingPage() {
@@ -126,23 +93,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - icon: Zap, - title: "TPS Rate", - value: "1.2M+", - }, + id: "1", icon: Zap, + title: "TPS Rate", value: "1.2M+"}, { - id: "2", - icon: Shield, - title: "Security Audit Score", - value: "99.9%", - }, + id: "2", icon: Shield, + title: "Security Audit Score", value: "99.9%"}, { - id: "3", - icon: Users, - title: "Global Traders", - value: "500k+", - }, + id: "3", icon: Users, + title: "Global Traders", value: "500k+"}, ]} title="Market Leading Performance" description="Trusted by investors globally to deliver consistent results." @@ -155,33 +113,26 @@ export default function LandingPage() { title="Built for the Modern Era" buttons={[ { - text: "Read Our Vision", - href: "#", - }, + text: "Read Our Vision", href: "#"}, ]} />