From b6ff798ed7e1c5eb3beaa518238a4f91fb29e818 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:57:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {