From fb237f1c8825884b66dbf2edc1f6aacf65b0b7e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 19:08:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5162057..9fec8cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Film, Zap, Award, Heart, Mail } from 'lucide-react'; +import { Film, Zap, Award, Heart, Mail, Sparkles } from 'lucide-react'; const Page = () => { return ( @@ -42,7 +42,7 @@ const Page = () => {