Skip to content

Commit 1461238

Browse files
committed
Chipi chipi chapa chapa
1 parent 3dfe6c6 commit 1461238

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/HeroSection.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Image from "next/image";
22
import React from "react";
33
import { WordRotate } from "@/components/ui/word-rotate";
4+
import Link from "next/link";
45

56
const HeroSection = () => {
67
return (
@@ -40,7 +41,7 @@ const HeroSection = () => {
4041
<div className="mt-6 mb-2">
4142
<WordRotate
4243
className="text-lg sm:text-2xl text-gray-400 tracking-wide text-center"
43-
duration={1300}
44+
duration={1300}
4445
words={[
4546
"Full-Stack Devloper",
4647
"DSA Student",
@@ -52,10 +53,10 @@ const HeroSection = () => {
5253
{/* Buttons */}
5354
<div className="flex gap-5 mt-10 flex-wrap justify-center">
5455
<button className="px-8 py-3 bg-white text-black text-lg rounded-full font-semibold shadow-lg hover:bg-gray-300/90 transition">
55-
My Work
56+
<Link href="/project">My Work</Link>
5657
</button>
5758
<button className="px-8 py-3 bg-neutral-900 text-white text-lg rounded-full font-semibold shadow border border-white/10 hover:bg-neutral-800 transition">
58-
Contact
59+
<Link href="/contact">Contact</Link>
5960
</button>
6061
</div>
6162
</main>

0 commit comments

Comments
 (0)