diff --git a/src/components/FadeIn.tsx b/src/components/FadeIn.tsx
index 06c3794..8d79f5e 100644
--- a/src/components/FadeIn.tsx
+++ b/src/components/FadeIn.tsx
@@ -2,6 +2,7 @@
import { motion, Transition } from 'framer-motion'
import React from 'react'
+import { useMediaQuery } from '@/hooks/useMediaQuery'
type FadeInProps = {
children: React.ReactNode
@@ -10,15 +11,18 @@ type FadeInProps = {
}
export function FadeIn({ children, transition, className }: FadeInProps) {
+ const isMobile = useMediaQuery('(max-width: 768px)')
+
return (
{children}
)
}
+
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 345deea..42ec451 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -58,7 +58,7 @@ export function Footer() {
-
-
- © Copyright ThreeFold {new Date().getFullYear()}. All rights reserved.
+ */}
+
+ © Copyright OurWorld Holdings, {new Date().getFullYear()}. All rights reserved.
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index d39ffdc..4881c4e 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -122,7 +122,7 @@ export function Header() {
FAQs
-