Commit 2fb1ead 1 parent b0fbc22 commit 2fb1ead Copy full SHA for 2fb1ead
File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
import Type from "@/components/ui/type-writer" ;
2
2
import Home2 from "@/components/Home" ;
3
+ import { LinkPreview } from "@/components/ui/link-preview" ;
3
4
4
5
export default function Home ( ) {
5
6
return (
@@ -10,17 +11,22 @@ export default function Home() {
10
11
< div className = "home-content container mx-auto" >
11
12
< div className = "flex flex-col md:flex-row" >
12
13
< div className = "home-header md:w-9/12 mx-auto text-center md:text-left" >
13
- < h1 className = "heading text-5xl font-bold font-Playfair mb-4" >
14
+ < h1 className = "heading text-5xl font-bold font-Playfair mb-4" >
14
15
Hi There!{ " " }
15
16
< span className = "wave" role = "img" aria-labelledby = "wave" >
16
17
👋🏼
17
18
</ span >
18
19
</ h1 >
19
20
< h1 className = "heading-name text-5xl font-extrabold" >
20
21
I'M
21
- < strong className = "main-name" > JAGADEESH</ strong >
22
+ < LinkPreview url = "https://www.linkedin.com/in/jagadeesh-b-042b38208/" className = "font-bold" >
23
+ < strong className = "main-name" > JAGADEESH</ strong >
24
+
25
+
26
+ </ LinkPreview > { " " }
22
27
</ h1 >
23
- < div style = { { padding : 45 , textAlign : "left" } } >
28
+
29
+ < div style = { { padding : 45 , textAlign : "left" } } >
24
30
< Type />
25
31
</ div >
26
32
</ div >
You can’t perform that action at this time.
0 commit comments