From 066cf219c4ef3ff2dff1999830eb96d498833211 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:13:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b94538..8bcfaee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { ArrowRight, Star, Shield, Zap, Globe, Github, Twitter, Linkedin } from 'lucide-react'; +import { Zap, Shield, Star, Github, Twitter, Linkedin } from 'lucide-react'; export default function Page() { const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Contact', id: '/contact' }]; -- 2.49.1