Compare commits
10 Commits
version_11
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dcb27478a | |||
| cd1343f682 | |||
| 766bede44d | |||
| c0a8b63b2e | |||
| 726ce1e80c | |||
| 84cf4ab74b | |||
| 231be6d635 | |||
| e4f591e5ab | |||
| 51a2f835c8 | |||
| 7091fe4913 |
@@ -50,6 +50,7 @@ export default function LandingPage() {
|
||||
imageAlt="Cursemarks Tattoo Studio"
|
||||
buttonAnimation="slide-up"
|
||||
showDimOverlay={false}
|
||||
titleClassName="text-4xl md:text-6xl lg:text-7xl font-bold tracking-tight"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -204,15 +205,13 @@ export default function LandingPage() {
|
||||
title: "Services", items: [
|
||||
{ label: "Book Appointment", href: "booking" },
|
||||
{ label: "Custom Designs", href: "booking" },
|
||||
{ label: "Aftercare Guide", href: "aftercare" },
|
||||
{ label: "Contact Us", href: "contact" }
|
||||
{ label: "Aftercare Guide", href: "aftercare" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Follow", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com/cursemarks" },
|
||||
{ label: "TikTok", href: "https://tiktok.com/@cursemarks" },
|
||||
{ label: "Discord", href: "https://discord.gg/cursemarks" }
|
||||
{ label: "Instagram", href: "https://www.instagram.com/cursemarkz_tattoo?igsh=MW8zeml6N2plaXdreA==" },
|
||||
{ label: "TikTok", href: "https://tiktok.com/@cursemarks" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user