diff --git a/app/layout.tsx b/app/layout.tsx index 65ce307..86866bb 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -43,7 +43,7 @@ export default function RootLayout({ /> {children} @@ -94,6 +94,8 @@ export default function RootLayout({ + + diff --git a/app/page.tsx b/app/page.tsx index 7fa742d..6837b58 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,22 +3,64 @@ import SocialLinks from './socials'; export default function Home() { return ( -
-
-
-

- Busy building and accelerating -

-
-

more updates coming soon!

-
-

follow @{username}

-
- -
-
+
+
+

+ Busy building and accelerating +

+
+

more updates coming soon!

+
+

follow @{username}

+
+
+ +
); } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/socials.tsx b/app/socials.tsx index 4a896d0..b83a003 100644 --- a/app/socials.tsx +++ b/app/socials.tsx @@ -1,9 +1,9 @@ import React from 'react'; import { links } from './data'; -function SocialLinks() { +export default function SocialLinks() { return ( -
+
{links.map(({ name, url, Icon }) => (