diff --git a/src/app/page.tsx b/src/app/page.tsx
index cf2230b..0863bd6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,8 +8,8 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
-import ProductCardFour from '@/components/sections/product/ProductCardFour';
+import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
+import ProductCardThree from '@/components/sections/ecommerce/productCatalog/ProductCatalog';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Shield, Zap } from "lucide-react";
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,169 +42,60 @@ export default function LandingPage() {
-
-
-
@@ -217,45 +104,33 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
+ title="Success Stories"
+ description="Join partners who have unlocked significant passive income."
testimonials={[
- {
- id: "1", name: "John Smith", handle: "@jsmith", testimonial: "The best ROI I've seen in the industrial sector.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"},
- {
- id: "2", name: "Jane Doe", handle: "@jdoe", testimonial: "Daily payouts are consistent and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg?_wi=1"},
- {
- id: "3", name: "Mark Wilson", handle: "@mwilson", testimonial: "Professional team and transparent model.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"},
- {
- id: "4", name: "Alice Brown", handle: "@abrown", testimonial: "Very satisfied with the NPK investment plan.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg?_wi=2"},
- {
- id: "5", name: "David Lee", handle: "@dlee", testimonial: "Exceptional clarity in the investment process.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg"},
+ { id: "t1", name: "Kojo Mensah", handle: "@kojom", testimonial: "The referral program is seamless and payouts are incredibly fast!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg" },
+ { id: "t2", name: "Ama Serwaa", handle: "@amaserwaa", testimonial: "Quality products and even better rewards. Highly recommended.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg" }
]}
- title="Trusted Partners"
- description="Hear from our satisfied investors."
/>