Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-08 11:15:55 +00:00

View File

@@ -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 = ({
<html lang="en" suppressHydrationWarning>
<body>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
<script