diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c8f441..79f7a04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { features={[ { id: "1", title: "إنتاج الفيديو الإعلاني السينمائي", tags: ["فيديو", "إعلان", "احترافي"], - imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-girl-red-dress-distance-date-with-wine-candles-talking-camera_140725-164255.jpg", imageAlt: "فيديو إعلاني سينمائي" + imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-girl-red-dress-distance-date-with-wine-candles-talking-camera_140725-164255.jpg?_wi=1", imageAlt: "فيديو إعلاني سينمائي" }, { id: "2", title: "التصوير الفوتوغرافي الاحترافي", tags: ["تصوير", "منتجات", "استوديو"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_23-2150506075.jpg", imageAlt: "تصوير فوتوغرافي احترافي" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_23-2150506075.jpg?_wi=1", imageAlt: "تصوير فوتوغرافي احترافي" }, { id: "3", title: "إنشاء محتوى بصري لزيادة المبيعات", tags: ["محتوى", "تسويق", "تحويل"], - imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189649.jpg", imageAlt: "محتوى بصري تسويقي" + imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189649.jpg?_wi=1", imageAlt: "محتوى بصري تسويقي" } ]} animationType="slide-up" @@ -96,13 +96,13 @@ export default function LandingPage() { tag="الأعمال المميزة" products={[ { - id: "1", name: "حملة إعلانية لعلامة تجارية فاخرة", price: "تصفح المشروع", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-girl-red-dress-distance-date-with-wine-candles-talking-camera_140725-164255.jpg", imageAlt: "مشروع إعلاني فاخر" + id: "1", name: "حملة إعلانية لعلامة تجارية فاخرة", price: "تصفح المشروع", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-girl-red-dress-distance-date-with-wine-candles-talking-camera_140725-164255.jpg?_wi=2", imageAlt: "مشروع إعلاني فاخر" }, { - id: "2", name: "تصوير منتجات جودة عالية", price: "تصفح المشروع", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_23-2150506075.jpg", imageAlt: "تصوير منتجات احترافي" + id: "2", name: "تصوير منتجات جودة عالية", price: "تصفح المشروع", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-photographer_23-2150506075.jpg?_wi=2", imageAlt: "تصوير منتجات احترافي" }, { - id: "3", name: "إنتاج فيديو ترويجي", price: "تصفح المشروع", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189649.jpg", imageAlt: "فيديو ترويجي" + id: "3", name: "إنتاج فيديو ترويجي", price: "تصفح المشروع", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189649.jpg?_wi=2", imageAlt: "فيديو ترويجي" } ]} animationType="slide-up"