diff --git a/src/app/page.tsx b/src/app/page.tsx index 04ba934..a6a1f58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,123 +7,123 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Box, CheckCircle, Clock, DollarSign, FileText, Hammer, Home, ListChecks, Phone, Route, Shield, Sparkles, Truck, Users, Wrench, Zap } from "lucide-react"; +import { Award, BookOpen, BriefCase, CheckCircle, Coins, Landmark, MessageSquare, Rocket, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return (
-
+
-
- -
-
+ +
+

+ Disclaimer: Trading and digital asset investment involve substantial risk of loss. Past performance is not indicative of future results. The educational materials provided are for informational purposes only and should not be construed as financial advice. Gavin Healey is not a licensed financial advisor or investment professional. Always conduct your own due diligence and consult with a qualified financial professional before making investment decisions. Results shown are examples and do not guarantee future performance. Your individual results may vary based on skill, market conditions, and risk management practices. +

+
); -} \ No newline at end of file +}