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}