We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641b40a commit f0908ccCopy full SHA for f0908cc
src/components/pages/home/hero/hero.tsx
@@ -20,12 +20,6 @@ const Hero = () => {
20
at Scale
21
</mark>
22
</h1>
23
- <div className="mt-12 flex items-center gap-9 2xl:gap-8 xl:mt-11 xl:gap-6 md:mt-7 sm:mt-6 sm:gap-3.5">
24
- <Button href={Route.DEMO} theme="primary-filled" size="md" className="sm:!w-fit sm:!px-6">
25
- Try Demo
26
- </Button>
27
- <LinkUnderlined href={Route.REQUEST_DEMO}>Book a call</LinkUnderlined>
28
- </div>
29
</section>
30
<DBScheme />
31
<PromoCards />
0 commit comments