Update App components, assets and content

This commit is contained in:
Vishva
2026-07-23 13:19:49 +05:30
parent 10f3db88aa
commit 49d487471f
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1369,7 +1369,7 @@ export default function App({ previewMode = false }) {
<div className="glass-card" style={{
padding: '2rem 1.8rem',
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',
backgroundPosition: 'center',
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)',
position: 'relative',
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',
backgroundPosition: 'center',
display: 'flex',
Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB