From 8e32b228d3e25ff6ba459235a5e49cee856e8f0d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:37:23 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 73ea6ba..f52e0db 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -35,7 +35,7 @@ export default function AboutPage() { tag="الخبراء" memberVariant="card" membersAnimation="slide-up" - members={[{ id: "m1", name: "أحمد التونسي", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg" }]} + members={[{ id: "m1", name: "أحمد التونسي", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg?_wi=2" }]} /> ); -- 2.49.1 From 89ea95941739195d63b63dd76ee6556541b635eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:37:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78263e0..7a845b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "احصل على الاتجاهات", href: "https://maps.app.goo.gl/..." }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/boxes-arrangement-logistic-center_23-2148902540.jpg", imageAlt: "Packaging supplies" }, - { imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172374.jpg", imageAlt: "Shipping logistics" } + { imageSrc: "http://img.b2bpic.net/free-photo/boxes-arrangement-logistic-center_23-2148902540.jpg?_wi=1", imageAlt: "Packaging supplies" }, + { imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172374.jpg?_wi=1", imageAlt: "Shipping logistics" } ]} mediaAnimation="slide-up" rating={5} @@ -64,8 +64,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { id: "f1", title: "جودة عالية", description: "منتجات متينة تدوم طويلاً", imageSrc: "http://img.b2bpic.net/free-photo/boxes-arrangement-logistic-center_23-2148902540.jpg", imageAlt: "packaging supplies" }, - { id: "f2", title: "أسعار تنافسية", description: "نوفر أفضل الأسعار بالسوق", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172374.jpg", imageAlt: "shipping supplies" }, + { id: "f1", title: "جودة عالية", description: "منتجات متينة تدوم طويلاً", imageSrc: "http://img.b2bpic.net/free-photo/boxes-arrangement-logistic-center_23-2148902540.jpg?_wi=2", imageAlt: "packaging supplies" }, + { id: "f2", title: "أسعار تنافسية", description: "نوفر أفضل الأسعار بالسوق", imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172374.jpg?_wi=2", imageAlt: "shipping supplies" }, { id: "f3", title: "خدمة سريعة", description: "توصيل وتوافر فوري لطلباتك", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-signing-boxes_23-2147782371.jpg", imageAlt: "shipping boxes" }, ]} title="لماذا تختار ankti prod؟" @@ -89,7 +89,7 @@ export default function LandingPage() { useInvertedBackground={false} title="أسئلة شائعة" description="إجابات على أكثر الأسئلة شيوعاً حول منتجاتنا." - imageSrc="http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg" + imageSrc="http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg?_wi=1" faqs={[ { id: "q1", title: "هل يتوفر التوصيل؟", content: "نعم، نوفر توصيل سريع داخل أريانة وخارجها." }, { id: "q2", title: "كيف أطلب بالجملة؟", content: "يمكنك التواصل معنا عبر الهاتف للحصول على عروض أسعار خاصة." }, -- 2.49.1