From d6f14e93c6344dfc8c4203b7a23c59bfd6f15661 Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Sat, 4 Apr 2026 11:41:01 +0300 Subject: [PATCH] feat: complete responsive overhaul for all pages and components --- src/app/(main)/projeler/[id]/page.tsx | 6 +- src/app/(main)/projeler/page.tsx | 6 +- src/components/footer.tsx | 10 ++-- src/components/landing-page.tsx | 20 +++---- src/components/navbar.tsx | 85 ++++++++++++++++++++++----- 5 files changed, 92 insertions(+), 35 deletions(-) diff --git a/src/app/(main)/projeler/[id]/page.tsx b/src/app/(main)/projeler/[id]/page.tsx index 8a309cb..daa46ba 100644 --- a/src/app/(main)/projeler/[id]/page.tsx +++ b/src/app/(main)/projeler/[id]/page.tsx @@ -27,7 +27,7 @@ export default async function ProjectDetailPage({ params }: { params: Promise<{

{project.status}

-

+

{project.title}

@@ -46,7 +46,7 @@ export default async function ProjectDetailPage({ params }: { params: Promise<{
{/* Main Image */} -
+
{project.title}

Sıradaki Proje Sizinki Olabilir

-

Benzer Bir Vizyonun
Varmı?

+

Benzer Bir Vizyonunuz
Var mı?

Bize Ulaşın
diff --git a/src/app/(main)/projeler/page.tsx b/src/app/(main)/projeler/page.tsx index ab08929..b0d2ac4 100644 --- a/src/app/(main)/projeler/page.tsx +++ b/src/app/(main)/projeler/page.tsx @@ -13,7 +13,7 @@ export default async function ProjelerPage() {

Portfolyo Koleksiyonu

-

+

PROJELER

@@ -23,7 +23,7 @@ export default async function ProjelerPage() {
{p.status}
-

{p.title}

+

{p.title}

{p.m2} m² Alan Muğla / Menteşe diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 76cc029..f09822f 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -7,14 +7,14 @@ export function Footer() {