Update src/app/login/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,14 +165,14 @@ export default function LoginPage() {
|
||||
|
||||
{/* Trial Info */}
|
||||
<div className="mt-6 p-4 bg-card/50 border border-accent/20 rounded-lg text-center text-sm text-foreground/70">
|
||||
<p>New to StockTracker? Get 3 days free access to all features</p>
|
||||
<p>New to Veltrix? Get 3 days free access to all features</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="StockTracker"
|
||||
logoText="Veltrix"
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
@@ -207,7 +207,7 @@ export default function LoginPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 StockTracker. All rights reserved."
|
||||
copyrightText="© 2025 Veltrix. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user