Update web whit security notices

This commit is contained in:
MacRimi 2025-03-09 11:48:23 +01:00
parent 9859b64cde
commit cdc65bed48

View File

@ -1,6 +1,6 @@
import Image from "next/image"
import Link from "next/link"
import { AlertTriangle, FileCode, Shield } from 'lucide-react';
import { AlertTriangle, FileCode, Shield } from "lucide-react"
export default function IntroductionPage() {
return (
@ -58,7 +58,6 @@ export default function IntroductionPage() {
</Link>{" "}
section.
</p>
</div>
{/* Security Notice */}
<div className="bg-white border rounded-lg shadow-sm p-4 my-4">
@ -89,5 +88,6 @@ export default function IntroductionPage() {
</div>
</div>
</div>
)
}