diff --git a/src/app/page.tsx b/src/app/page.tsx index d679ff3..28d4b57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Crown } from "lucide-react"; +import { Crown, Snowflake, Star, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -120,25 +120,22 @@ export default function LandingPage() { /> -
- +
@@ -181,4 +178,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}