Skip to content

Commit

Permalink
discount update
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Aug 21, 2024
1 parent f133858 commit 1f6c5d9
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/app/showcase/data/news.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": 65,
"content": "News on Angular 18 Support",
"linkText": "Learn More",
"linkHref": "https://www.primefaces.org/blog/primeng-for-angular-18/"
"content": "Summer Sale: Up to 50% Off 🛍️",
"linkText": "Visit Store",
"linkHref": "https://primefaces.org/store"
}
6 changes: 4 additions & 2 deletions src/app/showcase/pages/lts/lts.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
<div class="flex gap-3 flex-wrap">
<div class="flex gap-3 flex-wrap">
<span class="text-2xl font-bold text-900">$249</span>
<span class="text-2xl text-500 line-through">$249</span>
<span class="text-2xl font-bold text-900">$149</span>
</div>
</div>
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
Expand Down Expand Up @@ -174,7 +175,8 @@
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
<div class="flex gap-3 flex-wrap">
<div class="flex gap-3 flex-wrap">
<span class="text-2xl font-bold text-900">$990</span>
<span class="text-2xl text-500 line-through">$990</span>
<span class="text-2xl font-bold text-900">$490</span>
</div>
</div>
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
Expand Down
6 changes: 4 additions & 2 deletions src/app/showcase/pages/templates/apollo/apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,14 @@ export class ApolloPage {
licenseDetails: [
{
title: 'Basic License',
price: '$49',
price: '$59',
discount_price:"$39",
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$490',
price: '$590',
discount_price:"$390",
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
4 changes: 3 additions & 1 deletion src/app/showcase/pages/templates/atlantis/atlantis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,13 @@ export class AtlantisPage {
{
title: 'Basic License',
price: '$59',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates'],
discount_price:"$39",
},
{
title: 'Extended License',
price: '$590',
discount_price:"$390",
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
2 changes: 2 additions & 0 deletions src/app/showcase/pages/templates/avalon/avalon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,13 @@ export class AvalonPage {
{
title: 'Basic License',
price: '$49',
discount_price: '$29',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$490',
discount_price: '$290',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
2 changes: 2 additions & 0 deletions src/app/showcase/pages/templates/diamond/diamond.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,13 @@ export class DiamondPage {
{
title: 'Basic License',
price: '$59',
discount_price:"$39",
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discount_price:"$390",
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
2 changes: 2 additions & 0 deletions src/app/showcase/pages/templates/freya/freya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,13 @@ export class FreyaPage {
{
title: 'Basic License',
price: '$59',
discount_price:"$39",
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discount_price:"$390",
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
2 changes: 2 additions & 0 deletions src/app/showcase/pages/templates/poseidon/poseidon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,13 @@ export class PoseidonPage {
{
title: 'Basic License',
price: '$59',
discount_price:"$39",
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discount_price:"$390",
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
2 changes: 2 additions & 0 deletions src/app/showcase/pages/templates/ultima/ultima.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,13 @@ export class UltimaPage {
{
title: 'Basic License',
price: '$59',
discount_price:"$39",
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discount_price:"$390",
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
2 changes: 2 additions & 0 deletions src/app/showcase/pages/templates/verona/verona.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,13 @@ export class VeronaPage {
{
title: 'Basic License',
price: '$49',
discount_price:"$29",
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$490',
discount_price:"$290",
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
6 changes: 4 additions & 2 deletions src/app/showcase/pages/uikit/uikit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@
<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 gap-3 flex-wrap">
<span class="text-2xl font-bold text-900">$99</span>
<span class="text-2xl text-500 line-through">$99</span>
<span class="text-2xl font-bold text-900">$49</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">
Expand Down Expand Up @@ -193,7 +194,8 @@
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
<div class="flex gap-3 flex-wrap">
<div class="flex gap-3 flex-wrap">
<span class="text-2xl font-bold text-900">$249</span>
<span class="text-2xl text-500 line-through">$249</span>
<span class="text-2xl font-bold text-900">$149</span>
</div>
</div>
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
Expand Down

0 comments on commit 1f6c5d9

Please sign in to comment.