Update src/pages/HomePage.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user