diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92524a5..4df4c71 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Detay Mobilya | Detaylarda Saklı Kusursuzluk', - description: 'Kişiye özel mobilya üretimi ve anahtar teslim iç mimari çözümler. Evinizi hayalinizdeki yaşam alanına dönüştürüyoruz.', + title: 'Detay Mobilya | Özel Tasarım ve İç Mimari', + description: 'Kişiye özel mobilya ve anahtar teslim iç mimari çözümlerle yaşam alanlarınızı baştan yaratıyoruz.', openGraph: { "title": "Detay Mobilya | Detaylarda Saklı Kusursuzluk", "siteName": "Detay Mobilya", diff --git a/src/app/page.tsx b/src/app/page.tsx index e68fac9..9242015 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,9 +14,9 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis" import { Search, PenTool, Box, CheckCircle, Award } from "lucide-react"; const navItems = [ - { name: "Home", id: "#hero" }, - { name: "Projeler", id: "#projects" }, - { name: "İletişim", id: "#contact" } + { name: "Home", id: "hero" }, + { name: "Projeler", id: "projects" }, + { name: "İletişim", id: "contact" } ]; export default function HomePage() { @@ -130,4 +130,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file