Update src/app/signup/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,7 +62,7 @@ export default function SignupPage() {
|
||||
<div className="bg-card rounded-2xl p-8 border border-accent/20">
|
||||
<div className="mb-8">
|
||||
<h1 className="text-4xl font-bold mb-2">Get Started Free</h1>
|
||||
<p className="text-foreground/70">Join thousands tracking stocks, gold, silver, Nifty & crypto</p>
|
||||
<p className="text-foreground/70">Join thousands trading stocks, gold, silver, Nifty & crypto</p>
|
||||
</div>
|
||||
|
||||
<form onSubmit={handleSignup} className="space-y-4">
|
||||
@@ -247,7 +247,7 @@ export default function SignupPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="StockTracker"
|
||||
logoText="Veltrix"
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
@@ -282,7 +282,7 @@ export default function SignupPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 StockTracker. All rights reserved."
|
||||
copyrightText="© 2025 Veltrix. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user