diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b68935..bd96551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextAbout from '@/components/sections/about/TextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Cpu, Terminal, Layers, Globe, Code, Database } from 'lucide-react'; +import { Cpu } from 'lucide-react'; export default function LandingPage() { return ( @@ -73,6 +73,7 @@ export default function LandingPage() { tag="Technical Portfolio" tagIcon={Cpu} title="I specialize in architecting modern web applications, distributed systems, and scalable cloud infrastructure. With deep expertise in TypeScript, Go, Python, and SQL, I bridge complex business logic with clean, maintainable architecture. My focus remains on high-availability systems and data-driven solutions that scale with user growth." + useInvertedBackground={false} />