diff --git a/frontend/src/app/[locale]/PaneDemoImages.tsx b/frontend/src/app/[locale]/PaneDemoImages.tsx
index da8d1f8..d200d88 100644
--- a/frontend/src/app/[locale]/PaneDemoImages.tsx
+++ b/frontend/src/app/[locale]/PaneDemoImages.tsx
@@ -67,16 +67,13 @@ export default function DemoImages({ messages }: Props) {
-
diff --git a/frontend/src/app/[locale]/PaneMainTitle.tsx b/frontend/src/app/[locale]/PaneMainTitle.tsx
index 5bde62e..d64e6d5 100644
--- a/frontend/src/app/[locale]/PaneMainTitle.tsx
+++ b/frontend/src/app/[locale]/PaneMainTitle.tsx
@@ -37,46 +37,44 @@ export default function MainTitle({ locale }: Props) {
-
+
-
- }
+ }
>
{t("get_started")}
-
-
+
+
-
- }
+ }
>
GitHub
-
-
+
+
);
diff --git a/frontend/src/app/[locale]/page.tsx b/frontend/src/app/[locale]/page.tsx
index 49654bc..ca61417 100644
--- a/frontend/src/app/[locale]/page.tsx
+++ b/frontend/src/app/[locale]/page.tsx
@@ -1,5 +1,4 @@
import { useTranslations } from "next-intl";
-import { title, subtitle } from "@/components/primitives";
import { Divider } from "@nextui-org/react";
import PaneMainTitle from "./PaneMainTitle";
import PaneMainFeatures from "./PaneMainFeatures";