Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-10 19:22:54 +00:00

View File

@@ -42,7 +42,7 @@ 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" },
@@ -255,4 +255,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}