Skip to content

Commit 379d6d9

Browse files
committed
removed duplicated hero buttons
Signed-off-by: Dev-Liz <basseyelizabeth569@gmail.com>
1 parent 07d383b commit 379d6d9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sections/HeroSection.jsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ export const HeroSection = () => {
5252
</Button>
5353
</div>
5454
</div>
55-
<div className="flex flex-col space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0">
56-
<Button href="/docs/quickstart" variant="primary" size="large">
57-
Quickstart
58-
</Button>
59-
<Button href="/docs/introduction" variant="secondary" size="large">
60-
Read Documentation
61-
</Button>
62-
</div>
6355
</section>
6456
)
6557
}

0 commit comments

Comments
 (0)