diff --git a/src/app/page.tsx b/src/app/page.tsx index 390ce2f..d5307de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { BarChart, ShieldCheck, Target, TrendingUp, Users, Zap } from "lucide-react"; +import { BarChart, ShieldCheck, Target, TrendingUp, Users, Zap, Mail, ChevronRight } from "lucide-react"; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; export default function LandingPage() { return ( @@ -68,6 +69,22 @@ export default function LandingPage() { /> +