From b8020bac4f83411776b5a87a5e47eb4cffd7f9b2 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 26 Aug 2024 21:57:05 +0200 Subject: [PATCH] add bg --- src/app/(main)/page.jsx | 3 ++- src/components/BackgroundImage.jsx | 4 ++-- src/components/BackgroundVideo.jsx | 2 +- src/components/Gradient.jsx | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/(main)/page.jsx b/src/app/(main)/page.jsx index aabd5bb..5dcbaa0 100644 --- a/src/app/(main)/page.jsx +++ b/src/app/(main)/page.jsx @@ -1,4 +1,5 @@ import { Homepage } from '@/components/Homepage' +import { LogoPage } from '@/components/Logopage' import { Hero } from '@/components/Hero' import { Newsletter } from '@/components/Newsletter' import { Schedule } from '@/components/Schedule' @@ -9,10 +10,10 @@ export default function Home() { return ( <> + - ) diff --git a/src/components/BackgroundImage.jsx b/src/components/BackgroundImage.jsx index 4824ab9..4645cb1 100644 --- a/src/components/BackgroundImage.jsx +++ b/src/components/BackgroundImage.jsx @@ -26,8 +26,8 @@ export function BackgroundImage({ className, position = 'left' }) { priority unoptimized /> -
-
+
+
) } diff --git a/src/components/BackgroundVideo.jsx b/src/components/BackgroundVideo.jsx index 88c056e..5744e3b 100644 --- a/src/components/BackgroundVideo.jsx +++ b/src/components/BackgroundVideo.jsx @@ -13,7 +13,7 @@ export function BackgroundVideo({ className }) { playsInline className={`absolute inset-0 w-full h-full object-cover ${className}`} > - + Your browser does not support the video tag. ); diff --git a/src/components/Gradient.jsx b/src/components/Gradient.jsx index c9a8842..33d12bc 100644 --- a/src/components/Gradient.jsx +++ b/src/components/Gradient.jsx @@ -6,7 +6,7 @@ export function Gradient({ children, className = '' }) {
{children}