Update src/app/page.tsx

This commit is contained in:
2026-03-19 07:38:56 +00:00
parent b247113373
commit 846ce270c0

View File

@@ -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 (