diff --git a/src/app/page.tsx b/src/app/page.tsx index c708f08..1c419d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Brain, Heart, HelpCircle, Home, Palette, Sofa, Sparkles, Cube as CubeIcon } from 'lucide-react'; +import { Brain, Heart, HelpCircle, Home, Palette, Sofa, Sparkles, Box as CubeIcon } from 'lucide-react'; export default function LandingPage() { return (