Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf496bd4a9 | |||
| ef7bc8ea9c | |||
| f4d4adbe3d | |||
| e976bebb6b | |||
| f18cb10ee1 | |||
| e5781f8fa4 | |||
| 03200ebf15 | |||
| 3e915413ba | |||
| 2f27fc2f8e |
1425
src/app/layout.tsx
1425
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -34,7 +34,7 @@ const HomePage = () => {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroPersonalLinks
|
<HeroPersonalLinks
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Hi, I'm a Developer"
|
title="Full-Stack Developer & Designer | Turning Ideas Into Code"
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Github, label: "GitHub", href: "https://github.com" },
|
{ icon: Github, label: "GitHub", href: "https://github.com" },
|
||||||
{ icon: Linkedin, label: "LinkedIn", href: "https://linkedin.com" },
|
{ icon: Linkedin, label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
@@ -60,4 +60,4 @@ const HomePage = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default HomePage;
|
export default HomePage;
|
||||||
Reference in New Issue
Block a user