diff --git a/src/app/page.tsx b/src/app/page.tsx index a06ea01..28b48b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,13 +8,23 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Zap, Target, Star, HelpCircle } from 'lucide-react'; export default function Page() { const navItems = [{ name: 'Home', id: '/' }]; return ( - + @@ -24,7 +34,7 @@ export default function Page() {
- +
@@ -58,6 +70,7 @@ export default function Page() { faqs={[{ id: '1', title: 'Question', content: 'Answer' }]} faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} />