update tagline, heading and force darkmode
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 1m44s

This commit is contained in:
2026-06-22 16:42:08 +01:00
parent 1dd1ff893e
commit ef8d90651e
3 changed files with 4 additions and 5 deletions

View File

@@ -16,8 +16,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Sculpted Arc",
description: "Web and software solutions for companies and people around the world",
};
export const viewport = {
@@ -39,7 +39,7 @@ export default function RootLayout({
<link rel="icon" href={favicon.src} />
</head>
<body className="min-h-full flex flex-col dark:bg-black">
<body className="min-h-full flex flex-col dark:bg-black dark">
<SiteHeader />
<div className="flex min-h-screen flex-col bg-zinc-50 font-sans dark:bg-black">
<main className="mx-auto flex w-full max-w-7xl flex-1 flex-col items-center justify-between bg-white px-8 py-32 dark:bg-black sm:items-start">