diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 45ce930..7440f98 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -75,12 +75,13 @@ export function HomePage() { {FEATURES.map((f) => (
  • - - + + {f.title} - {' — '} - {f.desc} + + {f.desc} +
  • ))}