update tagline, heading and force darkmode
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 1m44s
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 1m44s
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function Home() {
|
||||
]
|
||||
|
||||
const picWithText = {
|
||||
title: "Building a better web, one pixel at a time",
|
||||
title: "Hand crafted software, built for scale",
|
||||
text: "Over the last year, we've had the privilege of working with a diverse range of clients, from local artisans to growing enterprises. Each project has been an opportunity to learn, innovate, and create something truly unique. Our commitment to quality and customer satisfaction has earned us a reputation for excellence in the web development industry.",
|
||||
src: logo.src,
|
||||
reverse: false
|
||||
|
||||
Reference in New Issue
Block a user