From 7a714dd4be50f55767dbe4d12cdf505d206c6e25 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:55:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42052e6..be48322 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,6 +107,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Ücretsiz Konsültasyon Alın", href: "#contact" }, + ]} /> -- 2.49.1