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/layout.js | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 source/96/src/app/layout.js (limited to 'source/96/src/app/layout.js') diff --git a/source/96/src/app/layout.js b/source/96/src/app/layout.js deleted file mode 100644 index 7d7f919..0000000 --- a/source/96/src/app/layout.js +++ /dev/null @@ -1,30 +0,0 @@ -import "./globals.css"; -import { Space_Mono } from "next/font/google"; - -const mainFont = Space_Mono({ - weight: ["400", "700"], - style: ["normal", "italic"], - subsets: ["latin-ext"], - display: "swap", -}); - -export const metadata = { - metadataBase: new URL("https://96.zue.dev"), - title: "96: Where creatives thrive.", - description: - "Experience a fresh, open-source revolution in digital empowerment. We fuse influencer marketing with post-modern innovation into a full-service online talent management platform—designed so you can shine while we handle every digital detail.", - icons: { - icon: "/96_logo.png", - }, -}; - -export default ({ children }) => { - return ( - - {children} - - ); -}; -- cgit v1.2.3