Update src/app/page.tsx

This commit is contained in:
2026-03-27 12:56:15 +00:00
parent 8f95d7ed38
commit 97bcd6c7cd

View File

@@ -71,13 +71,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Automated Routing", description: "Best-route computation analyzing both price and safety metrics across all integrated bridges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png"
title: "Automated Routing", description: "Best-route computation analyzing both price and safety metrics across all integrated bridges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png?_wi=1"
},
{
title: "Single-Flow Swaps", description: "Swap assets from chain A to chain B in one transaction without needing to manually bridge.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png"
title: "Single-Flow Swaps", description: "Swap assets from chain A to chain B in one transaction without needing to manually bridge.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png?_wi=2"
},
{
title: "Real-time Tracking", description: "Monitor your transaction status from wallet confirmation to final execution on the destination chain.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png"
title: "Real-time Tracking", description: "Monitor your transaction status from wallet confirmation to final execution on the destination chain.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png?_wi=3"
}
]}
/>
@@ -90,10 +90,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", title: "Excellent UX", quote: "Finally, a tool that makes cross-chain swaps look like standard DEX trades.", name: "Alex R.", role: "DeFi Trader", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png" },
{ id: "2", title: "Fast and Reliable", quote: "MultiMesh saved me hours of manual bridging time. The routing is top-tier.", name: "Sarah J.", role: "Liquidity Provider", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png" },
{ id: "3", title: "Safe Routes", quote: "I feel secure knowing it prioritizes routes based on risk level, not just cost.", name: "David W.", role: "Protocol Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png" },
{ id: "4", title: "Game Changer", quote: "The cleanest interface in Web3. Absolute must-have for my multi-chain operations.", name: "Kim L.", role: "Web3 Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png" }
{ id: "1", title: "Excellent UX", quote: "Finally, a tool that makes cross-chain swaps look like standard DEX trades.", name: "Alex R.", role: "DeFi Trader", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png?_wi=4" },
{ id: "2", title: "Fast and Reliable", quote: "MultiMesh saved me hours of manual bridging time. The routing is top-tier.", name: "Sarah J.", role: "Liquidity Provider", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png?_wi=5" },
{ id: "3", title: "Safe Routes", quote: "I feel secure knowing it prioritizes routes based on risk level, not just cost.", name: "David W.", role: "Protocol Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png?_wi=6" },
{ id: "4", title: "Game Changer", quote: "The cleanest interface in Web3. Absolute must-have for my multi-chain operations.", name: "Kim L.", role: "Web3 Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWsHfpkr6D2v5YMKnXpUl50EWi/a-clean-modern-crypto-wallet-ui-dashboar-1774616112572-db061cc7.png?_wi=7" }
]}
/>
</div>