19 lines
637 B
HTML
19 lines
637 B
HTML
<section class="wip-section">
|
|
<div class="container">
|
|
<div class="wip-card">
|
|
<p class="wip-eyebrow">{{ "SHOP.WIP_EYEBROW" | translate }}</p>
|
|
<h1>{{ "SHOP.WIP_TITLE" | translate }}</h1>
|
|
<p class="wip-subtitle">{{ "SHOP.WIP_SUBTITLE" | translate }}</p>
|
|
|
|
<div class="wip-actions">
|
|
<app-button variant="primary" routerLink="/calculator/basic">
|
|
{{ "SHOP.WIP_CTA_CALC" | translate }}
|
|
</app-button>
|
|
</div>
|
|
|
|
<p class="wip-return-later">{{ "SHOP.WIP_RETURN_LATER" | translate }}</p>
|
|
<p class="wip-note">{{ "SHOP.WIP_NOTE" | translate }}</p>
|
|
</div>
|
|
</div>
|
|
</section>
|