File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1497,7 +1497,7 @@ exports[`Home Page renders the Home Page without error 1`] = `
14971497 Rp
14981498 </span >
14991499 <span >
1500- 200 .000
1500+ 150 .000
15011501 </span >
15021502 <span
15031503 class = " ml-3 text-xl font-medium text-gray-500"
@@ -1594,7 +1594,7 @@ exports[`Home Page renders the Home Page without error 1`] = `
15941594 <dd
15951595 class = " mt-2 text-base text-gray-500"
15961596 >
1597- Biaya kelas adalah Rp 200 .000,- dan dapat dibayarkan sesuai dengan alur pendaftaran di website ini.
1597+ Biaya kelas adalah Rp 150 .000,- dan dapat dibayarkan sesuai dengan alur pendaftaran di website ini.
15981598 </dd >
15991599 </div >
16001600 <div >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ export const Pricing = ({
105105 < span className = "ml-3 text-xl font-medium text-gray-500" >
106106 Rp
107107 </ span >
108- < span > 200 .000</ span >
108+ < span > 150 .000</ span >
109109 < span className = "ml-3 text-xl font-medium text-gray-500" >
110110 ,-
111111 </ span >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function Purchase() {
3333 < dl className = "grid grid-cols-1 gap-x-4 gap-y-8 sm:grid-cols-2" >
3434 < div className = "sm:col-span-1" >
3535 < dt className = "text-sm font-medium text-gray-500" > Nominal</ dt >
36- < dd className = "mt-1 text-sm text-gray-900" > Rp 200 .000,-</ dd >
36+ < dd className = "mt-1 text-sm text-gray-900" > Rp 150 .000,-</ dd >
3737 </ div >
3838 < div className = "sm:col-span-1" >
3939 < dt className = "text-sm font-medium text-gray-500" > Nama Bank</ dt >
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ export default function HomePage() {
252252 Berapa biaya kelas ini? Kapan saya harus membayarnya?
253253 </ QnA . Question >
254254 < QnA . Answer >
255- Biaya kelas adalah Rp 200 .000,- dan dapat dibayarkan sesuai
255+ Biaya kelas adalah Rp 150 .000,- dan dapat dibayarkan sesuai
256256 dengan alur pendaftaran di website ini.
257257 </ QnA . Answer >
258258 </ div >
You can’t perform that action at this time.
0 commit comments