diff --git a/src/app/page.tsx b/src/app/page.tsx index 4287a0f..d6fa189 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,19 @@ import { MetaForm } from "@/components/meta-form"; export default function Home() { return ( -
-
-
-

- Meta Tag Extractor -

-

- Enter a URL to extract its meta title and description. -

+
+
+
+
+

+ Meta Tag Extractor +

+

+ Enter a URL to extract its meta title and description. +

+
+
-
diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 69e3cfb..e3ab1cb 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -3,9 +3,9 @@ import { Separator } from "@/components/ui/separator"; export const Footer = () => { return ( -