updating the references to the app
This commit is contained in:
@@ -19,7 +19,7 @@ const CTA = () => {
|
||||
|
||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
|
||||
<Button variant="hero" size="xl" className="group" asChild>
|
||||
<a href="http://tailtrails-webapp.jms.rocks/signup" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://app.tailtrails.club/signup" target="_blank" rel="noopener noreferrer">
|
||||
Get Started Free
|
||||
<ArrowRight className="w-5 h-5 transition-transform group-hover:translate-x-1" />
|
||||
</a>
|
||||
|
||||
@@ -26,12 +26,12 @@ const Header = () => {
|
||||
|
||||
<div className="flex items-center gap-3">
|
||||
<Button variant="ghost" size="sm" asChild>
|
||||
<a href="http://tailtrails-webapp.jms.rocks/" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://app.tailtrails.club" target="_blank" rel="noopener noreferrer">
|
||||
Log In
|
||||
</a>
|
||||
</Button>
|
||||
<Button variant="default" size="sm" asChild>
|
||||
<a href="http://tailtrails-webapp.jms.rocks/signup" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://app.tailtrails.club/signup" target="_blank" rel="noopener noreferrer">
|
||||
Get Started
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
@@ -33,7 +33,7 @@ const Hero = () => {
|
||||
{/* CTA Buttons */}
|
||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 mb-16 animate-fade-up opacity-0 stagger-3">
|
||||
<Button variant="hero" size="xl" asChild>
|
||||
<a href="http://tailtrails-webapp.jms.rocks/" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://app.tailtrails.club" target="_blank" rel="noopener noreferrer">
|
||||
Start Walking Free
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user