From 9c20f085d3dfc375df0c513f196fb97fc802e7db Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 16:51:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a486542..786361a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Atsauksmes", id: "#reviews"}, { - name: "Kontakti", id: "#contact-us"}, + name: "Kontakti", id: "#contact-us"} ]} button={{ text: "Pieteikt sporta zāli", href: "#contact-form"}} @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Pieteikt rezervāciju", href: "#contact-form"}, { - text: "Zvanīt +371 26 331 006", href: "tel:+37126331006"}, + text: "Zvanīt +371 26 331 006", href: "tel:+37126331006"} ]} buttonAnimation="blur-reveal" mediaItems={[ -- 2.49.1