Update src/app/my-purchases/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function MyPurchasesPage() {
|
||||
{ text: "Browse More Packs", href: "/browse" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg?_wi=6"
|
||||
imageAlt="My Downloads"
|
||||
showDimOverlay={false}
|
||||
showBlur={true}
|
||||
@@ -75,21 +75,21 @@ export default function MyPurchasesPage() {
|
||||
id: "purchased-1",
|
||||
name: "UI Design Kit Pro",
|
||||
price: "Purchased",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-infographic-element-collection_52683-5698.jpg?_wi=7",
|
||||
imageAlt: "UI Design Kit Pro",
|
||||
},
|
||||
{
|
||||
id: "purchased-2",
|
||||
name: "Character Illustration Pack",
|
||||
price: "Purchased",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/isolated-esoteric-elements-plants_52683-41840.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/isolated-esoteric-elements-plants_52683-41840.jpg?_wi=3",
|
||||
imageAlt: "Character Illustration Pack",
|
||||
},
|
||||
{
|
||||
id: "purchased-3",
|
||||
name: "Premium Icon Set 2025",
|
||||
price: "Purchased",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149209590.jpg?_wi=6",
|
||||
imageAlt: "Premium Icon Set 2025",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user