diff --git a/apps/landing/public/images/misc/NoisePattern.png b/apps/landing/public/images/misc/NoisePattern.png new file mode 100644 index 000000000..440b5f5d8 Binary files /dev/null and b/apps/landing/public/images/misc/NoisePattern.png differ diff --git a/apps/landing/src/app/Banner.tsx b/apps/landing/src/app/Banner.tsx index 99f4b4d9b..e14cbcc45 100644 --- a/apps/landing/src/app/Banner.tsx +++ b/apps/landing/src/app/Banner.tsx @@ -17,21 +17,41 @@ export function Banner(props: BannerProps) { href={href ?? '/'} className={clsx( props.className, - 'animation-delay-1 fade-in-whats-new z-10 mb-5 flex w-fit flex-row rounded-full border-[1.5px] border-yellow-700 bg-yellow-600 px-5 py-2.5 text-xs backdrop-blur-md transition sm:w-auto sm:text-base' + 'animation-delay-1 fade-in-whats-new z-10 mb-5 flex w-fit flex-row rounded-full px-5 py-2.5 text-xs backdrop-blur-md transition sm:w-auto sm:text-base' )} > -
- -

{headline}

+
+
+ +

+ {headline} +

+
- {link && ( - <> -
- - {link} - - - )} ); }