Update src/app/page.tsx

This commit is contained in:
2026-06-10 20:15:20 +00:00
parent c903509773
commit ed3e8a4d39

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>
);
}
}