4 Commits

Author SHA1 Message Date
85b1c0a5db Update src/app/page.tsx 2026-03-10 22:28:40 +00:00
913e46553b Update theme colors 2026-03-10 22:27:41 +00:00
2355d92a9b Update src/app/page.tsx 2026-03-10 22:26:44 +00:00
cf3bd38617 Merge version_19 into main
Merge version_19 into main
2026-03-10 22:22:02 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Marks that stay. Stories that haunt."
title=""
description="Premium tattoo studio specializing in blackwork, fine line, gothic, and curse-inspired designs."
buttons={[
{ text: "Book Your Mark", onClick: handleBooking },
@@ -55,8 +55,8 @@ export default function LandingPage() {
buttonAnimation="slide-up"
showDimOverlay={false}
titleClassName="text-4xl md:text-6xl lg:text-7xl font-bold tracking-tight"
imageClassName="block md:hidden w-full h-full object-cover"
mediaWrapperClassName="hidden md:flex w-full h-full"
imageClassName="w-full h-full object-cover"
mediaWrapperClassName="w-full h-full"
/>
</div>