From 44f262b94504e44b9beaa9e67d122d901cc40ea4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:03:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ed9598..14400d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,7 @@ export default function LandingPage() { { name: "Ana Sayfa", id: "hero" }, { name: "Mekanikler", id: "mechanics" }, { name: "Topluluk", id: "community" }, - { name: "SSS", id: "faq" }, - { name: "Discord", id: "https://discord.com" } + { name: "SSS", id: "faq" } ]} button={{ text: "Hemen Katıl", href: "#contact" }} brandName="TheHardCraft" -- 2.49.1