Skip to content

Commit

Permalink
Removed discount
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 16, 2024
1 parent f4802f1 commit 9c9114d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 23 deletions.
8 changes: 4 additions & 4 deletions data/news.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": 49,
"content": "Summer Sale: Up to 50% Off 🛍️",
"linkText": "Visit Store",
"linkHref": "https://primefaces.org/store/"
"id": 50,
"content": "Sakai Free Admin Template",
"linkText": "Visit Demo",
"linkHref": "https://sakai.primereact.org/"
}
5 changes: 2 additions & 3 deletions pages/templates/apollo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,13 @@ const license = {
{
title: 'Basic License',
price: '$59',
price: '$59',
discountPrice: '$39',
discountPrice: '',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discountPrice: '$390',
discountPrice: '',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
4 changes: 2 additions & 2 deletions pages/templates/atlantis/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ const license = {
{
title: 'Basic License',
price: '$59',
discountPrice: '$39',
discountPrice: '',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discountPrice: '$390',
discountPrice: '',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
4 changes: 2 additions & 2 deletions pages/templates/avalon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ const license = {
{
title: 'Basic License',
price: '$49',
discountPrice: '$29',
discountPrice: '',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$490',
discountPrice: '$290',
discountPrice: '',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
4 changes: 2 additions & 2 deletions pages/templates/diamond/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ const license = {
{
title: 'Basic License',
price: '$59',
discountPrice: '$39',
discountPrice: '',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discountPrice: '$390',
discountPrice: '',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
4 changes: 2 additions & 2 deletions pages/templates/freya/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ const license = {
{
title: 'Basic License',
price: '$59',
discountPrice: '$39',
discountPrice: '',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discountPrice: '$390',
discountPrice: '',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
4 changes: 2 additions & 2 deletions pages/templates/ultima/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ const license = {
{
title: 'Basic License',
price: '$59',
discountPrice: '$39',
discountPrice: '',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$590',
discountPrice: '$390',
discountPrice: '',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
4 changes: 2 additions & 2 deletions pages/templates/verona/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ const license = {
{
title: 'Basic License',
price: '$49',
discountPrice: '$29',
discountPrice: '',
included: ['Non Commercial Usage', 'Single End Product, No Multi-Use', '1 Year Free Updates']
},
{
title: 'Extended License',
price: '$490',
discountPrice: '$290',
discountPrice: '',
included: ['Commercial Usage', 'Multiple End Products', '1 Year Free Updates']
}
]
Expand Down
6 changes: 2 additions & 4 deletions pages/uikit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ const UIKitPage = (props) => {
<div className="text-600 font-medium">For individual designers</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<div className="flex gap-3 flex-wrap">
<span className="text-2xl text-900 line-through text-color-secondary">$99</span>
<span className="text-2xl font-bold text-900">$49</span>
<span className="text-2xl font-bold text-900">$99</span>
</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<ul className="list-none p-0 m-0 flex-grow-1 text-lg">
Expand Down Expand Up @@ -209,8 +208,7 @@ const UIKitPage = (props) => {
<div className="text-600 font-medium">For small teams</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<div className="flex gap-3 flex-wrap">
<span className="text-2xl text-900 line-through text-color-secondary">$249</span>
<span className="text-2xl font-bold text-900">$149</span>
<span className="text-2xl font-bold text-900">$249</span>
</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<ul className="list-none p-0 m-0 flex-grow-1 text-lg">
Expand Down

0 comments on commit 9c9114d

Please sign in to comment.