File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import Image from "next/image" ;
22import React from "react" ;
33import { WordRotate } from "@/components/ui/word-rotate" ;
4+ import Link from "next/link" ;
45
56const 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 >
You can’t perform that action at this time.
0 commit comments