Compare commits
4 Commits
version_19
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 85b1c0a5db | |||
| 913e46553b | |||
| 2355d92a9b | |||
| cf3bd38617 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user