Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c32e7dbf19 | |||
| 2c928a4c06 | |||
| 04261cdfc6 | |||
| d421274c4d | |||
| 2fd2e9bc0f |
@@ -3,15 +3,12 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
||||||
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import { Heart, Shield, Baby, Clock3, Mail, Phone, MapPin, Instagram, Facebook, Twitter } from "lucide-react";
|
||||||
import { Heart, Shield, Microscope, Cpu } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,9 +29,8 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "الرئيسية", id: "hero" },
|
{ name: "الرئيسية", id: "hero" },
|
||||||
{ name: "من نحن", id: "about" },
|
{ name: "عن المركز", id: "about" },
|
||||||
{ name: "خدماتنا", id: "features" },
|
{ name: "خدماتنا", id: "features" },
|
||||||
{ name: "المختبر الطبي", id: "lab" },
|
|
||||||
{ name: "تواصل معنا", id: "contact" },
|
{ name: "تواصل معنا", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="مركز شموع"
|
brandName="مركز شموع"
|
||||||
@@ -44,39 +40,35 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="مركز شموع للأطفال المبتسرين وحديثي الولادة"
|
title="مركز شموع: رعاية متخصصة للمواليد المبتسرين"
|
||||||
description="رعاية متخصصة وبنية تحتية متطورة لضمان أمان وسلامة أطفالنا في أصعب المراحل."
|
description="نوفر بيئة آمنة ومتطورة تحاكي دفء الرحم، مع تقنيات مراقبة دقيقة لضمان صحة طفلك من الولادة وحتى عمر ستة أشهر."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ name: "أحمد علي", handle: "@ahmedali", testimonial: "خدمة ممتازة واهتمام كبير من طاقم طبي محترف.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-newborn-baby-with-male-nurse-hospital_23-2150797468.jpg" },
|
{ name: "أحمد علي", handle: "@ahmedali", testimonial: "خدمة ممتازة واهتمام كبير من طاقم طبي محترف.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-newborn-baby-with-male-nurse-hospital_23-2150797468.jpg" },
|
||||||
{ name: "سارة محمود", handle: "@saramah", testimonial: "أشكر المركز على رعاية طفلي بمهنية عالية.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-baby-mom-grandmother_169016-37739.jpg" }
|
{ name: "سارة محمود", handle: "@saramah", testimonial: "أشكر المركز على رعاية طفلي بمهنية عالية.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-baby-mom-grandmother_169016-37739.jpg" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/newborn-baby-with-parents_23-2151983853.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/newborn-baby-with-parents_23-2151983853.jpg"
|
||||||
avatarText="موثوق من أكثر من 500 عائلة"
|
avatarText="موثوق من أكثر من 500 عائلة"
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="lab" data-section="lab">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTen
|
<FeatureCardTen
|
||||||
animationType="blur-reveal"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="مختبرنا الطبي المتطور"
|
title="خدمات العناية المركزة بالأطفال"
|
||||||
description="نعتمد على أحدث التقنيات العالمية من كبرى الشركات لضمان دقة وسرعة الفحوصات الحيوية."
|
description="نقدم رعاية متخصصة للأطفال من الولادة وحتى عمر 6 أشهر عبر أحدث تقنيات التحضين والمراقبة الحيوية."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Siemens Healthineers", description: "أنظمة تحاليل كيميائية حيوية دقيقة توفر نتائج لحظية للحالات الحرجة.", items: [{ icon: Microscope, text: "تحليل كيميائي متقدم" }, { icon: Cpu, text: "معالجة عينات ذكية" }],
|
title: "حاضنات متطورة", description: "حاضنات عالمية توفر تحكماً دقيقاً في الحرارة والرطوبة لضمان استقرار حالة الأطفال المبتسرين.", items: [{ icon: Baby, text: "بيئة حرارية مستقرة" }, { icon: Shield, text: "مراقبة حيوية 24/7" }],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/laboratory-interior-scientific-research-equipment_23-2148967962.jpg" }
|
media: { imageSrc: "http://img.b2bpic.net/free-photo/medical-equipment-neonatal-unit_23-2148736453.jpg" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Symplix Technology", description: "تجهيزات مبتكرة لإدارة العينات وضمان تتبعها في بيئة مخبرية معقمة تماماً.", items: [{ icon: Shield, text: "أمن البيانات الطبية" }, { icon: Microscope, text: "تحكم دقيق بالعينات" }],
|
title: "برنامج الرعاية المبكرة", description: "متابعة دقيقة لنمو الطفل في أول 6 أشهر، مع دعم طبي متخصص لكل احتياجات الرضع.", items: [{ icon: Clock3, text: "متابعة حتى 6 أشهر" }, { icon: Heart, text: "رعاية تمريضية مكثفة" }],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/medical-worker-checking-samples_23-2148736453.jpg" }
|
media: { imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-newborn-baby-hand_23-2148866710.jpg" }
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Nile Clinical Solutions", description: "أدوات دقيقة للتشخيص الجزيئي والمناعي تدعم اتخاذ القرارات العلاجية الفورية.", items: [{ icon: Heart, text: "تشخيص مناعي دقيق" }, { icon: Cpu, text: "سرعة في التشخيص" }],
|
|
||||||
reverse: false,
|
|
||||||
media: { imageSrc: "http://img.b2bpic.net/free-photo/scientist-using-modern-technology-lab_23-2148866710.jpg" }
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -86,9 +78,9 @@ export default function LandingPage() {
|
|||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="رسالتنا"
|
tag="رسالتنا"
|
||||||
title="رعاية دافئة ومستقبل مشرق"
|
title="أمان طفلك هو أولويتنا"
|
||||||
description="يقدم مركز شموع رعاية فائقة للأطفال المبتسرين من خلال أحدث الأجهزة والمراقبة المستمرة."
|
description="يقدم مركز شموع رعاية فائقة للأطفال المبتسرين وحديثي الولادة من خلال أجهزة متطورة وفريق طبي ذو خبرة واسعة."
|
||||||
subdescription="نحن نؤمن بأن كل طفل يستحق البداية الأفضل في الحياة."
|
subdescription="نحن نؤمن بأن كل طفل يستحق البداية الأفضل في الحياة في بيئة طبية آمنة وعطوفة."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-pediatrician-work_23-2151686719.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-pediatrician-work_23-2151686719.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
icon={Heart}
|
icon={Heart}
|
||||||
@@ -99,8 +91,8 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="تواصل معنا"
|
title="احجز استشارة لحديثي الولادة"
|
||||||
description="فريقنا جاهز للرد على استفساراتكم على مدار الساعة."
|
description="فريقنا جاهز للإجابة على جميع استفساراتكم المتعلقة برعاية المبتسرين وتجهيزات الحاضنات."
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
tag="تواصل"
|
tag="تواصل"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-pediatrician-work_23-2151686719.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-female-pediatrician-work_23-2151686719.jpg?_wi=2"
|
||||||
@@ -108,10 +100,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterCard
|
||||||
logoText="مركز شموع"
|
logoText="مركز شموع"
|
||||||
leftLink={{ text: "اتصل بنا", href: "#contact" }}
|
socialLinks={[
|
||||||
rightLink={{ text: "سياسة الخصوصية", href: "#" }}
|
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||||
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||||
|
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user