@@ -92,10 +92,10 @@ class="text-2xl font-semibold"
9292 {{-- Price --}}
9393 <div
9494 class =" flex items-start gap-1.5 pt-5"
95- aria-label =" Price: $100 per year"
95+ aria-label =" Price: $50 per year"
9696 >
9797 <div class =" text-5xl font-semibold" >
98- ${{ number_format (100 ) } }
98+ ${{ number_format (50 ) } }
9999 </div >
100100 <div class =" self-end pb-1.5 text-zinc-500" >per year</div >
101101 </div >
@@ -237,10 +237,10 @@ class="text-2xl font-semibold"
237237 {{-- Price --}}
238238 <div
239239 class =" flex items-start gap-1.5 pt-5"
240- aria-label =" Price: $750 per year"
240+ aria-label =" Price: $250 per year"
241241 >
242242 <div class =" text-5xl font-semibold" >
243- ${{ number_format (750 ) } }
243+ ${{ number_format (250 ) } }
244244 </div >
245245 <div class =" self-end pb-1.5 text-zinc-500" >per year</div >
246246 </div >
@@ -390,10 +390,10 @@ class="text-2xl font-semibold"
390390 {{-- Price --}}
391391 <div
392392 class =" flex items-start gap-1.5 pt-5"
393- aria-label =" Price: $2,500 per year"
393+ aria-label =" Price: $1,000 per year"
394394 >
395395 <div class =" text-5xl font-semibold" >
396- ${{ number_format (2500 ) } }
396+ ${{ number_format (1000 ) } }
397397 </div >
398398 <div class =" self-end pb-1.5 text-zinc-500" >per year</div >
399399 </div >
0 commit comments