@@ -92,10 +92,10 @@ class="text-2xl font-semibold"
92
92
{{-- Price --}}
93
93
<div
94
94
class =" flex items-start gap-1.5 pt-5"
95
- aria-label =" Price: $100 per year"
95
+ aria-label =" Price: $50 per year"
96
96
>
97
97
<div class =" text-5xl font-semibold" >
98
- ${{ number_format (100 ) } }
98
+ ${{ number_format (50 ) } }
99
99
</div >
100
100
<div class =" self-end pb-1.5 text-zinc-500" >per year</div >
101
101
</div >
@@ -237,10 +237,10 @@ class="text-2xl font-semibold"
237
237
{{-- Price --}}
238
238
<div
239
239
class =" flex items-start gap-1.5 pt-5"
240
- aria-label =" Price: $750 per year"
240
+ aria-label =" Price: $250 per year"
241
241
>
242
242
<div class =" text-5xl font-semibold" >
243
- ${{ number_format (750 ) } }
243
+ ${{ number_format (250 ) } }
244
244
</div >
245
245
<div class =" self-end pb-1.5 text-zinc-500" >per year</div >
246
246
</div >
@@ -390,10 +390,10 @@ class="text-2xl font-semibold"
390
390
{{-- Price --}}
391
391
<div
392
392
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"
394
394
>
395
395
<div class =" text-5xl font-semibold" >
396
- ${{ number_format (2500 ) } }
396
+ ${{ number_format (1000 ) } }
397
397
</div >
398
398
<div class =" self-end pb-1.5 text-zinc-500" >per year</div >
399
399
</div >
0 commit comments