From 126acfdf07d6d31c7dbea8e87c2a72888548cfa0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:31:54 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d7632be..1caf254 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -119,9 +119,9 @@ export default function AboutPage() { tag="Partners & Integrations" tagIcon={Users} tagAnimation="slide-up" - names=[ + names={[ "Coinbase", "Kraken", "Binance", "Ledger", "Trezor", "MetaMask", "Gemini" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/gradient-accounting-logo_23-2148844138.jpg", "http://img.b2bpic.net/free-vector/flat-design-catfish-logo-design_23-2151170874.jpg", "http://img.b2bpic.net/free-vector/flat-bitcoin-logos-pack_23-2148968710.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-design_23-2150934174.jpg", "http://img.b2bpic.net/free-vector/collection-flat-design-c-logos_23-2148901463.jpg", "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151205031.jpg", "http://img.b2bpic.net/free-photo/sagittarius-zodiac-sign-gold-glitter-horoscope-astrology-background-sagittarius-dark-background_559531-12123.jpg" ]} -- 2.49.1