4 Commits

Author SHA1 Message Date
fdb5d89879 Update src/app/page.tsx 2026-03-10 19:22:50 +00:00
fa26ce9258 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:14:37 +00:00
09cf28d32a Merge version_1 into main
Merge version_1 into main
2026-03-10 19:14:05 +00:00
41f3c03a57 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:13:10 +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>
);
}
}