Skip to content

Commit

Permalink
Merge pull request #15 from PranuPranav97/fix/description
Browse files Browse the repository at this point in the history
fix: Added Description.
  • Loading branch information
PranuPranav97 authored Jul 1, 2023
2 parents f0fd3a2 + c6b73db commit 91c5bc2
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,21 @@ function HomepageHeader() {
<div className={styles.buttons}>
<a
className="button button--secondary button--lg"
href="https://github.com/PranuPranav97/zop-hooks"
>
href="https://github.com/PranuPranav97/zop-hooks">
<img src="img/github-octopus.svg" height={20} />
</a>{" "}
&nbsp;&nbsp;
<a
className="button button--secondary button--lg"
href="https://www.npmjs.com/package/zop-hooks"
>
href="https://www.npmjs.com/package/zop-hooks">
&nbsp;&nbsp;
<img src="img/npm.svg" height={20} />
</a>
</div>
<br />
<div>
Zophooks is a powerful automation framework designed to streamline
your workflows and simplify complex tasks. With its intuitive
interface and robust features, Zophooks empowers users to automate
processes effortlessly, saving time and boosting productivity. Whether
you're a seasoned developer or a beginner, Zophooks is built to be
easy to use
Zophooks is a powerful React Hooks Library to make your React
Development Journey easy.
</div>
</div>
</header>
Expand All @@ -48,8 +42,7 @@ export default function Home() {
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
>
description="Description will go into a meta tag in <head />">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 91c5bc2

Please sign in to comment.