@@ -27,7 +27,7 @@ export default function Movement() {
2727 console . log ( 'Current hostname:' , window . location . hostname ) ;
2828
2929 // Use HTTPS through Cloudflare
30- const response = await fetch ( 'https://automation.riskfirst.org/api/movement/submit' , {
30+ const response = await fetch ( 'https://automation.riskfirst.org:8080 /api/movement/submit' , {
3131 method : 'POST' ,
3232 headers : {
3333 'Content-Type' : 'application/json' ,
@@ -61,7 +61,7 @@ export default function Movement() {
6161 < div className = { styles . content } >
6262 < h2 className = { styles . title } > Thank You! 🎉</ h2 >
6363 < p className = { styles . message } >
64- Thanks for helping spread the Risk-First movement! Check your email for your special discount code .
64+ Thanks for helping spread the Risk-First movement! Your discount code will be with you shortly .
6565 </ p >
6666 < button
6767 className = { styles . button }
@@ -95,7 +95,7 @@ export default function Movement() {
9595 And movements only grow when people share them.
9696 </ p >
9797 < p >
98- Here's how you can get in on the ground floor of a new movement and help spread the word and get rewarded:
98+ If you want in on the ground floor of a new movement, please help spread the word and get rewarded:
9999 </ p >
100100 < ol className = { styles . steps } >
101101 < li > Share this page on LinkedIn, X (Twitter), or your favorite platform.</ li >
0 commit comments