diff --git a/src/app/page.tsx b/src/app/page.tsx index 813dea9..c1a1139 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}} /> @@ -278,4 +277,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file