diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 80dffdd..414f598 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,10 @@ import type { Metadata } from "next"; import "./styles/variables.css"; import "./globals.css"; -import { Tag } from "@/components/tag"; export const metadata: Metadata = { - title: "PhishGuard - Advanced Phishing Detection", description: "Detect phishing threats before they strike with AI-powered detection protecting millions of users daily."}; + title: "PhishGuard - Advanced Phishing Detection", description: "Detect phishing threats before they strike with AI-powered detection protecting millions of users daily." +}; const RootLayout = ({ children, @@ -15,7 +15,6 @@ const RootLayout = ({