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' }];