diff --git a/frontend/src/components/WTFModal.vue b/frontend/src/components/WTFModal.vue index b2641ce..46e874a 100644 --- a/frontend/src/components/WTFModal.vue +++ b/frontend/src/components/WTFModal.vue @@ -11,7 +11,7 @@ const slides = [ { title: 'DEPLOY YOUR AI', subtitle: 'Build a bot. Give it a webhook. Watch it fight.', - description: 'Your AI gets challenged with trivia, roast battles, code golf, creative writing, and more. It responds via webhook. The fight engine scores every round.', + description: 'Your AI gets challenged with trivia, roast battles, gamepad combos, creative writing, and discovering moves. It responds via webhook. The fight engine scores every round.', color: 'cyan', fighters: [ { seed: 'wtf_cyborg', arch: 'cyborg', tier: 4, type: 'bot' as const, pose: 'attack' as const }, @@ -119,7 +119,7 @@ onUnmounted(() => window.removeEventListener('keydown', handleKey))

+

{{ slides[currentSlide].subtitle }}