Compare commits
15 Commits
version_15
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 93c8118bf5 | |||
| 85b1c0a5db | |||
| 79293771a4 | |||
| 913e46553b | |||
| 038ccf209d | |||
| 2355d92a9b | |||
| cf3bd38617 | |||
| cfe37758c7 | |||
| 6a0d75af9c | |||
| 4524c7cbec | |||
| 3cd054566e | |||
| 3c453a9e5e | |||
| 6f02f25fe1 | |||
| f9324ea2b3 | |||
| 6fd5ca372d |
@@ -13,7 +13,7 @@ import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users
|
||||
|
||||
export default function LandingPage() {
|
||||
const handleBooking = () => {
|
||||
window.open('https://wa.me/7879049854', '_blank');
|
||||
window.open('https://wa.me/message/JW75UAKA6SF2O1', '_blank');
|
||||
};
|
||||
|
||||
return (
|
||||
@@ -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