diff --git a/data/app.db b/data/app.db index 629d961..7146f0f 100644 Binary files a/data/app.db and b/data/app.db differ diff --git a/src/app/globals.css b/src/app/globals.css index 2b7197c..01a12f8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -187,4 +187,4 @@ scroll-behavior: auto; } } -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 038f64a..25fa2ba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -57,7 +57,7 @@ export default function RootLayout({ > {/* Site geneli progressive blur — üst ve alt */} -
+
-
+
- + {children} {/* Manuel 24'lük liste çekmecesi + "+" uçuş katmanı (navbar'dan açılır) */} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ec6c92..114a89b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -193,7 +193,7 @@ export default function Home() {

Dört yıllık geleceğini
diff --git a/src/app/rapor/yazdir/page.tsx b/src/app/rapor/yazdir/page.tsx index e7dda03..504174f 100644 --- a/src/app/rapor/yazdir/page.tsx +++ b/src/app/rapor/yazdir/page.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import { eq } from "drizzle-orm"; +import Image from "next/image"; import { redirect } from "next/navigation"; import { verifySession, getCurrentUser } from "@/lib/session"; import { appDb, schema } from "@/lib/appdb"; @@ -38,12 +39,12 @@ export default async function YazdirPage() { }); return ( -
+

- KolayTercih — 24 Tercihlik Kişisel Liste ve Risk Raporu + 24 Tercihlik Kişisel Liste ve Risk Raporu

Başarı sıralaması: {params.sira.toLocaleString("tr-TR")} · Puan @@ -99,11 +100,34 @@ export default async function YazdirPage() {

);