diff --git a/apps/webapp/app/globals.css b/apps/webapp/app/globals.css index 85aba500..9cbee940 100644 --- a/apps/webapp/app/globals.css +++ b/apps/webapp/app/globals.css @@ -296,9 +296,20 @@ input[type='number'] { /* INFOPAGES BG COVER*/ .infopages-background { - @apply relative left-0 top-0 flex h-[510px] w-full items-center justify-center rounded-[45px]; - background: url('/images/about-bg.svg') center center no-repeat; background-size: cover; + background-repeat: no-repeat; + + @apply relative left-0 top-0 flex h-[510px] w-full items-center justify-center rounded-[45px]; +} + +.infopages-background--whitepaper { + background-image: url('/images/info-bg-whitepaper.webp'); +} +.infopages-background--about { + background-image: url('/images/info-bg-about.webp'); +} +.infopages-background--security { + background-image: url('/images/info-bg-security.webp'); } /* BLUR DOT EFFECT TO BACKGROUND CIRCLE UPCOMING SECTION */ diff --git a/apps/webapp/components/routes/about/about-bitlauncher/index.tsx b/apps/webapp/components/routes/about/about-bitlauncher/index.tsx index 2cf2c990..05ae3bbc 100644 --- a/apps/webapp/components/routes/about/about-bitlauncher/index.tsx +++ b/apps/webapp/components/routes/about/about-bitlauncher/index.tsx @@ -62,7 +62,7 @@ export async function AboutBitlauncherPageLanding({ -