diff --git a/src/app/page.tsx b/src/app/page.tsx index c4debf7..3572097 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { title="Bókaðu tíma núna" description="Við erum staðsett á Dalvegi 18, Kópavogi. Opið til 18:30." tag="Hafðu samband" - buttonText="Hafðu samband" + buttons={[{ text: "Hafðu samband", href: "#contact" }]} onSubmit={(email) => console.log(email)} />