refactor: update hero text in HomeHero component for clarity and engagement

This commit is contained in:
Mo Tarbin
2025-09-14 22:05:51 -04:00
parent bd14a35e23
commit 36093b9199

View File

@@ -19,7 +19,8 @@ const HomeHero = () => {
const windowThreshold = 600
const { mode, setMode } = useColorScheme()
const HERO_TEXT_THAT = [
'The task manager that helps familiesand individuals stay on top of chores with smart scheduling, fair assignments, and powerful automation.',
// 'The collaborative task manager that makes household management fair, fun, and effortless.',
'The smart task manager that keeps individuals and families organized with intelligent scheduling and fair task distribution.',
]
const [heroTextIndex, setHeroTextIndex] = React.useState(0)