This commit is contained in:
2026-05-24 16:12:50 +03:30
parent 603b84fdb9
commit 865ae45dc7
22 changed files with 163 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,5 +4,4 @@ node_modules
.env.local
coverage
dist
uploads
*.log

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="900" viewBox="0 0 1600 900" fill="none">
<rect width="1600" height="900" fill="#0A0A0A"/>
<circle cx="1190" cy="180" r="220" fill="#A51C24" fill-opacity=".18"/>
<circle cx="330" cy="760" r="190" fill="white" fill-opacity=".05"/>
<path d="M361 555L504 426H980L1121 489L1232 522L1295 615V672H1204C1191 725 1143 764 1085 764C1027 764 979 725 966 672H684C671 725 623 764 565 764C507 764 459 725 446 672H305V602L361 555Z" fill="#1A1A1A" stroke="#2F2F2F" stroke-width="8"/>
<path d="M529 460H956L1070 518H472L529 460Z" fill="#A51C24" fill-opacity=".32"/>
<circle cx="565" cy="672" r="74" fill="#111"/>
<circle cx="565" cy="672" r="42" fill="#666"/>
<circle cx="1085" cy="672" r="74" fill="#111"/>
<circle cx="1085" cy="672" r="42" fill="#666"/>
<text x="800" y="185" fill="white" font-family="Arial, sans-serif" font-size="72" font-weight="700" text-anchor="middle">Ghasempour Trading Group</text>
<text x="800" y="260" fill="#9CA3AF" font-family="Arial, sans-serif" font-size="34" text-anchor="middle">Local Placeholder Asset</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/uploads/hero-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 700 500" fill="none">
<rect width="700" height="500" rx="30" fill="#111111"/>
<path d="M151 149L232 88L363 72L470 107L554 193L601 268L560 351L452 410L301 414L186 365L119 268L151 149Z" fill="#2A2A2A" stroke="#555" stroke-width="8"/>
<path d="M348 115L503 186L523 278L443 341L309 341L224 285L210 195L348 115Z" fill="#A51C24" fill-opacity=".16"/>
<text x="350" y="456" fill="#9CA3AF" font-family="Arial, sans-serif" font-size="24" text-anchor="middle">Iran Map Placeholder</text>
</svg>

After

Width:  |  Height:  |  Size: 545 B

137
public/uploads/iran.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="120" viewBox="0 0 320 120" fill="none">
<rect width="320" height="120" rx="24" fill="#111111"/>
<path d="M38 76L62 34H86L62 76H38Z" fill="#A51C24"/>
<path d="M84 76L108 34H132L108 76H84Z" fill="white"/>
<text x="150" y="54" fill="white" font-family="Arial, sans-serif" font-size="22" font-weight="700">Ghasempour</text>
<text x="150" y="82" fill="#9CA3AF" font-family="Arial, sans-serif" font-size="18">Trading Group</text>
</svg>

After

Width:  |  Height:  |  Size: 501 B

BIN
public/uploads/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB