Skip to content

Commit

Permalink
fix: icons in contact section
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavshn committed Dec 23, 2022
1 parent 32ced9b commit dd652d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/pages/index.jsx
Expand Up @@ -54,7 +54,7 @@ export default function Homepage() {

<div className="rounded-lg bg-zinc-100 p-6 dark:bg-zinc-900">
<img
src="/static/landing-page/calendar.svg"
src="/static/landing-page/customer.svg"
alt="Book a demo"
/>
<h4 className="my-3">Support</h4>
Expand All @@ -71,10 +71,7 @@ export default function Homepage() {
</div>

<div className="rounded-lg bg-zinc-100 p-6 dark:bg-zinc-900">
<img
src="/static/landing-page/calendar.svg"
alt="Book a demo"
/>
<img src="/static/landing-page/chat.svg" alt="Book a demo" />
<h4 className="my-3">FAQs</h4>
<p className="text-zinc-600 dark:text-zinc-400">
Browse through our FAQs to find answers to commonly asked
Expand Down

0 comments on commit dd652d9

Please sign in to comment.