Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/landingpage/landing/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function CTA() {
Join 100,000+ users already using VELO for seamless crypto payments.
</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center pt-4">
<Link href="/dashboard">
<Link href="/auth/signup">
<Button
size="lg"
className="velo-gradient text-white font-semibold shadow-xl hover:shadow-2xl transition-all group text-lg px-8 py-6 cursor-pointer"
Expand Down
2 changes: 1 addition & 1 deletion components/landingpage/landing/dashboard-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export function DashboardPreview() {
className={`text-center mt-16 transition-all duration-700 delay-1200 ${isVisible ? "opacity-100 translate-y-0" : "opacity-0 translate-y-10"
}`}
>
<Link href={"/dashboard"}>
<Link href={"/auth/signup"}>
<Button
size="lg"
className="velo-gradient text-white font-semibold shadow-xl hover:shadow-2xl text-lg px-8 py-6 cursor-pointer"
Expand Down
4 changes: 2 additions & 2 deletions components/landingpage/landing/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ export function Hero() {
<div className="flex flex-col sm:flex-row gap-3 max-w-xl">


<Link href={"/dashboard"}>
<Link href="auth/signup">
<Button
size="lg"
className="w-full sm:w-auto px-8 py-4 h-auto bg-gradient-to-r from-blue-500 to-blue-600 hover:from-blue-600 hover:to-blue-700 text-white font-semibold rounded-xl shadow-xl shadow-blue-500/25 hover:shadow-2xl hover:shadow-blue-500/40 transition-all"
>
Get Started Free
Get Started For Free
<ArrowRight className="ml-2 h-5 w-5" />
</Button>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion components/landingpage/landing/how-it-works.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function HowItWorks() {
<h2 className="text-5xl md:text-6xl font-bold tracking-tight leading-tight">
Here&#39;s what you can get done with VELO in just 30 days.
</h2>
<Link href={"/dashboard"}>
<Link href={"/auth/signup"}>
<Button size="lg" className="mt-6">
Get Started with VELO
</Button>
Expand Down