diff --git a/src/app/page.tsx b/src/app/page.tsx
index ae36470..9db72d3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,11 +8,11 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import ProductCardOne from '@/components/sections/product/ProductCardOne';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
-import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Coffee, Leaf, Truck } from "lucide-react";
+import { Coffee, Leaf, Truck, MapPin, MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,8 +33,8 @@ export default function LandingPage() {