Skip to content

Commit 2fb1ead

Browse files
committed
Adding link preview to the name
1 parent b0fbc22 commit 2fb1ead

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

app/page.tsx

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Type from "@/components/ui/type-writer";
22
import Home2 from "@/components/Home";
3+
import { LinkPreview } from "@/components/ui/link-preview";
34

45
export default function Home() {
56
return (
@@ -10,17 +11,22 @@ export default function Home() {
1011
<div className="home-content container mx-auto">
1112
<div className="flex flex-col md:flex-row">
1213
<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">
1415
Hi There!{" "}
1516
<span className="wave" role="img" aria-labelledby="wave">
1617
👋🏼
1718
</span>
1819
</h1>
1920
<h1 className="heading-name text-5xl font-extrabold">
2021
I&apos;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>{" "}
2227
</h1>
23-
<div style={{ padding: 45, textAlign: "left" }}>
28+
29+
<div style={{ padding: 45, textAlign: "left" }}>
2430
<Type />
2531
</div>
2632
</div>

0 commit comments

Comments
 (0)