Skip to content

Commit

Permalink
Design is Ready and Reservation Working using LocalStorage API
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadiqbalbhatti committed Mar 10, 2024
1 parent 86a5318 commit 51b1048
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/HeroSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {H1} from "./ui/H1";
import {H2} from "./ui/H2";
import {Paragraph} from "./ui/Paragraph";
import {PrimaryButton} from "./ui/PrimaryButton";
import {Link} from "react-router-dom";

export const HeroSection = () => {
return (
Expand All @@ -17,9 +18,10 @@ export const HeroSection = () => {
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</Paragraph>

<PrimaryButton>
<Link to={"/reservation"}
className={"bg-primary1 hover:bg-highLight1 w-fit py-3 px-8 rounded-2xl transition-colors duration-300"}>
Reserve a Table
</PrimaryButton>
</Link>

</div>

Expand Down

0 comments on commit 51b1048

Please sign in to comment.