From ee7dc6c2ce2d89f25a2bd6b6327dd6ccdc27adc0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 03:38:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d71bbef..3df2f52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="تطبيقك الذكي لإدارة مخزون المنزل والمقاضي. وفر جهدك ووقتك، وودع هدر الطعام بذكاء." buttons={[{ text: "ابدأ الآن", href: "#" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/table-with-vegetables-tablet_1112-344.jpg", imageAlt: "تطبيق مونة البيت" }, + { imageSrc: "http://img.b2bpic.net/free-photo/table-with-vegetables-tablet_1112-344.jpg?_wi=1", imageAlt: "تطبيق مونة البيت" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-holding-phone-jar-pasta_482257-109981.jpg", imageAlt: "قائمة المقاضي الذكية" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetables-tablet_23-2148478235.jpg", imageAlt: "إدارة المخزون" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-tablet-kitchen_23-2148018394.jpg", imageAlt: "تنبيهات الانتهاء" }, @@ -110,7 +110,7 @@ export default function LandingPage() { { id: "pro", title: "خطة العائلة", price: "19 ريال", period: "شهرياً", features: ["مخزون غير محدود", "تشاركية عائلية", "تنبيهات ذكية"], button: { text: "اشترك الآن" }, - imageSrc: "http://img.b2bpic.net/free-photo/table-with-vegetables-tablet_1112-344.jpg", imageAlt: "Table with vegetables and a tablet"}, + imageSrc: "http://img.b2bpic.net/free-photo/table-with-vegetables-tablet_1112-344.jpg?_wi=2", imageAlt: "Table with vegetables and a tablet"}, ]} title="خطط تناسب عائلتك" description="اختر الباقة المناسبة لابدأ رحلة التنظيم" -- 2.49.1