Skip to content

Fix Partners section — replace Starknet/Argent with Stellar ecosystem partners #35

@manoahLinks

Description

@manoahLinks

Description

The PartnersSection.tsx component displays Starknet and Argent logos/branding. This is a Stellar/Soroban project — the partners section should reference Stellar ecosystem partners instead.

Current Code

{ name: 'Argent', type: 'argent', logo: '/argent.svg' },
{ name: 'Starknet Foundation', type: 'foundation', logo: '/starknet.svg' },
{ name: 'Starknet', type: 'starknet', logo: '/starknet.svg' },

Expected Fix

Replace with Stellar ecosystem partners, e.g.:

  • Stellar Development Foundation
  • Freighter Wallet
  • Soroban
  • Or actual project partners

Files

  • soroban-client/components/PartnersSection.tsx
  • Replace SVG assets in soroban-client/public/

Acceptance Criteria

  • Remove all Starknet/Argent references
  • Add Stellar ecosystem partner logos and names
  • Update SVG assets in public directory
  • Marquee animation still works correctly

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions