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

@@ -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>