Update index.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 11:29:50 +02:00 committed by GitHub
parent 2db4661a15
commit 70234c6da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,15 @@ function Home() {
"landing-lg:mt-20",
)}
>
<LandingHeroSection />
<LandingHeroSection />
<LandingTrustedByDevelopers
className={clsx(
"mt-12",
"landing-sm:mt-20",
"landing-md:mt-28",
"landing-lg:mt-10",
)}
/>
</div>
<LandingSweetSpot />
<div