We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256fb0d commit ed15b99Copy full SHA for ed15b99
1 file changed
src/components/modules/Home/HeroSection.tsx
@@ -28,7 +28,7 @@ const HeroSection = ({ movies }: HeroSectionProps) => {
28
<div>
29
<div className="inline-flex items-center gap-2 bg-white rounded-full px-4 py-1.5 text-xs font-medium text-text-base shadow-sm mb-5">
30
<span className="w-1.5 h-1.5 rounded-full bg-brand" />
31
- New Releases Every Week - Join Now
+ New Releases Every Week
32
</div>
33
34
<h1 className="text-[52px] md:text-[64px] font-black tracking-[-0.035em] text-ink leading-[1.02] mb-6">
0 commit comments