From 5fc7b33b72dada2d4e40a0589fcd3c39ec96a9b5 Mon Sep 17 00:00:00 2001 From: Yves Gugger Date: Tue, 16 Dec 2025 17:27:31 +0100 Subject: [PATCH] Replace partner names with TBA on yield page --- frontend/src/app/yield/page.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/yield/page.tsx b/frontend/src/app/yield/page.tsx index 72d5b90..687a46d 100644 --- a/frontend/src/app/yield/page.tsx +++ b/frontend/src/app/yield/page.tsx @@ -325,7 +325,7 @@ export default function YieldPage() {

Monetize

- Traffic is routed to the highest-bidding partner for that vertical (e.g. Comparis). You earn a commission (CPA) on conversion. + Traffic is routed to the highest-bidding partner for that vertical. You earn a commission (CPA) on conversion.

@@ -378,23 +378,16 @@ export default function YieldPage() {
- {[ - { name: 'COMPARIS', initial: 'C' }, - { name: 'AXA', initial: 'A' }, - { name: 'HOMEGATE', initial: 'H' }, - { name: 'SWISS LIFE', initial: 'S' }, - { name: 'JOBS.CH', initial: 'J' }, - { name: 'SANOTAS', initial: 'S' } - ].map((partner, i) => ( + {[1, 2, 3, 4, 5, 6].map((_, i) => (
- {partner.name} + TBA
))}

- Direct integrations with top-tier Swiss & EU brands. + Partner announcements coming soon.

(