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 } from 'lucide-react'; import MockupFrame from './MockupFrame'; import { MockupCard, MockupLabel } from './MockupPrimitives'; export default function MockupHome04TaskSprint() { return ( Sprint of the hour Capture three smiles in 5 minutes Earn double points for finishing early. Progress 2/3 Rewards +180 Unlock more prompts after this sprint. ); }