WelcomeCard
The WelcomeCard component is a card with a welcome message and a button to perform an action.

Basic Usage
<WelcomeCard
userName="Demo User"
onPress={handleWelcome}
subtitle="Ready to explore today?"
/>Import
import WelcomeCard from "../components/WelcomeCard";Props
userName(string)subtitle(string)onPress(function, Required)