6 Commits

Author SHA1 Message Date
0e225f6243 Update src/app/page.tsx 2026-03-10 19:36:46 +00:00
20d2973114 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:22:54 +00:00
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,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>
);
}
}