From 8013ef826e8947e9d7fc3f69ffe1a6994c5e2eb8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:01:17 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": "أخصائي الطب النفسي وعلاج الإدمان.", -- 2.49.1 From 3a7d84e3680463f680137f10890c855ed2d979b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:01:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- 2.49.1