Remove discount and add news
parent
8373b93425
commit
ee9403ffb9
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": 41,
|
||||
"content": "Summer Sale | Up to 50% Off",
|
||||
"id": 42,
|
||||
"content": "Introducing Tailwind CSS Support",
|
||||
"linkText": "Learn More",
|
||||
"linkHref": "https://www.primefaces.org/store",
|
||||
"linkHref": "https://primevue.org/tailwind",
|
||||
"backgroundStyle": "background-color:#4f8ff7",
|
||||
"textStyle": "color:#ffffff;font-weight:500",
|
||||
"linkStyle": "color:#ffffff;font-weight:700;text-decoration: underline;"
|
||||
|
|
|
@ -157,8 +157,7 @@
|
|||
<div class="text-600 font-medium">For individual designers</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<span class="text-2xl font-bold text-600 line-through">$99</span>
|
||||
<span class="text-2xl font-bold text-900">$49</span>
|
||||
<span class="text-2xl font-bold text-900">$99</span>
|
||||
</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<ul class="list-none p-0 m-0 flex-grow-1 text-lg">
|
||||
|
@ -202,8 +201,7 @@
|
|||
<div class="text-600 font-medium">For small teams</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<span class="text-2xl font-bold text-600 line-through">$249</span>
|
||||
<span class="text-2xl font-bold text-900">$149</span>
|
||||
<span class="text-2xl font-bold text-900">$249</span>
|
||||
</div>
|
||||
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
|
||||
<ul class="list-none p-0 m-0 flex-grow-1 text-lg">
|
||||
|
|
Loading…
Reference in New Issue