4 Commits

Author SHA1 Message Date
0aab0cfef7 Update src/app/page.tsx 2026-04-18 16:19:02 +00:00
2815b799d9 Merge version_1 into main
Merge version_1 into main
2026-04-18 16:12:20 +00:00
39d96e373e Merge version_1 into main
Merge version_1 into main
2026-04-18 16:11:56 +00:00
9fe02c1df8 Merge version_1 into main
Merge version_1 into main
2026-04-18 16:11:24 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
]}
brandName="Salong Mary"
button={{
text: "Boka tid", href: "#contact"}}
text: "Boka din behandling nu", href: "#contact"}}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}