From 7182055a5146c8363cee65cf4b31d08227410260 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 00:24:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e835664..b5316b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,8 +151,8 @@ export default function LandingPage() { title="Book Your Session" description="Walk-ins are always welcome, or book your custom flash today." buttons={[ - { text: "WALK-INS WELCOME", href: "#" }, - { text: "BOOK CUSTOM FLASH", href: "#" }, + { text: "WALK-INS WELCOME", href: "https://booking.primitive-tattoo.com/walk-in" }, + { text: "BOOK CUSTOM FLASH", href: "https://booking.primitive-tattoo.com/custom-flash" }, ]} /> -- 2.49.1