From 3db2122d64fb82017c67d04d5f75c571277bc27e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:42:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74e0cf7..744b0f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1", imageAlt: "الاستشارات الطبية" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100180.jpg", 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?_wi=1", imageAlt: "أقسام الإقامة" + imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198597.jpg", 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?_wi=2", imageAlt: "المعدات الطبية" + id: "1", name: "تقنيات جراحية متقدمة", price: "أفضل النتائج", imageSrc: "http://img.b2bpic.net/free-photo/veterinarian-taking-care-pet_23-2149198597.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: "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: "3", name: "أنظمة صحية عالية", price: "سلامة مضمونة", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100180.jpg?_wi=2", imageAlt: "معايير الصحة" + id: "3", name: "أنظمة صحية عالية", price: "سلامة مضمونة", imageSrc: "http://img.b2bpic.net/free-photo/close-up-veterinarian-taking-care-dog_23-2149100180.jpg", 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?_wi=2" + 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="الاتصال بالعيادة" mediaAnimation="slide-up" mediaPosition="right" @@ -220,4 +220,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1