Compare commits
9 Commits
version_18
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 93c8118bf5 | |||
| 85b1c0a5db | |||
| 79293771a4 | |||
| 913e46553b | |||
| 038ccf209d | |||
| 2355d92a9b | |||
| cf3bd38617 | |||
| cfe37758c7 | |||
| 6a0d75af9c |
@@ -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,7 +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"
|
||||
imageClassName="w-full h-full object-cover"
|
||||
mediaWrapperClassName="w-full h-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user