Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-10 20:15:26 +00:00

View File

@@ -52,8 +52,7 @@ export default function LandingPage() {
bottomLeftText="Kungsbacka"
bottomRightText="info@klipptider.se"
button={{
text: "Boka tid", href: "#", onClick: () => console.log('Boka tid clicked'),
}}
text: "Boka tid", href: "#contact"}}
/>
</div>
@@ -278,4 +277,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}