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">
|
<div className="flex flex-col sm:flex-row items-center justify-center gap-4">
|
||||||
<Button variant="hero" size="xl" className="group" asChild>
|
<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
|
Get Started Free
|
||||||
<ArrowRight className="w-5 h-5 transition-transform group-hover:translate-x-1" />
|
<ArrowRight className="w-5 h-5 transition-transform group-hover:translate-x-1" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -26,12 +26,12 @@ const Header = () => {
|
|||||||
|
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
<Button variant="ghost" size="sm" asChild>
|
<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
|
Log In
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="default" size="sm" asChild>
|
<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
|
Get Started
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ const Hero = () => {
|
|||||||
{/* CTA Buttons */}
|
{/* 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">
|
<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>
|
<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
|
Start Walking Free
|
||||||
</a>
|
</a>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user