From 2858089c52e82d97b04bf04fb85643688eadc10c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?=
<76204082+iamsedatozturk@users.noreply.github.com>
Date: Wed, 28 May 2025 08:55:11 +0300
Subject: [PATCH] =?UTF-8?q?404=20notfound=20sayfas=C4=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
company/src/App.tsx | 2 ++
company/src/pages/NotFound.tsx | 19 +++++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 company/src/pages/NotFound.tsx
diff --git a/company/src/App.tsx b/company/src/App.tsx
index adb28454..bc74943a 100644
--- a/company/src/App.tsx
+++ b/company/src/App.tsx
@@ -8,6 +8,7 @@ import About from './pages/About';
import Blog from './pages/Blog';
import Contact from './pages/Contact';
import BlogDetail from './pages/BlogDetail';
+import NotFound from './pages/NotFound'; // 404 bileşenini import et
import { LanguageProvider } from './context/LanguageContext';
function App() {
@@ -23,6 +24,7 @@ function App() {
{/* Metin rengi, margin ve max-width güncellendi */} + Üzgünüz, aradığınız sayfa bulunamadı. Lütfen URL'yi kontrol edin veya ana sayfaya dönün. +
+ {/* Buton stili güncellendi */} + Ana Sayfaya Dön + +