diff --git a/components/Hero.tsx b/components/Hero.tsx index 76527cc..4fde3aa 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -54,8 +54,8 @@ export default function Hero() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.6 }} > - A curated collection of creative and utility tools for developers and creators - Simple, powerful, and always at your fingertips + A curated collection of creative and utility tools for developers and creators. + Simple, powerful, and always at your fingertips. {/* CTA Buttons */} diff --git a/components/layout/AppHeader.tsx b/components/layout/AppHeader.tsx index 692ad8a..a0594ad 100644 --- a/components/layout/AppHeader.tsx +++ b/components/layout/AppHeader.tsx @@ -22,7 +22,7 @@ export function AppHeader() {