diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e2986d..84f4037 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import { TrendingUp, DollarSign, BarChart3, Target, Briefcase, Zap } from "lucide-react"; +import { TrendingUp, DollarSign, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -58,6 +58,7 @@ export default function LandingPage() { { icon: Target, label: "Success Ratio", value: "98%" }, { icon: DollarSign, label: "Assets Managed", value: "$500M+" } ]} + useInvertedBackground={false} /> @@ -67,6 +68,8 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" title="Investment Streams" description="Diversified portfolios tailored for consistent income generation." + textboxLayout="split" + useInvertedBackground={false} products={[ { id: "1", name: "Dividend Portfolio", price: "$5,000", imageSrc: "http://img.b2bpic.net/free-photo/financial-charts-concept_23-2148316238.jpg" }, { id: "2", name: "Real Estate Trust", price: "$10,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-city_23-2148119022.jpg" }, @@ -99,6 +102,8 @@ export default function LandingPage() { tag="Join Us" title="Ready to Start Earning?" description="Get exclusive access to our wealth building roadmap and monthly newsletter." + background={{ variant: "gradient-bars" }} + useInvertedBackground={true} buttonText="Sign Up Now" />