import React from 'react'; import { YStack, XStack } from '@tamagui/stacks'; import { SizableText as Text } from '@tamagui/text'; import { Button } from '@tamagui/button'; import { Sparkles, Trophy, Play } from 'lucide-react'; import MockupFrame from './MockupFrame'; import { MockupCard, MockupLabel } from './MockupPrimitives'; export default function Mockup03PromptQuest() { return ( Prompt of the hour Capture the boldest dance move Earn 120 points for completing this prompt. Quest progress 65% {[1, 2, 3].map((item) => ( Task {item} Quick challenge to spark the moment. +50 ))} ); }