Update App components, assets and content
This commit is contained in:
@@ -153,7 +153,7 @@
|
|||||||
"images": [
|
"images": [
|
||||||
{ "src": "/assets/whyus_arab_meeting.jpg", "alt": "Corporate collaboration" },
|
{ "src": "/assets/whyus_arab_meeting.jpg", "alt": "Corporate collaboration" },
|
||||||
{ "src": "/assets/whyus_vr_man.jpg", "alt": "VR technology" },
|
{ "src": "/assets/whyus_vr_man.jpg", "alt": "VR technology" },
|
||||||
{ "src": "/assets/whyus_hologram.jpg", "alt": "Hologram technology" }
|
{ "src": "/assets/whyus_teamwork_user.jpg", "alt": "Teamwork technology" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gallery": {
|
"gallery": {
|
||||||
|
|||||||
+2
-2
@@ -1369,7 +1369,7 @@ export default function App({ previewMode = false }) {
|
|||||||
<div className="glass-card" style={{
|
<div className="glass-card" style={{
|
||||||
padding: '2rem 1.8rem',
|
padding: '2rem 1.8rem',
|
||||||
borderRadius: '20px',
|
borderRadius: '20px',
|
||||||
background: `linear-gradient(to bottom, rgba(2, 7, 16, 0.95) 0%, rgba(2, 7, 16, 0.6) 45%, rgba(2, 7, 16, 0) 85%), url(${assetUrl('/assets/whyus_hologram.jpg')})`,
|
background: `linear-gradient(to bottom, rgba(3, 8, 18, 0.98) 0%, rgba(3, 8, 18, 0.95) 45%, rgba(3, 8, 18, 0) 55%), url(${assetUrl(whyUs.images?.[2]?.src || '/assets/whyus_teamwork_user.jpg')})`,
|
||||||
backgroundSize: 'cover',
|
backgroundSize: 'cover',
|
||||||
backgroundPosition: 'center',
|
backgroundPosition: 'center',
|
||||||
border: '1px solid rgba(255, 255, 255, 0.06)',
|
border: '1px solid rgba(255, 255, 255, 0.06)',
|
||||||
@@ -1515,7 +1515,7 @@ export default function App({ previewMode = false }) {
|
|||||||
border: '1px solid rgba(255, 255, 255, 0.06)',
|
border: '1px solid rgba(255, 255, 255, 0.06)',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
backgroundImage: `linear-gradient(to bottom, rgba(2, 7, 16, 0.95) 0%, rgba(2, 7, 16, 0.6) 45%, rgba(2, 7, 16, 0) 85%), url(${assetUrl('/assets/whyus_hologram.jpg')})`,
|
backgroundImage: `linear-gradient(to bottom, rgba(3, 8, 18, 0.98) 0%, rgba(3, 8, 18, 0.95) 45%, rgba(3, 8, 18, 0) 55%), url(${assetUrl(whyUs.images?.[2]?.src || '/assets/whyus_teamwork_user.jpg')})`,
|
||||||
backgroundSize: 'cover',
|
backgroundSize: 'cover',
|
||||||
backgroundPosition: 'center',
|
backgroundPosition: 'center',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
Reference in New Issue
Block a user