You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to thank all Rivian owners who shared their codes and everyone who used our service to find referral codes for their purchases. It's been a pleasure helping connect the Rivian community.
38
+
</p>
39
+
40
+
<p class="text-gray-600 dark:text-gray-300">
41
+
Our goal was always to help potential Rivian owners maximize their benefits when purchasing a new vehicle, while also helping existing owners share their referral codes.
<li>Social media posts targeting referrals outside of family and friends</li>
63
+
<li>Services that distribute referral codes (like ours)</li>
64
+
<li>Offering incentives for using referral codes</li>
65
+
</ul>
66
+
67
+
<p class="mt-4 text-gray-600 dark:text-gray-300">
68
+
For the complete details on the current referral program, please view the <a href="https://rivian.com/legal/rewards" class="text-primary dark:text-accent hover:underline">official Rivian Rewards Program Terms</a>.
We'd like to thank all Rivian owners who shared their codes and everyone who used our service to find referral codes for their purchases. It's been a pleasure helping connect the Rivian community.
38
-
</p>
39
-
40
-
<p class="text-gray-600 dark:text-gray-300">
41
-
Our goal was always to help potential Rivian owners maximize their benefits when purchasing a new vehicle, while also helping existing owners share their referral codes.
27
+
<?php
28
+
// Restore original code to fetch a random referral code
29
+
$sql = "SELECT * FROM codes ORDER BY RAND() LIMIT 1";
For the complete details on the current referral program, please view the <a href="https://rivian.com/legal/rewards" class="text-primary dark:text-accent hover:underline">official Rivian Rewards Program Terms</a>.
69
-
</p>
91
+
<!-- Points Reward -->
92
+
<div class="mb-6">
93
+
<p class="text-white dark:text-gray-100">
94
+
500 points that can be redeemed in Gear Shop or R1 Shop
0 commit comments