diff --git a/src/app/page.tsx b/src/app/page.tsx index d2a3a40..4c69629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Users, TrendingUp, Zap, Star, Heart } from "lucide-react"; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import { Sparkles, Users, TrendingUp, Zap, Star, Heart, Flower } from "lucide-react"; export default function LandingPage() { return ( @@ -110,6 +111,38 @@ export default function LandingPage() { /> +
+ +
+