diff --git a/src/app/page.tsx b/src/app/page.tsx index ee66df3..e4684a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,14 +65,17 @@ export default function LandingPage() { ], stats: [ { - title: "Active Wallets", values: ["2,847", "3,156", "3,892"], - description: "Wallets tracked daily"}, + title: "Active Wallets", values: [2847, 3156, 3892], + description: "Wallets tracked daily" + }, { - title: "Users", values: ["156k", "287k", "412k"], - valueSuffix: "+", description: "Growing community"}, + title: "Users", values: [156000, 287000, 412000], + valueSuffix: "+", description: "Growing community" + }, { - title: "Security Score", values: ["94", "96", "98"], - valuePrefix: "", description: "Average rating"}, + title: "Security Score", values: [94, 96, 98], + valuePrefix: "", description: "Average rating" + }, ], chartTitle: "Wallet Adoption Trend", chartData: [ { value: 45 }, @@ -99,13 +102,17 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Advanced Security Analysis", description: "Real-time security audits and threat detection for every wallet. Know exactly how your assets are protected.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/a-secure-lock-icon-with-blockchain-netwo-1773063943476-eef58527.png?_wi=1", imageAlt: "Security analysis visualization"}, + title: "Advanced Security Analysis", description: "Real-time security audits and threat detection for every wallet. Know exactly how your assets are protected.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/a-secure-lock-icon-with-blockchain-netwo-1773063943476-eef58527.png", imageAlt: "Security analysis visualization" + }, { - title: "Side-by-Side Comparison", description: "Compare wallets features, fees, and capabilities instantly. Make data-driven decisions based on your needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/a-comparison-chart-or-grid-showing-diffe-1773063944845-d0e89a92.png", imageAlt: "Wallet comparison interface"}, + title: "Side-by-Side Comparison", description: "Compare wallets features, fees, and capabilities instantly. Make data-driven decisions based on your needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/a-comparison-chart-or-grid-showing-diffe-1773063944845-d0e89a92.png", imageAlt: "Wallet comparison interface" + }, { - title: "Multi-Chain Integration", description: "Support for Bitcoin, Ethereum, Solana, and 50+ blockchains. One finder for all your crypto ecosystems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/multiple-cryptocurrency-logos-and-blockc-1773063944868-37a203c9.png", imageAlt: "Multi-chain network integration"}, + title: "Multi-Chain Integration", description: "Support for Bitcoin, Ethereum, Solana, and 50+ blockchains. One finder for all your crypto ecosystems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/multiple-cryptocurrency-logos-and-blockc-1773063944868-37a203c9.png", imageAlt: "Multi-chain network integration" + }, { - title: "Expert Recommendations", description: "AI-powered suggestions based on your usage patterns, security preferences, and investment strategy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/a-secure-lock-icon-with-blockchain-netwo-1773063943476-eef58527.png?_wi=2", imageAlt: "AI recommendation engine"}, + title: "Expert Recommendations", description: "AI-powered suggestions based on your usage patterns, security preferences, and investment strategy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai7yJA6KpKcyHBFxPgQmE7pa57/a-secure-lock-icon-with-blockchain-netwo-1773063943476-eef58527.png", imageAlt: "AI recommendation engine" + }, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -120,7 +127,8 @@ export default function LandingPage() {