Compare commits
29 Commits
source-cod
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99f7d8f0bb | ||
|
|
85a0a54eb4 | ||
|
|
5c1d3c7ef9 | ||
|
|
da14d0d05d | ||
|
|
5b521661ec | ||
|
|
3469a09a9f | ||
|
|
5d5e12d7e7 | ||
|
|
f5af9e46e1 | ||
|
|
bb7007aa88 | ||
|
|
900ffe0f06 | ||
|
|
bef271c1a2 | ||
|
|
2996812209 | ||
|
|
d5d4574683 | ||
|
|
d93191f675 | ||
|
|
1e4fa53fb2 | ||
|
|
8346a731a6 | ||
|
|
72ace6ff50 | ||
|
|
535aefc0f3 | ||
|
|
15b4b40681 | ||
|
|
4692e89736 | ||
|
|
739e081296 | ||
|
|
5abe1edb71 | ||
|
|
31b0619c90 | ||
|
|
ea36f28c17 | ||
|
|
17f4eb752b | ||
|
|
eb6557eeb3 | ||
|
|
74db1dad77 | ||
|
|
9653fcbaf9 | ||
|
|
d8ff358dd7 |
@@ -1,13 +1,14 @@
|
|||||||
import { defineConfig } from 'astro/config'
|
import { defineConfig } from 'astro/config'
|
||||||
import tailwindcss from '@tailwindcss/vite'
|
import tailwindcss from '@tailwindcss/vite'
|
||||||
import react from '@astrojs/react'
|
import react from '@astrojs/react'
|
||||||
|
import sitemap from '@astrojs/sitemap'
|
||||||
import { fileURLToPath } from 'url'
|
import { fileURLToPath } from 'url'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
|
|
||||||
const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: 'https://dealplustech.com',
|
site: 'https://dealplustech.co.th',
|
||||||
output: 'static',
|
output: 'static',
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
@@ -22,6 +23,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
integrations: [
|
integrations: [
|
||||||
react(),
|
react(),
|
||||||
|
sitemap(),
|
||||||
],
|
],
|
||||||
build: {
|
build: {
|
||||||
assets: '_assets',
|
assets: '_assets',
|
||||||
|
|||||||
77
package-lock.json
generated
@@ -1,15 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "dealplustech-emdash",
|
"name": "dealplustech-astroreal",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "dealplustech-emdash",
|
"name": "dealplustech-astroreal",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"@astrojs/react": "^5.0.5",
|
"@astrojs/react": "^5.0.5",
|
||||||
|
"@astrojs/sitemap": "^3.7.3",
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
"@tailwindcss/typography": "^0.5.15",
|
||||||
"@tailwindcss/vite": "^4.0.0",
|
"@tailwindcss/vite": "^4.0.0",
|
||||||
"astro": "^6.1.7",
|
"astro": "^6.1.7",
|
||||||
@@ -160,6 +161,17 @@
|
|||||||
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
|
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@astrojs/sitemap": {
|
||||||
|
"version": "3.7.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.7.3.tgz",
|
||||||
|
"integrity": "sha512-f8euLVsyeAmAkSm/1M2Kb8sL8byQmfgbvBNaHFItCheTj/IpiJYSEWVcqDHZ/yEHxiS7+w87mQkzwZaPHmk5GA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"sitemap": "^9.0.0",
|
||||||
|
"stream-replace-string": "^2.0.0",
|
||||||
|
"zod": "^4.3.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@astrojs/telemetry": {
|
"node_modules/@astrojs/telemetry": {
|
||||||
"version": "3.3.2",
|
"version": "3.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.3.2.tgz",
|
||||||
@@ -2329,8 +2341,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz",
|
||||||
"integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==",
|
"integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
|
||||||
"peer": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"undici-types": ">=7.24.0 <7.24.7"
|
"undici-types": ">=7.24.0 <7.24.7"
|
||||||
}
|
}
|
||||||
@@ -2355,6 +2365,15 @@
|
|||||||
"@types/react": "^19.2.0"
|
"@types/react": "^19.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@types/sax": {
|
||||||
|
"version": "1.2.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz",
|
||||||
|
"integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@types/node": "*"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@types/unist": {
|
"node_modules/@types/unist": {
|
||||||
"version": "3.0.3",
|
"version": "3.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
||||||
@@ -2562,6 +2581,12 @@
|
|||||||
"url": "https://github.com/sponsors/jonschlinkert"
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/arg": {
|
||||||
|
"version": "5.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
|
||||||
|
"integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/argparse": {
|
"node_modules/argparse": {
|
||||||
"version": "2.0.1",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
||||||
@@ -5748,6 +5773,40 @@
|
|||||||
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
|
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/sitemap": {
|
||||||
|
"version": "9.0.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.1.tgz",
|
||||||
|
"integrity": "sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@types/node": "^24.9.2",
|
||||||
|
"@types/sax": "^1.2.1",
|
||||||
|
"arg": "^5.0.0",
|
||||||
|
"sax": "^1.4.1"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"sitemap": "dist/esm/cli.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.19.5",
|
||||||
|
"npm": ">=10.8.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/sitemap/node_modules/@types/node": {
|
||||||
|
"version": "24.13.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.2.tgz",
|
||||||
|
"integrity": "sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"undici-types": "~7.18.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/sitemap/node_modules/undici-types": {
|
||||||
|
"version": "7.18.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
|
||||||
|
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/smol-toml": {
|
"node_modules/smol-toml": {
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
|
||||||
@@ -5779,6 +5838,12 @@
|
|||||||
"url": "https://github.com/sponsors/wooorm"
|
"url": "https://github.com/sponsors/wooorm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/stream-replace-string": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/stream-replace-string/-/stream-replace-string-2.0.0.tgz",
|
||||||
|
"integrity": "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==",
|
||||||
|
"license": "MIT"
|
||||||
|
},
|
||||||
"node_modules/string-width": {
|
"node_modules/string-width": {
|
||||||
"version": "4.2.3",
|
"version": "4.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
||||||
@@ -5980,9 +6045,7 @@
|
|||||||
"version": "7.24.6",
|
"version": "7.24.6",
|
||||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
|
||||||
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
|
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
|
||||||
"license": "MIT",
|
"license": "MIT"
|
||||||
"optional": true,
|
|
||||||
"peer": true
|
|
||||||
},
|
},
|
||||||
"node_modules/unified": {
|
"node_modules/unified": {
|
||||||
"version": "11.0.5",
|
"version": "11.0.5",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"@astrojs/react": "^5.0.5",
|
"@astrojs/react": "^5.0.5",
|
||||||
|
"@astrojs/sitemap": "^3.7.3",
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
"@tailwindcss/typography": "^0.5.15",
|
||||||
"@tailwindcss/vite": "^4.0.0",
|
"@tailwindcss/vite": "^4.0.0",
|
||||||
"astro": "^6.1.7",
|
"astro": "^6.1.7",
|
||||||
|
|||||||
BIN
public/images/aeroflex/gallery-1.jpg
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
public/images/aeroflex/gallery-10.jpg
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
public/images/aeroflex/gallery-11.jpg
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
public/images/aeroflex/gallery-12.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
public/images/aeroflex/gallery-13.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
public/images/aeroflex/gallery-14.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/images/aeroflex/gallery-2.jpg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
public/images/aeroflex/gallery-3.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/images/aeroflex/gallery-4.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/aeroflex/gallery-5.jpg
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
public/images/aeroflex/gallery-6.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/aeroflex/gallery-8.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
public/images/aeroflex/gallery-9.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
public/images/armflex/gallery-1.jpg
Normal file
|
After Width: | Height: | Size: 476 KiB |
BIN
public/images/armflex/gallery-2.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/images/armflex/gallery-3.jpg
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
public/images/armflex/gallery-4.jpg
Normal file
|
After Width: | Height: | Size: 195 KiB |
BIN
public/images/armflex/gallery-5.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
public/images/grilles/supply-air.jpg
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
public/images/maxflex/gallery-1.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
public/images/maxflex/gallery-3.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
public/images/maxflex/gallery-4.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/images/maxflex/gallery-5.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/images/maxflex/gallery-6.jpg
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
public/images/maxflex/gallery-7.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
public/images/maxflex/gallery-8.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
public/images/maxflex/gallery-9.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
public/images/microfiber/gallery-1.jpg
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
public/images/microfiber/gallery-10.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
public/images/microfiber/gallery-2.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/images/microfiber/gallery-3.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/microfiber/gallery-4.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
public/images/microfiber/gallery-5.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/microfiber/gallery-6.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/images/microfiber/gallery-7.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
public/images/microfiber/gallery-8.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
public/images/microfiber/hero_1.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/images/microfiber/microfiber-enf.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
public/images/microfiber/microfiber-fl.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/microfiber/microfiber-fld.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
public/images/microfiber/microfiber-fls.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/microfiber/microfiber-fr.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/microfiber/microfiber-frd.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/microfiber/microfiber-frk.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/microfiber/microfiber-fsf.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/images/microfiber/microfiber-glc.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
public/images/microfiber/microfiber-gts.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/microfiber/microfiber-gwpf.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
public/images/microfiber/microfiber-hi-temp.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/microfiber/microfiber-pfl.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/images/microfiber/microfiber-pipe-cover.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/microfiber/microfiber-pln.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/images/microfiber/prod_0.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/microfiber/prod_0_0.jpg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
public/images/microfiber/prod_0_1.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/images/microfiber/prod_0_2.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/microfiber/prod_0_3.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/microfiber/prod_0_4.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/images/microfiber/prod_1.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/microfiber/prod_10.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/microfiber/prod_11.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/microfiber/prod_1_0.jpg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
public/images/microfiber/prod_1_1.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/images/microfiber/prod_1_2.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/microfiber/prod_1_3.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/microfiber/prod_1_4.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/images/microfiber/prod_2.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/microfiber/prod_2_0.jpg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
public/images/microfiber/prod_2_1.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/images/microfiber/prod_2_2.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/microfiber/prod_2_3.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/images/microfiber/prod_2_4.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
public/images/microfiber/prod_3.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/images/microfiber/prod_4.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/microfiber/prod_5.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/microfiber/prod_6.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/microfiber/prod_7.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/microfiber/prod_8.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/microfiber/prod_9.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 472 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 181 KiB |
|
Before Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 101 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300"><rect width="400" height="300" fill="#65a30d"/><text x="200" y="150" text-anchor="middle" fill="white" font-family="sans-serif" font-size="18">Coupling 05</text></svg>
|
|
||||||
|
Before Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 98 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300"><rect width="400" height="300" fill="#65a30d"/><text x="200" y="150" text-anchor="middle" fill="white" font-family="sans-serif" font-size="18">Coupling 07</text></svg>
|
|
||||||
|
Before Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 581 KiB |
|
Before Width: | Height: | Size: 566 KiB |
|
Before Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 188 KiB |
|
Before Width: | Height: | Size: 125 KiB |