diff --git a/src/app/page.tsx b/src/app/page.tsx
index fb587d8..de4d316 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,8 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Award, Heart, Phone, Star } from "lucide-react";
+import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
+import { Award, Heart, Phone, Star, Package, TrendingUp, RefreshCw } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,6 +31,7 @@ export default function LandingPage() {