From b635b0bb6a3bf38a60e78561663ee442996b8192 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:46:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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} /> -- 2.49.1