diff --git a/memento-note/components/landing-page.tsx b/memento-note/components/landing-page.tsx index 6159772..6bc19d6 100644 --- a/memento-note/components/landing-page.tsx +++ b/memento-note/components/landing-page.tsx @@ -7,6 +7,7 @@ import { Box } from 'lucide-react' import { useRouter } from 'next/navigation' +import Image from 'next/image' import { useLanguage } from '@/lib/i18n' import { useState } from 'react' @@ -44,7 +45,7 @@ export function LandingPage() { return (
{/* Navigation */} -