diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7517d1..d455ec4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,14 +9,14 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "StockTracker - Real-Time Stock Market & Crypto Tracking", description: "Track stocks, gold, silver, Nifty, and cryptocurrencies in real-time. Join with 3-day free trial. Professional market insights at your fingertips.", keywords: "stock market, stock tracker, gold price, silver price, nifty index, cryptocurrency, bitcoin, ethereum, real-time quotes, trading platform", robots: { + title: "Veltrix - Real-Time Stock Market & Trading Platform", description: "Trade stocks, gold, silver, Nifty, and cryptocurrencies with real-time data. Start your 3-day free trial today. Professional trading tools for Indian investors.", keywords: "stock market, stock trading, gold price, silver price, nifty index, cryptocurrency, bitcoin, ethereum, real-time quotes, trading platform, NSE, BSE", robots: { index: true, follow: true, }, openGraph: { - title: "StockTracker - Real-Time Market Data", description: "Track stocks, gold, silver, Nifty, and crypto with real-time data and professional analytics.", type: "website", siteName: "StockTracker"}, + title: "Veltrix - Real-Time Trading Data", description: "Track stocks, gold, silver, Nifty, and crypto with real-time data and professional trading tools.", type: "website", siteName: "Veltrix"}, twitter: { - card: "summary_large_image", title: "StockTracker - Market Tracking Made Easy", description: "Real-time stock, gold, silver, Nifty, and cryptocurrency tracking."}, + card: "summary_large_image", title: "Veltrix - Professional Trading Platform", description: "Real-time stock, gold, silver, Nifty, and cryptocurrency trading with advanced tools."}, }; export default function RootLayout({ diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 988e028..bb149f9 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -43,9 +43,9 @@ export default function LoginPage() { { name: "Pricing", id: "pricing" }, { name: "FAQ", id: "faq" }, ]} - brandName="StockTracker" - bottomLeftText="Market Intelligence Platform" - bottomRightText="support@stocktracker.com" + brandName="Veltrix" + bottomLeftText="Professional Trading Platform" + bottomRightText="support@veltrix.com" /> @@ -165,14 +165,14 @@ export default function LoginPage() { {/* Trial Info */}
-

New to StockTracker? Get 3 days free access to all features

+

New to Veltrix? Get 3 days free access to all features

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() {
diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 3c6bc8d..9797acb 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -51,9 +51,9 @@ export default function SignupPage() { { name: "Pricing", id: "pricing" }, { name: "FAQ", id: "faq" }, ]} - brandName="StockTracker" - bottomLeftText="Market Intelligence Platform" - bottomRightText="support@stocktracker.com" + brandName="Veltrix" + bottomLeftText="Professional Trading Platform" + bottomRightText="support@veltrix.com" /> @@ -62,7 +62,7 @@ export default function SignupPage() {

Get Started Free

-

Join thousands tracking stocks, gold, silver, Nifty & crypto

+

Join thousands trading stocks, gold, silver, Nifty & crypto

@@ -247,7 +247,7 @@ export default function SignupPage() {