diff --git a/src/app/page.tsx b/src/app/page.tsx index a8c7ab5..71487e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { AlertTriangle, RefreshCw, Shield, TrendingUp, Zap } from "lucide-react"; +import { AlertTriangle, RefreshCw, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -157,7 +157,7 @@ export default function LandingPage() { tag="Get Started" title="Ready to Trade?" description="Contact our sales team for a custom demo or institutional onboarding." - buttons={[{ text: "Talk to Sales" }] + buttons={[{ text: "Talk to Sales" }]} />