From 6b3e5b8070e4a7407211cb09bc216ef0de728ddc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:28:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce36676..2d76539 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,30 +173,7 @@ export default function LandingPage() { title="Trusted by Elite Esports Organizations" description="Leading professional teams worldwide rely on RealtimeAI for competitive advantage" logos={[ - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/team-liquid-esports-organization-logo-pr-1772576760010-6f6922cb.png", alt: "Team Liquid" - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/fnatic-esports-organization-logo-distinc-1772576761543-88062d94.png", alt: "Fnatic" - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/g2-esports-organization-logo-iconic-prof-1772576760683-50501402.png", alt: "G2 Esports" - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/100-thieves-esports-organization-logo-re-1772576760694-e47c7cf1.png", alt: "100 Thieves" - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/tsm-team-solomid-esports-organization-lo-1772576763308-d897e778.png", alt: "TSM" - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/sk-gaming-esports-organization-logo-hist-1772576759814-bbabb49a.png", alt: "SK Gaming" - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/cloud9-esports-organization-logo-well-kn-1772576760302-ad999ef5.png", alt: "Cloud9" - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/immortals-esports-organization-logo-prof-1772576761025-8d9b1da1.png", alt: "Immortals" - } + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/team-liquid-esports-organization-logo-pr-1772576760010-6f6922cb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/fnatic-esports-organization-logo-distinc-1772576761543-88062d94.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/g2-esports-organization-logo-iconic-prof-1772576760683-50501402.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/100-thieves-esports-organization-logo-re-1772576760694-e47c7cf1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/tsm-team-solomid-esports-organization-lo-1772576763308-d897e778.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/sk-gaming-esports-organization-logo-hist-1772576759814-bbabb49a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/cloud9-esports-organization-logo-well-kn-1772576760302-ad999ef5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASCfzCq5OG8cCIjLCi3fkTClIV/immortals-esports-organization-logo-prof-1772576761025-8d9b1da1.png" ]} names={["Team Liquid", "Fnatic", "G2 Esports", "100 Thieves", "TSM", "SK Gaming", "Cloud9", "Immortals"]} textboxLayout="default" -- 2.49.1