fix: update heading in hero for clarity about first oss video editor
This commit is contained in:
@ -96,10 +96,9 @@ export function Hero({ signupCount }: HeroProps) {
|
|||||||
transition={{ delay: 0.2, duration: 0.8 }}
|
transition={{ delay: 0.2, duration: 0.8 }}
|
||||||
className="inline-block font-bold tracking-tighter text-4xl md:text-[4rem]"
|
className="inline-block font-bold tracking-tighter text-4xl md:text-[4rem]"
|
||||||
>
|
>
|
||||||
<h1>The First Open Source</h1>
|
<h1>The open source</h1>
|
||||||
<div className="flex justify-center gap-4 leading-[4rem] mt-0 md:mt-2">
|
<div className="flex justify-center gap-4 leading-[4rem] mt-0 md:mt-2">
|
||||||
<span className="md:pl-24 ">Online</span>
|
<div className="relative -rotate-[2.76deg] max-w-[250px] md:max-w-[454px] mt-2">
|
||||||
<div className="relative -rotate-[3.76deg] max-w-[250px] md:max-w-[454px]">
|
|
||||||
<Image
|
<Image
|
||||||
className="mt-2.5 md:mt-0"
|
className="mt-2.5 md:mt-0"
|
||||||
src="/frame.svg"
|
src="/frame.svg"
|
||||||
|
Reference in New Issue
Block a user