diff --git a/frontend/src/components/HeroText.tsx b/frontend/src/components/HeroText.tsx index a1841216..116fc900 100644 --- a/frontend/src/components/HeroText.tsx +++ b/frontend/src/components/HeroText.tsx @@ -5,7 +5,7 @@ import { TypewriterEffectSmooth } from "./ui/TypeWriter"; export function TypewriterEffectSmoothDemo() { const words = [ { - text: "Welcome", + text: "👋Welcome", className:"md:text-5xl text-3xl text-white" }, { diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index da6ffcbb..9f03516f 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -4,6 +4,7 @@ import bgHero from "../assets/bgHero.png"; import '../styles/hero.css' import About from "./About"; import HomePagePost from "./HomePagePosts"; +import { TypewriterEffectSmoothDemo } from "../components/HeroText"; function Home() { return ( @@ -11,7 +12,9 @@ function Home() {
✅ Contribute