Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-05-11 05:19:32 +00:00

View File

@@ -27,10 +27,7 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<div style={{
backgroundImage: `url("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DI1e2k6EYhFwH9l7rLjtoP3nQ0/uploaded-1778476138014-qo7k4fxb.jpg")`,
backgroundSize: 'cover',
backgroundPosition: 'center',
backgroundAttachment: 'fixed',
backgroundColor: 'transparent',
minHeight: '100vh'
}}>
<ReactLenis root>
@@ -178,4 +175,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}