diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 955cfc7..a3ecb64 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Public_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'الدكتور محمد صوالحة | أخصائي الطب النفسي وعلاج الإدمان في عمان', - description: 'عيادة الدكتور محمد صوالحة في عمان. استشارات نفسية متخصصة وعلاج إدمان بخصوصية وسرية تامة.', + title: 'Well Life Clinic | الدكتور محمد صوالحة', + description: 'عيادة الدكتور محمد صوالحة - أخصائي الطب النفسي وعلاج الإدمان في عمان.', openGraph: { "title": "الدكتور محمد صوالحة", "description": "أخصائي الطب النفسي وعلاج الإدمان.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 5417719..a6f1bba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { User, Shield, Heart, MessageCircle, ShieldCheck, Sun, Lock } from "lucide-react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; @@ -10,7 +11,6 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Heart, Lock, MessageCircle, Shield, ShieldCheck, Sun, User } from "lucide-react"; export default function LandingPage() { return (