diff --git a/public/investors.php b/public/investors.php
index 8506797..a1c3dae 100644
--- a/public/investors.php
+++ b/public/investors.php
@@ -81,7 +81,10 @@
📊 فرصة استثمارية — جولة تمويلية
أوّل منصة عربية لأتمتة
الفوترة الإلكترونية بالذكاء الاصطناعي
نبني البنية التحتية المالية الذكية للأسواق العربية التي تتحول إلزامياً للفوترة الإلكترونية — بدءاً من الأردن وتوسعاً نحو 8 أسواق عربية خلال 3 سنوات.
+
$2.1B
TAM — السوق العربي الكلي
$180M
SAM — الأسواق المستهدفة
@@ -89,6 +92,9 @@
+
+

+
diff --git a/public/landing.php b/public/landing.php
index 372e198..62d046b 100644
--- a/public/landing.php
+++ b/public/landing.php
@@ -48,7 +48,7 @@
-

+
@@ -124,7 +124,7 @@
-

+
شريك معتمد ✓
@@ -150,7 +150,7 @@
-

+
diff --git a/scripts/deploy_images.php b/scripts/deploy_images.php
new file mode 100644
index 0000000..fcca6e8
--- /dev/null
+++ b/scripts/deploy_images.php
@@ -0,0 +1,19 @@
+ __DIR__ . '/public/assets/img/dashboard_hero.png',
+ '/Users/hamzaaleghwairyeen/.gemini/antigravity/brain/2d71f096-6b0b-4c15-81ce-185c9abe4e1f/investor_hero_new_1778279595637.png' => __DIR__ . '/public/assets/img/investor_hero.png',
+ '/Users/hamzaaleghwairyeen/.gemini/antigravity/brain/2d71f096-6b0b-4c15-81ce-185c9abe4e1f/mobile_mockup_new_1778279606331.png' => __DIR__ . '/public/assets/img/mobile_mockup.png'
+];
+
+foreach ($images as $src => $dst) {
+ if (!file_exists($src)) {
+ echo "Source not found: $src\n";
+ continue;
+ }
+ if (copy($src, $dst)) {
+ echo "Successfully copied to $dst\n";
+ } else {
+ $error = error_get_last();
+ echo "Failed to copy to $dst: " . ($error['message'] ?? 'Unknown error') . "\n";
+ }
+}
diff --git a/test_local.txt b/test_local.txt
new file mode 100644
index 0000000..e69de29