From c7e3d9160cec81ac93cff3cfe0ffd3cf2733172c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:18:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} /> -- 2.49.1