asset files

This commit is contained in:
sandhiya-hepl
2026-07-17 18:01:05 +05:30
parent d0866bf0f8
commit 8f163d4933
87 changed files with 3644 additions and 11 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ export default function App({ previewMode = false }) {
<section id="aboutus" style={{
padding: isMobile ? '3.5rem 1.25rem' : '6.5rem 8% 5.5rem 8%',
backgroundColor: '#020710',
backgroundImage: `url('${about.backgroundImage}')`,
backgroundImage: `url('${assetUrl(about.backgroundImage)}')`,
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundRepeat: 'no-repeat',