diff --git a/README.md b/README.md index 8fa50e6e4..82df6d3b9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
-[](./.github/videos/demo.mp4) + Typebot is an open-source alternative to Landbot. It allows you to create conversational apps/forms (Lead qualification, Product launch, User onboarding, Customer support), embed them anywhere on your web/mobile apps, and collect results in real-time. diff --git a/apps/landing-page/components/Homepage/Hero/Hero.tsx b/apps/landing-page/components/Homepage/Hero/Hero.tsx index e325dc779..da3982294 100755 --- a/apps/landing-page/components/Homepage/Hero/Hero.tsx +++ b/apps/landing-page/components/Homepage/Hero/Hero.tsx @@ -102,6 +102,7 @@ export const Hero = () => { src={builderScreenshotSrc} alt="Builder screenshot" placeholder="blur" + style={{ borderRadius: '10px' }} /> diff --git a/apps/landing-page/public/images/homepage/builder.png b/apps/landing-page/public/images/homepage/builder.png index 18a5224a2..f8a2c5c35 100644 Binary files a/apps/landing-page/public/images/homepage/builder.png and b/apps/landing-page/public/images/homepage/builder.png differ