From ea2d735e0e66d5cb914395b7ddc915904b215548 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:52:50 +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 9e04ce6..6766fb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Smile, Sparkles, Star, Award, Zap, Heart, DollarSign, Calendar, Teeth, Wand2, Zap as ZapIcon, Smile as SmileIcon } from 'lucide-react'; +import { Smile, Sparkles, Star, Award, Zap, Heart, DollarSign, Calendar, Wand2 } from 'lucide-react'; export default function LandingPage() { return ( -- 2.49.1