Merge version_1 into main #6

Merged
bender merged 2 commits from version_1 into main 2026-04-18 23:01:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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": "أخصائي الطب النفسي وعلاج الإدمان.",

View File

@@ -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 (