Merge version_1 into main #3
@@ -6,7 +6,6 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import Link from 'next/link';
|
||||
import { Heart, Shield, Zap, Activity, Microscope, Radio } from 'lucide-react';
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -28,13 +27,12 @@ export default function AboutPage() {
|
||||
navItems={[
|
||||
{ name: "الرئيسية", id: "/" },
|
||||
{ name: "الخدمات", id: "/#services" },
|
||||
{ name: "من نحن", id: "/#about" },
|
||||
{ name: "من نحن", id: "#about-detail" },
|
||||
{ name: "اتصل بنا", id: "/contact" },
|
||||
{ name: "الأسئلة الشائعة", id: "/#faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "احجز موعداً",
|
||||
href: "/contact"
|
||||
text: "احجز موعداً", href: "#contact-form"
|
||||
}}
|
||||
brandName="DR N.KADI"
|
||||
/>
|
||||
@@ -61,19 +59,13 @@ export default function AboutPage() {
|
||||
description="نلتزم بأعلى معايير الرعاية البيطرية والعناية الحيوانية في جميع خدماتنا"
|
||||
features={[
|
||||
{
|
||||
title: "الخبرة المهنية",
|
||||
description: "فريق متخصص بسنوات من الخبرة في الطب البيطري",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "الخبرة المهنية", description: "فريق متخصص بسنوات من الخبرة في الطب البيطري", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Heart, label: "التفاني والاهتمام", value: "100%" },
|
||||
{ icon: Shield, label: "المعايير العالية", value: "معتمد" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "التجهيزات الحديثة",
|
||||
description: "استثمارنا المستمر في أحدث التقنيات الطبية البيطرية",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "التجهيزات الحديثة", description: "استثمارنا المستمر في أحدث التقنيات الطبية البيطرية", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Activity, ring: 1 },
|
||||
{ icon: Microscope, ring: 2 },
|
||||
@@ -81,9 +73,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "الرعاية المتكاملة",
|
||||
description: "نقدم حلولاً شاملة لجميع احتياجات حيواناتك الصحية",
|
||||
bentoComponent: "globe"
|
||||
title: "الرعاية المتكاملة", description: "نقدم حلولاً شاملة لجميع احتياجات حيواناتك الصحية", bentoComponent: "globe"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -114,8 +104,7 @@ export default function AboutPage() {
|
||||
logoText="DR N.KADI"
|
||||
columns={[
|
||||
{
|
||||
title: "الخدمات",
|
||||
items: [
|
||||
title: "الخدمات", items: [
|
||||
{ label: "الاستشارات الطبية", href: "/#services" },
|
||||
{ label: "التطعيمات", href: "/#services" },
|
||||
{ label: "الجراحة", href: "/#services" },
|
||||
@@ -123,8 +112,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "المعلومات",
|
||||
items: [
|
||||
title: "المعلومات", items: [
|
||||
{ label: "حول العيادة", href: "#about-detail" },
|
||||
{ label: "قيمنا", href: "#about-features" },
|
||||
{ label: "آراء العملاء", href: "#about-testimonials" },
|
||||
@@ -132,8 +120,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "التواصل",
|
||||
items: [
|
||||
title: "التواصل", items: [
|
||||
{ label: "احجز موعداً", href: "/contact" },
|
||||
{ label: "البريد الإلكتروني", href: "#" },
|
||||
{ label: "الموقع", href: "#" },
|
||||
@@ -141,8 +128,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "المتابعة",
|
||||
items: [
|
||||
title: "المتابعة", items: [
|
||||
{ label: "فيسبوك", href: "https://facebook.com" },
|
||||
{ label: "إنستجرام", href: "https://instagram.com" },
|
||||
{ label: "تويتر", href: "https://twitter.com" },
|
||||
|
||||
@@ -6,7 +6,6 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import Link from 'next/link';
|
||||
import { Phone } from 'lucide-react';
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -33,8 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "الأسئلة الشائعة", id: "#contact-faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "احجز موعداً",
|
||||
href: "#contact-form"
|
||||
text: "احجز موعداً", href: "#contact-form"
|
||||
}}
|
||||
brandName="DR N.KADI"
|
||||
/>
|
||||
@@ -74,22 +72,16 @@ export default function ContactPage() {
|
||||
description="إجابات سريعة على الأسئلة الشائعة حول كيفية التواصل معنا وحجز المواعيد"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "ما هي ساعات عمل العيادة؟",
|
||||
content: "تعمل عيادة DR N.KADI من الساعة 8 صباحاً إلى الساعة 8 مساءً أيام الأسبوع. خدمات الطوارئ متاحة على مدار الساعة 24/7 لضمان سلامة حيواناتك."
|
||||
id: "1", title: "ما هي ساعات عمل العيادة؟", content: "تعمل عيادة DR N.KADI من الساعة 8 صباحاً إلى الساعة 8 مساءً أيام الأسبوع. خدمات الطوارئ متاحة على مدار الساعة 24/7 لضمان سلامة حيواناتك."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "كيف يمكن حجز موعد؟",
|
||||
content: "يمكنك حجز موعد من خلال الاتصال بنا مباشرة أو ملء النموذج في هذه الصفحة. سنتصل بك في أسرع وقت ممكن لتأكيد موعدك."
|
||||
id: "2", title: "كيف يمكن حجز موعد؟", content: "يمكنك حجز موعد من خلال الاتصال بنا مباشرة أو ملء النموذج في هذه الصفحة. سنتصل بك في أسرع وقت ممكن لتأكيد موعدك."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "هل هناك رسوم استشارة أولية؟",
|
||||
content: "نقدم استشارة أولية بسعر معقول جداً. يتم تحديد الأسعار بناءً على نوع الخدمة والتشخيص. اتصل بنا للحصول على التفاصيل الدقيقة."
|
||||
id: "3", title: "هل هناك رسوم استشارة أولية؟", content: "نقدم استشارة أولية بسعر معقول جداً. يتم تحديد الأسعار بناءً على نوع الخدمة والتشخيص. اتصل بنا للحصول على التفاصيل الدقيقة."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-man-is-playing-with-pet-while-working-sofa-home_1150-21756.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-man-is-playing-with-pet-while-working-sofa-home_1150-21756.jpg"
|
||||
imageAlt="أسئلة التواصل"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -104,8 +96,7 @@ export default function ContactPage() {
|
||||
logoText="DR N.KADI"
|
||||
columns={[
|
||||
{
|
||||
title: "الخدمات",
|
||||
items: [
|
||||
title: "الخدمات", items: [
|
||||
{ label: "الاستشارات الطبية", href: "/#services" },
|
||||
{ label: "التطعيمات", href: "/#services" },
|
||||
{ label: "الجراحة", href: "/#services" },
|
||||
@@ -113,8 +104,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "المعلومات",
|
||||
items: [
|
||||
title: "المعلومات", items: [
|
||||
{ label: "حول العيادة", href: "/about" },
|
||||
{ label: "الخدمات", href: "/#services" },
|
||||
{ label: "آراء العملاء", href: "/#testimonials" },
|
||||
@@ -122,8 +112,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "التواصل",
|
||||
items: [
|
||||
title: "التواصل", items: [
|
||||
{ label: "احجز موعداً", href: "#contact-form" },
|
||||
{ label: "البريد الإلكتروني", href: "#" },
|
||||
{ label: "الموقع", href: "#" },
|
||||
@@ -131,8 +120,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "المتابعة",
|
||||
items: [
|
||||
title: "المتابعة", items: [
|
||||
{ label: "فيسبوك", href: "https://facebook.com" },
|
||||
{ label: "إنستجرام", href: "https://instagram.com" },
|
||||
{ label: "تويتر", href: "https://twitter.com" },
|
||||
|
||||
112
src/app/page.tsx
112
src/app/page.tsx
@@ -10,7 +10,6 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import Link from 'next/link';
|
||||
import { Heart, Shield, Zap, Activity, Microscope, Radio, Phone } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -37,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "الأسئلة الشائعة", id: "#faq" }
|
||||
]}
|
||||
button={{
|
||||
text: "احجز موعداً",
|
||||
href: "/contact"
|
||||
text: "احجز موعداً", href: "#contact"
|
||||
}}
|
||||
brandName="DR N.KADI"
|
||||
/>
|
||||
@@ -49,7 +47,7 @@ export default function HomePage() {
|
||||
logoText="عيادة DR N.KADI"
|
||||
description="صابري محمد زكرياء | عيادة DR N.Kadi و SABRI Company. المركز البيطري الأول والوحيد في المنطقة بخدمات صحية متقدمة وفريق طبي متخصص"
|
||||
buttons={[
|
||||
{ text: "احجز موعداً", href: "/contact" },
|
||||
{ text: "احجز موعداً", href: "#contact" },
|
||||
{ text: "تعرف على خدماتنا", href: "#services" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
@@ -70,7 +68,7 @@ export default function HomePage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "تواصل معنا", href: "/contact" }
|
||||
{ text: "تواصل معنا", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,60 +79,28 @@ export default function HomePage() {
|
||||
description="نقدم مجموعة شاملة من الخدمات البيطرية المتخصصة باستخدام أحدث التقنيات الطبية والمعدات الحديثة"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "الاستشارات الطبية",
|
||||
price: "متاح يومياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-veterinary-clinic_23-2149143899.jpg?_wi=1",
|
||||
imageAlt: "الاستشارات الطبية"
|
||||
id: "1", name: "الاستشارات الطبية", price: "متاح يومياً", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-veterinary-clinic_23-2149143899.jpg", imageAlt: "الاستشارات الطبية"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "التطعيمات",
|
||||
price: "محمي صحياً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-holding-syringe-ready-vaccination-pig-farm_342744-355.jpg?_wi=1",
|
||||
imageAlt: "التطعيمات"
|
||||
id: "2", name: "التطعيمات", price: "محمي صحياً", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-holding-syringe-ready-vaccination-pig-farm_342744-355.jpg", imageAlt: "التطعيمات"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "طب الأسنان",
|
||||
price: "عناية متخصصة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tooth-control-vet_329181-14497.jpg?_wi=1",
|
||||
imageAlt: "طب الأسنان"
|
||||
id: "3", name: "طب الأسنان", price: "عناية متخصصة", imageSrc: "http://img.b2bpic.net/free-photo/tooth-control-vet_329181-14497.jpg", imageAlt: "طب الأسنان"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "التجميل والعناية",
|
||||
price: "خدمة احترافية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777170.jpg?_wi=1",
|
||||
imageAlt: "التجميل والعناية"
|
||||
id: "4", name: "التجميل والعناية", price: "خدمة احترافية", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777170.jpg", imageAlt: "التجميل والعناية"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "الجراحة العامة",
|
||||
price: "معدات متقدمة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg?_wi=1",
|
||||
imageAlt: "الجراحة العامة"
|
||||
id: "5", name: "الجراحة العامة", price: "معدات متقدمة", imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg", imageAlt: "الجراحة العامة"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "الطوارئ الطبية",
|
||||
price: "24/7 متاح",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-veterinarian-checking-dog-with-stethoscope-clinic_23-2147928374.jpg?_wi=1",
|
||||
imageAlt: "الطوارئ الطبية"
|
||||
id: "6", name: "الطوارئ الطبية", price: "24/7 متاح", imageSrc: "http://img.b2bpic.net/free-photo/female-veterinarian-checking-dog-with-stethoscope-clinic_23-2147928374.jpg", imageAlt: "الطوارئ الطبية"
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "الحجز والمراقبة",
|
||||
price: "رعاية مستمرة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg?_wi=1",
|
||||
imageAlt: "الحجز والمراقبة"
|
||||
id: "7", name: "الحجز والمراقبة", price: "رعاية مستمرة", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg", imageAlt: "الحجز والمراقبة"
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "التصوير الطبي",
|
||||
price: "تشخيص دقيق",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg?_wi=2",
|
||||
imageAlt: "التصوير الطبي"
|
||||
id: "8", name: "التصوير الطبي", price: "تشخيص دقيق", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg", imageAlt: "التصوير الطبي"
|
||||
}
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
@@ -150,19 +116,13 @@ export default function HomePage() {
|
||||
description="نحن الخيار الأول والوحيد للرعاية البيطرية المتخصصة في المنطقة بخبرة عملية وتقنيات متقدمة"
|
||||
features={[
|
||||
{
|
||||
title: "الخبرة والتخصص",
|
||||
description: "فريق طبي متخصص بخبرة عميقة في العناية البيطرية الشاملة",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "الخبرة والتخصص", description: "فريق طبي متخصص بخبرة عميقة في العناية البيطرية الشاملة", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Heart, label: "الرعاية الشاملة", value: "100%" },
|
||||
{ icon: Shield, label: "الأمان والثقة", value: "معتمد" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "التقنيات المتقدمة",
|
||||
description: "استخدام أحدث المعدات الطبية والتقنيات العلاجية",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "التقنيات المتقدمة", description: "استخدام أحدث المعدات الطبية والتقنيات العلاجية", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Activity, ring: 1 },
|
||||
{ icon: Microscope, ring: 2 },
|
||||
@@ -170,14 +130,10 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "الاستجابة السريعة",
|
||||
description: "خدمات طوارئ متاحة على مدار الساعة لراحة حيواناتك",
|
||||
bentoComponent: "animated-bar-chart"
|
||||
title: "الاستجابة السريعة", description: "خدمات طوارئ متاحة على مدار الساعة لراحة حيواناتك", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "الثقة المجتمعية",
|
||||
description: "الخيار المفضل للعائلات والمزارع في المنطقة",
|
||||
bentoComponent: "globe"
|
||||
title: "الثقة المجتمعية", description: "الخيار المفضل للعائلات والمزارع في المنطقة", bentoComponent: "globe"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -209,37 +165,25 @@ export default function HomePage() {
|
||||
description="إجابات على أكثر الأسئلة التي يطرحها عملاؤنا حول خدماتنا وطرق التواصل"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "هل تقدمون خدمات الطوارئ على مدار الساعة؟",
|
||||
content: "نعم، نقدم خدمات الطوارئ الطبية على مدار الساعة 24/7 لضمان سلامة حيواناتك في أي وقت. فريقنا المتخصص جاهز دائماً للتعامل مع الحالات الحرجة."
|
||||
id: "1", title: "هل تقدمون خدمات الطوارئ على مدار الساعة؟", content: "نعم، نقدم خدمات الطوارئ الطبية على مدار الساعة 24/7 لضمان سلامة حيواناتك في أي وقت. فريقنا المتخصص جاهز دائماً للتعامل مع الحالات الحرجة."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "كيف يمكن حجز موعد للاستشارة؟",
|
||||
content: "يمكنك التواصل معنا عبر الهاتف أو الذهاب مباشرة إلى العيادة. نوفر مواعيد مرنة تناسب جدولك الزمني. لا تتردد في الاتصال بنا لحجز موعدك."
|
||||
id: "2", title: "كيف يمكن حجز موعد للاستشارة؟", content: "يمكنك التواصل معنا عبر الهاتف أو الذهاب مباشرة إلى العيادة. نوفر مواعيد مرنة تناسب جدولك الزمني. لا تتردد في الاتصال بنا لحجز موعدك."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "هل لديكم خدمات الحجز والمراقبة؟",
|
||||
content: "نعم، نوفر خدمات حجز ومراقبة شاملة لحيواناتك مع فريق طبي متخصص يضمن الرعاية الكاملة والآمنة."
|
||||
id: "3", title: "هل لديكم خدمات الحجز والمراقبة؟", content: "نعم، نوفر خدمات حجز ومراقبة شاملة لحيواناتك مع فريق طبي متخصص يضمن الرعاية الكاملة والآمنة."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "ما هي التقنيات الطبية المستخدمة؟",
|
||||
content: "نستخدم أحدث التقنيات الطبية بما في ذلك أجهزة التصوير الطبي والمعدات الجراحية الحديثة لضمان أفضل تشخيص وعلاج."
|
||||
id: "4", title: "ما هي التقنيات الطبية المستخدمة؟", content: "نستخدم أحدث التقنيات الطبية بما في ذلك أجهزة التصوير الطبي والمعدات الجراحية الحديثة لضمان أفضل تشخيص وعلاج."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "هل توجد عيادات بيطرية أخرى في المنطقة؟",
|
||||
content: "نحن الخيار الأول والوحيد للرعاية البيطرية المتخصصة في المنطقة. تمتع بالثقة والخبرة في اختيارك."
|
||||
id: "5", title: "هل توجد عيادات بيطرية أخرى في المنطقة؟", content: "نحن الخيار الأول والوحيد للرعاية البيطرية المتخصصة في المنطقة. تمتع بالثقة والخبرة في اختيارك."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "كيف تضمنون سلامة حيواناتي أثناء العملية؟",
|
||||
content: "نتبع أفضل معايير النظافة والتعقيم العالمية. فريقنا مدرب على التعامل الحساس والآمن مع جميع الحيوانات مع استخدام أحدث التقنيات الطبية الآمنة."
|
||||
id: "6", title: "كيف تضمنون سلامة حيواناتي أثناء العملية؟", content: "نتبع أفضل معايير النظافة والتعقيم العالمية. فريقنا مدرب على التعامل الحساس والآمن مع جميع الحيوانات مع استخدام أحدث التقنيات الطبية الآمنة."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-man-is-playing-with-pet-while-working-sofa-home_1150-21756.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-man-is-playing-with-pet-while-working-sofa-home_1150-21756.jpg"
|
||||
imageAlt="أسئلة شائعة"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -267,8 +211,7 @@ export default function HomePage() {
|
||||
logoText="DR N.KADI"
|
||||
columns={[
|
||||
{
|
||||
title: "الخدمات",
|
||||
items: [
|
||||
title: "الخدمات", items: [
|
||||
{ label: "الاستشارات الطبية", href: "#services" },
|
||||
{ label: "التطعيمات", href: "#services" },
|
||||
{ label: "الجراحة", href: "#services" },
|
||||
@@ -276,8 +219,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "المعلومات",
|
||||
items: [
|
||||
title: "المعلومات", items: [
|
||||
{ label: "حول العيادة", href: "#about" },
|
||||
{ label: "لماذا اختيارنا", href: "#features" },
|
||||
{ label: "آراء العملاء", href: "#testimonials" },
|
||||
@@ -285,8 +227,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "التواصل",
|
||||
items: [
|
||||
title: "التواصل", items: [
|
||||
{ label: "احجز موعداً", href: "#contact" },
|
||||
{ label: "البريد الإلكتروني", href: "#" },
|
||||
{ label: "الموقع", href: "#" },
|
||||
@@ -294,8 +235,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "المتابعة",
|
||||
items: [
|
||||
title: "المتابعة", items: [
|
||||
{ label: "فيسبوك", href: "https://facebook.com" },
|
||||
{ label: "إنستجرام", href: "https://instagram.com" },
|
||||
{ label: "تويتر", href: "https://twitter.com" },
|
||||
|
||||
@@ -6,7 +6,6 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import Link from "next/link";
|
||||
import {
|
||||
Heart,
|
||||
Shield,
|
||||
@@ -19,17 +18,16 @@ import {
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
{ name: "الرئيسية", id: "home" },
|
||||
{ name: "الخدمات", id: "services" },
|
||||
{ name: "حول العيادة", id: "about" },
|
||||
{ name: "التواصل", id: "contact" },
|
||||
{ name: "الأسئلة الشائعة", id: "faq" },
|
||||
{ name: "الرئيسية", id: "/" },
|
||||
{ name: "الخدمات", id: "#services" },
|
||||
{ name: "حول العيادة", id: "/about" },
|
||||
{ name: "التواصل", id: "#contact" },
|
||||
{ name: "الأسئلة الشائعة", id: "/#faq" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "الخدمات",
|
||||
items: [
|
||||
title: "الخدمات", items: [
|
||||
{ label: "الاستشارات الطبية", href: "#services" },
|
||||
{ label: "التطعيمات", href: "#services" },
|
||||
{ label: "الجراحة", href: "#services" },
|
||||
@@ -37,17 +35,15 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "المعلومات",
|
||||
items: [
|
||||
{ label: "حول العيادة", href: "#about" },
|
||||
title: "المعلومات", items: [
|
||||
{ label: "حول العيادة", href: "/about" },
|
||||
{ label: "لماذا اختيارنا", href: "#features" },
|
||||
{ label: "آراء العملاء", href: "#testimonials" },
|
||||
{ label: "أسئلة شائعة", href: "#faq" },
|
||||
{ label: "آراء العملاء", href: "/#testimonials" },
|
||||
{ label: "أسئلة شائعة", href: "/#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "التواصل",
|
||||
items: [
|
||||
title: "التواصل", items: [
|
||||
{ label: "احجز موعداً", href: "#contact" },
|
||||
{ label: "البريد الإلكتروني", href: "#" },
|
||||
{ label: "الموقع", href: "#" },
|
||||
@@ -55,8 +51,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "المتابعة",
|
||||
items: [
|
||||
title: "المتابعة", items: [
|
||||
{ label: "فيسبوك", href: "https://facebook.com" },
|
||||
{ label: "إنستجرام", href: "https://instagram.com" },
|
||||
{ label: "تويتر", href: "https://twitter.com" },
|
||||
@@ -78,88 +73,44 @@ export default function ServicesPage() {
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "احجز موعداً",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "احجز موعداً", href: "#contact"}}
|
||||
brandName="DR N.KADI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Services Section - Full Featured */}
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
title="خدماتنا الطبية المتقدمة"
|
||||
description="نقدم مجموعة شاملة من الخدمات البيطرية المتخصصة باستخدام أحدث التقنيات الطبية والمعدات الحديثة"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "الاستشارات الطبية",
|
||||
price: "متاح يومياً",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-veterinary-clinic_23-2149143899.jpg?_wi=2",
|
||||
imageAlt: "الاستشارات الطبية",
|
||||
},
|
||||
id: "1", name: "الاستشارات الطبية", price: "متاح يومياً", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-veterinary-clinic_23-2149143899.jpg", imageAlt: "الاستشارات الطبية"},
|
||||
{
|
||||
id: "2",
|
||||
name: "التطعيمات",
|
||||
price: "محمي صحياً",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/veterinarian-holding-syringe-ready-vaccination-pig-farm_342744-355.jpg?_wi=2",
|
||||
imageAlt: "التطعيمات",
|
||||
},
|
||||
id: "2", name: "التطعيمات", price: "محمي صحياً", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/veterinarian-holding-syringe-ready-vaccination-pig-farm_342744-355.jpg", imageAlt: "التطعيمات"},
|
||||
{
|
||||
id: "3",
|
||||
name: "طب الأسنان",
|
||||
price: "عناية متخصصة",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tooth-control-vet_329181-14497.jpg?_wi=2",
|
||||
imageAlt: "طب الأسنان",
|
||||
},
|
||||
id: "3", name: "طب الأسنان", price: "عناية متخصصة", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tooth-control-vet_329181-14497.jpg", imageAlt: "طب الأسنان"},
|
||||
{
|
||||
id: "4",
|
||||
name: "التجميل والعناية",
|
||||
price: "خدمة احترافية",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777170.jpg?_wi=2",
|
||||
imageAlt: "التجميل والعناية",
|
||||
},
|
||||
id: "4", name: "التجميل والعناية", price: "خدمة احترافية", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777170.jpg", imageAlt: "التجميل والعناية"},
|
||||
{
|
||||
id: "5",
|
||||
name: "الجراحة العامة",
|
||||
price: "معدات متقدمة",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg?_wi=2",
|
||||
imageAlt: "الجراحة العامة",
|
||||
},
|
||||
id: "5", name: "الجراحة العامة", price: "معدات متقدمة", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg", imageAlt: "الجراحة العامة"},
|
||||
{
|
||||
id: "6",
|
||||
name: "الطوارئ الطبية",
|
||||
price: "24/7 متاح",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-veterinarian-checking-dog-with-stethoscope-clinic_23-2147928374.jpg?_wi=2",
|
||||
imageAlt: "الطوارئ الطبية",
|
||||
},
|
||||
id: "6", name: "الطوارئ الطبية", price: "24/7 متاح", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-veterinarian-checking-dog-with-stethoscope-clinic_23-2147928374.jpg", imageAlt: "الطوارئ الطبية"},
|
||||
{
|
||||
id: "7",
|
||||
name: "الحجز والمراقبة",
|
||||
price: "رعاية مستمرة",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg?_wi=3",
|
||||
imageAlt: "الحجز والمراقبة",
|
||||
},
|
||||
id: "7", name: "الحجز والمراقبة", price: "رعاية مستمرة", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg", imageAlt: "الحجز والمراقبة"},
|
||||
{
|
||||
id: "8",
|
||||
name: "التصوير الطبي",
|
||||
price: "تشخيص دقيق",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg?_wi=4",
|
||||
imageAlt: "التصوير الطبي",
|
||||
},
|
||||
id: "8", name: "التصوير الطبي", price: "تشخيص دقيق", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cute-dog-consultation_23-2149314351.jpg", imageAlt: "التصوير الطبي"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -168,35 +119,24 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Features Section - Why Choose Us */}
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBento
|
||||
title="لماذا اختيار عيادتنا"
|
||||
description="نحن الخيار الأول والوحيد للرعاية البيطرية المتخصصة في المنطقة بخبرة عملية وتقنيات متقدمة"
|
||||
features={[
|
||||
{
|
||||
title: "الخبرة والتخصص",
|
||||
description:
|
||||
"فريق طبي متخصص بخبرة عميقة في العناية البيطرية الشاملة",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "الخبرة والتخصص", description:
|
||||
"فريق طبي متخصص بخبرة عميقة في العناية البيطرية الشاملة", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: Heart,
|
||||
label: "الرعاية الشاملة",
|
||||
value: "100%",
|
||||
},
|
||||
label: "الرعاية الشاملة", value: "100%"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "الأمان والثقة",
|
||||
value: "معتمد",
|
||||
},
|
||||
label: "الأمان والثقة", value: "معتمد"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "التقنيات المتقدمة",
|
||||
description: "استخدام أحدث المعدات الطبية والتقنيات العلاجية",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "التقنيات المتقدمة", description: "استخدام أحدث المعدات الطبية والتقنيات العلاجية", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{
|
||||
icon: Activity,
|
||||
@@ -213,11 +153,8 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "الاستجابة السريعة",
|
||||
description:
|
||||
"خدمات طوارئ متاحة على مدار الساعة لراحة حيواناتك",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "الاستجابة السريعة", description:
|
||||
"خدمات طوارئ متاحة على مدار الساعة لراحة حيواناتك", bentoComponent: "animated-bar-chart"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -225,7 +162,6 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Contact Section */}
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="احصل على استشارة"
|
||||
@@ -233,15 +169,13 @@ export default function ServicesPage() {
|
||||
description="اختر الخدمة التي تحتاجها وتواصل معنا لحجز موعدك. فريقنا متخصص ومستعد لتقديم أفضل رعاية لحيواناتك الأليفة."
|
||||
tagIcon={Phone}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
useInvertedBackground={true}
|
||||
buttonText="احجز الآن"
|
||||
inputPlaceholder="أدخل بريدك الإلكتروني"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="DR N.KADI"
|
||||
|
||||
Reference in New Issue
Block a user