diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4df4c71..0678537 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 | Ö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.', + title: 'Webild Platform', + description: 'Professional services and digital solutions.', openGraph: { "title": "Detay Mobilya | Detaylarda Saklı Kusursuzluk", "siteName": "Detay Mobilya", diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f1725e..2f94112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,5 @@ 'use client'; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -11,11 +10,11 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Search, PenTool, Box, CheckCircle, Award } from 'lucide-react'; +import { Zap, Shield, Star, Award, CheckCircle, ArrowRight, Globe } from 'lucide-react'; -export default function HomePage() { - const navItems = [{ name: "Ana Sayfa", id: "hero" }, { name: "Hizmetler", id: "services" }, { name: "Projeler", id: "projects" }, { name: "İletişim", id: "contact" }]; - +const navItems = [{ name: 'Home', id: '/' }]; + +export default function Page() { return (
- +
- +
- +
- +
- +
- +
- +
- +
);