diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx
index 4a0529aa..c81e1963 100644
--- a/apps/web/app/(landing)/Hero.tsx
+++ b/apps/web/app/(landing)/Hero.tsx
@@ -53,7 +53,7 @@ function Hero() {
It's free. Sign up now
@@ -72,13 +72,9 @@ function Hero() {
}}
src="/images/landing-hero.jpeg"
alt="Landing page background"
- width={1512}
- height={1405}
draggable="false"
- className="z-40 md:mt-[-40px] hidden sm:block h-full max-w-[70vw] mx-auto md:w-full select-none px-5 rounded-2xl"
- style={{
- borderRadius: "20px",
- }}
+ className="z-40 md:mt-[-40px] hidden sm:block h-full max-w-[70vw] mx-auto md:w-full select-none rounded-2xl"
+
/>