Merge version_2 into main #3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user