10 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
cfe37758c7 Update src/app/page.tsx 2026-03-10 22:21:58 +00:00
6a0d75af9c Merge version_18 into main
Merge version_18 into main
2026-03-10 22:13:49 +00:00
4524c7cbec Update src/app/page.tsx 2026-03-10 22:13:45 +00:00
3cd054566e Merge version_17 into main
Merge version_17 into main
2026-03-10 22:02:40 +00:00
3c453a9e5e Update src/app/page.tsx 2026-03-10 22:02:36 +00:00
6f02f25fe1 Merge version_16 into main
Merge version_16 into main
2026-03-10 21:59:09 +00:00

View File

@@ -44,17 +44,19 @@ 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 },
{ text: "View Gallery", href: "gallery" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlavLWOelEmQkqFRvw6DCMXOiw/uploaded-1773171676236-ae47sr53.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlavLWOelEmQkqFRvw6DCMXOiw/uploaded-1773180784484-bndqftnj.png"
imageAlt="Cursemarks Tattoo Studio"
buttonAnimation="slide-up"
showDimOverlay={false}
titleClassName="text-4xl md:text-6xl lg:text-7xl font-bold tracking-tight"
imageClassName="w-full h-full object-cover"
mediaWrapperClassName="w-full h-full"
/>
</div>