From 14e968309da5036711ee0e3995362aa19d7bd7d8 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 3 Mar 2026 10:24:12 +0000 Subject: big update! --- source/96/src/app/page.js | 59 ----------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 source/96/src/app/page.js (limited to 'source/96/src/app/page.js') diff --git a/source/96/src/app/page.js b/source/96/src/app/page.js deleted file mode 100644 index 1ceba7d..0000000 --- a/source/96/src/app/page.js +++ /dev/null @@ -1,59 +0,0 @@ -import Link from "next/link"; -import { metadata } from "./layout"; -import FadeIn from "@/components/animations/FadeIn"; -import talent from "@/data/talent"; - -export default () => { - return ( - <> -
- -

{metadata.title}

-
- - -

{metadata.description}

-
- - -
-
- {[ - { - href: "https://x.com/area96digital", - icon: "https://cdn.simpleicons.org/x/black", - title: "X/Twitter", - }, - { - href: "https://bsky.app/profile/96.zue.dev", - icon: "https://cdn.simpleicons.org/bluesky/black", - title: "Bluesky", - }, - ].map((social) => ( - - {social.title} - - ))} -
- - - "96" is made with ❤️ by{" "} - - zue.dev - - -
-
-
- - ); -}; -- cgit v1.2.3