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() {