From 70732d917ea5fea5d4187218aeb19ad107c72e6d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 08:50:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} /> -- 2.49.1