Skip to content

Commit

Permalink
updating title
Browse files Browse the repository at this point in the history
  • Loading branch information
80asv committed Sep 16, 2024
1 parent 46a8c93 commit b461950
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions frontend/src/components/trends/trends-title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ export default function TrendsTitle({ children }: TrendsTitleProps) {
}}
className="text-center text-4xl font-semibold text-white md:text-7xl"
>
What's trending
Voices of Now: What the World is Talking About
</motion.h1>
<div className="relative mx-auto mt-10 max-w-screen-lg text-center text-sm text-white md:mt-16 md:text-base">
<div className="relative mx-auto mt-10 max-w-screen-lg text-center text-sm text-white md:mt-12 md:text-base">
<motion.p variants={itemVariants}>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequatur aliquid
ullam, illum reprehenderit adipisci quae molestiae ea a aspernatur modi
suscipit cupiditate ratione excepturi? Harum dolores voluptatem deserunt sequi
veritatis.
From everyday moments to world-shaping debates, here you'll find the shared memories that define today.
</motion.p>
<div className="absolute top-3 aspect-video h-32 w-full bg-[#dbaafe38] blur-[120px]"></div>
</div>
Expand Down

0 comments on commit b461950

Please sign in to comment.