Compare commits
10 Commits
version_16
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 85b1c0a5db | |||
| 913e46553b | |||
| 2355d92a9b | |||
| cf3bd38617 | |||
| cfe37758c7 | |||
| 6a0d75af9c | |||
| 4524c7cbec | |||
| 3cd054566e | |||
| 3c453a9e5e | |||
| 6f02f25fe1 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user