Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Aug 13, 2024
1 parent 43089da commit ca54b4c
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/docs/src/lib/data/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ export const productCustomAttributes = [
screenshot: "https://img.daisyui.com/images/store/screenshots/documentation-template.webp",
originalprice: 4900,
displayprice: 2900,
// displaypricenote: "with discount",
tech: ["astro", "mdx"],
// tags: ['Use code "JUNE40" for 40% discount'],
},
{
id: 142623,
screenshot: "https://img.daisyui.com/images/store/screenshots/saas-landingpage.webp",
tech: ["html", "react", "svelte", "vue", "alpine"],
},
{
id: 208203,
Expand All @@ -24,22 +27,11 @@ export const productCustomAttributes = [
id: 185227,
screenshot: "https://img.daisyui.com/images/store/screenshots/app-landingpage.webp",
tech: ["html", "react", "svelte", "vue", "alpine"],
// tags: ["React + Svelte + Vue versions added"],
},
{
id: 144550,
screenshot: "https://img.daisyui.com/images/store/screenshots/agency-landingpage-react.webp",
tech: ["react", "svelte", "vite", "framer"],
// originalprice: 1900,
// displayprice: 1400,
// displaypricenote: "with discount",
// tags: ["Svelte version added"],
},
{
id: 142623,
screenshot: "https://img.daisyui.com/images/store/screenshots/saas-landingpage.webp",
tech: ["html", "react", "svelte", "vue", "alpine"],
// tags: ["React + Svelte + Vue versions added"],
},
{
id: 130237,
Expand All @@ -51,7 +43,6 @@ export const productCustomAttributes = [
id: 120591,
screenshot: "https://img.daisyui.com/images/store/screenshots/dashboard.webp",
tech: ["html", "webcomponents"],
// tags: ["Best Seller"],
originalprice: 2900,
displayprice: 2600,
displaypricenote: "with discount",
Expand Down

0 comments on commit ca54b4c

Please sign in to comment.