From 8fa87c79934f4fa06593d5c2f932a4c735118432 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:23:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba2387c..7d31d87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,8 @@ export default function LandingPage() { buttons={[ { text: "Boka din behandling nu", href: "#contact"}, + { + text: "Se Prislista", href: "#pricing"}, ]} mediaItems={[ { -- 2.49.1