From 3139350b1ccdcfd0cf647b89c1db4eb43ccfc12e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 06:18:45 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c9e6b1c..2da9b89 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { CheckCircle, Clock, Shield, TrendingUp, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -18,10 +17,8 @@ export default function HomePage() { tag="Revolutionary Trading" title="Automate Your Success on Pocket Option" description="Unlock precision signals and automated strategies powered by advanced AI. Trade faster, smarter, and more effectively." - primaryButton={{ - text: "Start Trading", href: "#contact"}} - secondaryButton={{ - text: "Learn More", href: "#about"}} + primaryButton={{ text: "Start Trading", href: "#contact" }} + secondaryButton={{ text: "Learn More", href: "#about" }} items={[ { imageSrc: "http://img.b2bpic.net/free-photo/empty-workspace-desktop-running-day-trading-stock-market-trends_482257-126997.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/vertical-neon-pattern-blue-lines-dark-background_169016-71431.jpg" }, -- 2.49.1