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
|
||||
|
||||
@@ -11,7 +11,6 @@ export default function HeroSection({description, buttonText, imageSrc }: {descr
|
||||
</div>
|
||||
<div className="w-full md:w-1/2">
|
||||
<h1 className="mb-4 font-bold text-heading text-6xl sm:text-7xl"><span className="text-transparent bg-clip-text bg-gradient-to-r bg-violet-800 from-sky-400">Sculpted Arc</span><br/> Web Solutions</h1>
|
||||
|
||||
<hr className="w-1/4 mb-7 mt-8 border-gray-700 border-2 rounded-2xl"/>
|
||||
|
||||
<p className="text-lg font-normal text-body lg:text-xl">{description}</p>
|
||||
|
||||
Reference in New Issue
Block a user