Merge version_1 into main #4
@@ -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",
|
||||
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user