2 Commits

Author SHA1 Message Date
ed3e8a4d39 Update src/app/page.tsx 2026-06-10 20:15:20 +00:00
c903509773 Merge version_2 into main
Merge version_2 into main
2026-06-10 20:12:03 +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>
);
}
}