diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0678537..aadd0be 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: 'Webild Platform', - description: 'Professional services and digital solutions.', + title: 'Modern Digital Solutions', + description: 'Professional digital services and solutions for your business.', openGraph: { "title": "Detay Mobilya | Detaylarda Saklı Kusursuzluk", "siteName": "Detay Mobilya", diff --git a/src/app/page.tsx b/src/app/page.tsx index 9da1aa1..044cc59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,6 @@ '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'; @@ -10,53 +11,38 @@ 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 { Zap, Shield, Award } from 'lucide-react'; - -const navItems = [{ name: 'Home', id: '/' }]; +import { Zap, Shield, Star, CheckCircle } from 'lucide-react'; export default function Page() { return ( - +
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- +
);