Skip to content

Commit

Permalink
Add sale
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 20, 2023
1 parent e61f8da commit 6d36937
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/app/showcase/data/news.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": 58,
"content": "Sakai Free Admin Template",
"linkText": "Learn More",
"linkHref": "https://primefaces.org/sakai-ng",
"id": 59,
"content": "🎉 Black Friday Sale! Up to 50% Off",
"linkText": "Buy Now",
"linkHref": "https://www.primefaces.org/store",
"backgroundStyle": "background-color:#3B82F6",
"textStyle": "color:#ffffff;font-weight:500",
"linkStyle": "color:#ffffff;font-weight:700",
Expand Down
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 @@ -140,7 +140,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 font-medium text-600 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 @@ -180,7 +181,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 font-medium text-600 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/uikit/uikit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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 font-medium text-600 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 @@ -186,7 +187,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 font-medium text-600 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

1 comment on commit 6d36937

@vercel
Copy link

@vercel vercel bot commented on 6d36937 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primeng – ./

primeng-primetek.vercel.app
primeng-git-prod-primetek.vercel.app
primeng.org

Please sign in to comment.