diff --git a/src/views/Landing/HomeHero.jsx b/src/views/Landing/HomeHero.jsx index aac3138..89b15e2 100644 --- a/src/views/Landing/HomeHero.jsx +++ b/src/views/Landing/HomeHero.jsx @@ -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)