Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "الاستشارات الطبية", descriptions: ["فحص صحي شامل للحيوانات الأليفة", "تشخيص دقيق للأمراض", "نصائح طبية متخصصة"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100180.jpg", imageAlt: "الاستشارات الطبية"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100180.jpg?_wi=1", imageAlt: "الاستشارات الطبية"
|
||||
},
|
||||
{
|
||||
id: "2", title: "التطعيمات", descriptions: ["برامج تطعيم شاملة للحيوانات", "حماية من الأمراض المعدية", "متابعة دورية للمناعة"],
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "7", title: "الإقامة والمراقبة", descriptions: ["أقسام إقامة حديثة ومريحة", "مراقبة طبية مستمرة", "رعاية صحية شاملة خلال الإقامة"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198597.jpg", imageAlt: "أقسام الإقامة"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198597.jpg?_wi=1", imageAlt: "أقسام الإقامة"
|
||||
},
|
||||
{
|
||||
id: "8", title: "التصوير الطبي", descriptions: ["أشعات X متقدمة وآمنة", "الموجات فوق الصوتية البيطرية", "تشخيص دقيق وسريع"],
|
||||
@@ -145,13 +145,13 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "تقنيات جراحية متقدمة", price: "أفضل النتائج", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198597.jpg", imageAlt: "المعدات الطبية"
|
||||
id: "1", name: "تقنيات جراحية متقدمة", price: "أفضل النتائج", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198597.jpg?_wi=2", imageAlt: "المعدات الطبية"
|
||||
},
|
||||
{
|
||||
id: "2", name: "كادر طبي متخصص", price: "خبرة واحترافية", imageSrc: "http://img.b2bpic.net/free-photo/two-veterinarians-holding-down-persian-cat-exam-table-caucasian-professional-woman-vet-using-stethoscope-hearing-heart-sick-fluffy-cat_662251-2273.jpg", imageAlt: "الفريق المتخصص"
|
||||
id: "2", name: "كادر طبي متخصص", price: "خبرة واحترافية", imageSrc: "http://img.b2bpic.net/free-photo/two-veterinarians-holding-down-persian-cat-exam-table-caucasian-professional-woman-vet-using-stethoscope-hearing-heart-sick-fluffy-cat_662251-2273.jpg?_wi=1", imageAlt: "الفريق المتخصص"
|
||||
},
|
||||
{
|
||||
id: "3", name: "أنظمة صحية عالية", price: "سلامة مضمونة", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100180.jpg", imageAlt: "معايير الصحة"
|
||||
id: "3", name: "أنظمة صحية عالية", price: "سلامة مضمونة", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100180.jpg?_wi=2", imageAlt: "معايير الصحة"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "اكتب رسالتك أو استفسارك عن الخدمات", rows: 5, required: true }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-veterinarians-holding-down-persian-cat-exam-table-caucasian-professional-woman-vet-using-stethoscope-hearing-heart-sick-fluffy-cat_662251-2273.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-veterinarians-holding-down-persian-cat-exam-table-caucasian-professional-woman-vet-using-stethoscope-hearing-heart-sick-fluffy-cat_662251-2273.jpg?_wi=2"
|
||||
imageAlt="الاتصال بالعيادة"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -220,4 +220,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user