diff --git a/src/app/page.tsx b/src/app/page.tsx index ee4e69d..2d8a2b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,12 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { CheckCircle, Heart, Leaf, Shield } from 'lucide-react'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import { CheckCircle, Heart, Leaf, Shield, Sparkles, Zap, Target, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -41,7 +42,7 @@ export default function LandingPage() {