diff --git a/app/[locale]/coming-soon/page.tsx b/app/[locale]/coming-soon/page.tsx index 8e49e96..f34d062 100644 --- a/app/[locale]/coming-soon/page.tsx +++ b/app/[locale]/coming-soon/page.tsx @@ -1,5 +1,4 @@ import { CalendarClock, Rocket, ShieldCheck, Sparkles } from "lucide-react"; -import Link from "next/link"; import { MotionFade } from "@/components/motion-fade"; import { resolveLocale } from "@/lib/site-data"; @@ -64,13 +63,13 @@ export default function ComingSoonPage({ params: { locale } }: ComingSoonPagePro
diff --git a/components/navbar.tsx b/components/navbar.tsx index 08c9f4d..7b240a4 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -49,14 +49,23 @@ export function Navbar() {