Skip to content

Commit 421690a

Browse files
committed
first ai integratedd
1 parent 9bb66a3 commit 421690a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/pages/Home/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ const Home = () => {
4545
<animated.p style={fadeIn} className="fancy-text">
4646
{displayText}
4747
</animated.p>
48-
<animated.button style={fadeIn} onClick={() => { navigate("/projects") }} className="cta-button">
49-
Hire Me
48+
<animated.button style={fadeIn} onClick={() => { navigate("/ai") }} className="cta-button">
49+
Enter New World
5050
</animated.button>
5151

5252
</animated.div>

0 commit comments

Comments
 (0)