diff --git a/src/app/page.tsx b/src/app/page.tsx
index f29e53f..a65dc1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Crown, Gift, Heart, Sparkles, Star } from "lucide-react";
+import { Crown, Gift, Heart, Sparkles, Star, Gem, Handshake } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,33 +31,19 @@ export default function LandingPage() {