diff --git a/app/page.tsx b/app/page.tsx index 60b68d0..9dcd988 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,4 @@ -import Index from '../components/pages/landing/Index'; +import Index from '../components/pages/landing/index'; export default function Home() { return ( diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index a8fc4cd..dc63c78 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -24,7 +24,7 @@ const Footer: React.FC = ({ privacyPolicyLink, }) => { return ( -