diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d1dfdb..3d40f51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { CheckCircle, Palette, Phone, Scissors, Shield, Sparkles, Star, Zap } from "lucide-react"; +import { Award, CheckCircle, Palette, Phone, Scissors, Shield, Sparkles, Star, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -44,7 +44,7 @@ export default function LandingPage() {