From 62ec61ae5dc41803cd1bab83eeb614c662da6505 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:11:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 012fafc..f782756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { { text: "شاهد أعمالنا", href: "#portfolio" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-vector/seo-instagram-post-collection_23-2148797555.jpg", imageAlt: "Instagram post design social media marketing" }, - { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-template_23-2149759252.jpg", imageAlt: "TikTok video thumbnail social media design" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colorful-geometric-shapes-background_23-2148308013.jpg", imageAlt: "product advertisement design mockup creative" } + { imageSrc: "http://img.b2bpic.net/free-vector/seo-instagram-post-collection_23-2148797555.jpg?_wi=1", imageAlt: "Instagram post design social media marketing" }, + { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-template_23-2149759252.jpg?_wi=1", imageAlt: "TikTok video thumbnail social media design" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-colorful-geometric-shapes-background_23-2148308013.jpg?_wi=1", imageAlt: "product advertisement design mockup creative" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -134,7 +134,7 @@ export default function LandingPage() { products={[ { id: "portfolio-1", brand: "تصميمات سوشيال ميديا", name: "حملة إعلانية متكاملة", price: "تم التنفيذ", rating: 5, - reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-vector/seo-instagram-post-collection_23-2148797555.jpg", imageAlt: "Instagram post design social media marketing" + reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-vector/seo-instagram-post-collection_23-2148797555.jpg?_wi=2", imageAlt: "Instagram post design social media marketing" }, { id: "portfolio-2", brand: "فيديوهات ريلز", name: "محتوى فيديو احترافي", price: "تم التنفيذ", rating: 5, @@ -146,11 +146,11 @@ export default function LandingPage() { }, { id: "portfolio-4", brand: "إدارة حسابات", name: "نمو عضوي مستدام", price: "تم التنفيذ", rating: 5, - reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-vector/gradient-colorful-geometric-shapes-background_23-2148308013.jpg", imageAlt: "product advertisement design mockup creative" + reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-vector/gradient-colorful-geometric-shapes-background_23-2148308013.jpg?_wi=2", imageAlt: "product advertisement design mockup creative" }, { id: "portfolio-5", brand: "محتوى إبداعي", name: "تصاميم جذابة وفعالة", price: "تم التنفيذ", rating: 5, - reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-template_23-2149759252.jpg", imageAlt: "TikTok video thumbnail social media design" + reviewCount: "2024", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-marketing-template_23-2149759252.jpg?_wi=2", imageAlt: "TikTok video thumbnail social media design" }, { id: "portfolio-6", brand: "مشاريع متنوعة", name: "حملات متعددة المنصات", price: "تم التنفيذ", rating: 5, -- 2.49.1