From c6fc3c2b889d78ceffc29a7d796ab85aab8015b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:07:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 99 ++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13a358b..c2d4cd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { TrendingUp, Zap, DollarSign, BarChart3, Database, Cloud, Code, Link, Shield, Settings, House, CircleDollarSign, ArrowLeftRight, Brain, Lock, Workflow, HelpCircle, Rocket, Star, Coins, Gem, Flame, TrendingDown } from "lucide-react"; -export default function StockMarketTracker() { +export default function Veltrix() { return (
@@ -285,7 +268,7 @@ export default function StockMarketTracker() {
@@ -319,8 +302,8 @@ export default function StockMarketTracker() { tag="Ready to Start?" tagIcon={Rocket} tagAnimation="slide-up" - title="Join Thousands of Smart Investors" - description="Get instant access to real-time stock, commodity, and cryptocurrency data. Start your 3-day free trial today—no credit card required. Upgrade to Pro anytime for unlimited tracking and advanced analytics." + title="Join Thousands of Smart Traders & Investors" + description="Get instant access to real-time stock, commodity, and cryptocurrency data. Start your 3-day free trial today—no credit card required. Upgrade to Pro anytime for unlimited tracking and advanced trading tools." buttons={[ { text: "Start 3-Day Trial", href: "https://example.com/trial" }, { text: "Schedule Demo", href: "https://example.com/demo" }, @@ -333,7 +316,7 @@ export default function StockMarketTracker() {