From 6f0f84d4c0c532fc589a8e5a275ecc8ca8ab5f65 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 06:42:42 +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 d865546..8d1bed9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,6 +132,9 @@ export default function LandingPage() { ]} title="بەرهەمە پڕفرۆشەکان" description="ئەو بەرهەمانەی کە کڕیاران زۆرترین خواستیان لەسەرە." + buttons={[ + { text: "View All", href: "#contact" } + ]} /> -- 2.49.1