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