Commit V1.0.9

This commit is contained in:
2026-05-30 13:37:48 -03:00
parent eb39bd7867
commit b2a92d1a5b
35 changed files with 365 additions and 3 deletions
+6
View File
@@ -1,3 +1,4 @@
import SEO from '../components/SEO';
import { useEffect, useRef } from 'react';
import { gsap } from 'gsap';
import { Shield, Lock, Eye, FileText, User, Share2, Mail } from 'lucide-react';
@@ -137,6 +138,11 @@ const Privacidade = () => {
return (
<div className="bg-[#0e0e0e] min-h-screen">
<SEO
title="Politica de Privacidade"
description="Politica de Privacidade da Avanzato Tecnologia. Conformidade com a LGPD. Protecao de dados pessoais."
noindex
/>
{/* Hero */}
<section className="pt-32 pb-20 relative overflow-hidden">
<div className="absolute top-0 right-0 w-[600px] h-[600px] bg-[#cbf400]/5 rounded-full blur-3xl -translate-y-1/2 translate-x-1/2" />