From 0aab0cfef7076ecfb6b087cbeded8648b29bb3a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:19:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1425820..47ddf00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { ]} brandName="Salong Mary" button={{ - text: "Boka tid", href: "#contact"}} + text: "Boka din behandling nu", href: "#contact"}} /> @@ -55,7 +55,7 @@ export default function LandingPage() { description="Välkommen till din frisör i Johanneberg. Vi erbjuder professionell hårvård i en avkopplande miljö. Boka din tid idag för en frisyr som passar just dig." buttons={[ { - text: "Boka tid", href: "#contact"}, + text: "Boka din behandling nu", href: "#contact"}, ]} mediaItems={[ { @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1