Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e225f6243 | |||
| 20d2973114 | |||
| fdb5d89879 | |||
| fa26ce9258 | |||
| 09cf28d32a | |||
| 41f3c03a57 |
@@ -42,10 +42,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Cursemarks Tattoo"
|
||||
logoText="asset://logo"
|
||||
description="Marks that stay. Stories that haunt."
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "booking" },
|
||||
{ text: "Book Your Mark", href: "booking" },
|
||||
{ text: "View Gallery", href: "gallery" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -255,4 +255,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user