diff --git a/src/app/page.tsx b/src/app/page.tsx index a2cf609..d4a8b2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCa import MetricCardEight from '@/components/sections/metrics/MetricCardEight'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Award, CheckCircle, CreditCard, Package, Sparkles, Star } from "lucide-react"; @@ -97,6 +98,24 @@ export default function LandingPage() { /> +
+ +
+