Update src/app/artwork/[id]/page.tsx
This commit is contained in:
@@ -94,28 +94,28 @@ export default function ArtworkDetailPage() {
|
||||
id: "featured-art-main",
|
||||
name: "Ethereal Dreams",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-art-cover-collection_52683-64078.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-art-cover-collection_52683-64078.jpg?_wi=3",
|
||||
imageAlt: "Ethereal Dreams artwork",
|
||||
},
|
||||
{
|
||||
id: "related-1",
|
||||
name: "Neon Horizons",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gold-botanical-cover-collection_23-2148832128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gold-botanical-cover-collection_23-2148832128.jpg?_wi=3",
|
||||
imageAlt: "Neon Horizons artwork",
|
||||
},
|
||||
{
|
||||
id: "related-2",
|
||||
name: "Digital Genesis",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/floral-pattern-design_1215-438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/floral-pattern-design_1215-438.jpg?_wi=3",
|
||||
imageAlt: "Digital Genesis artwork",
|
||||
},
|
||||
{
|
||||
id: "related-3",
|
||||
name: "Quantum Echo",
|
||||
price: "$2,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beautiful-girl-with-bright-make-up-eustomas_176420-729.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beautiful-girl-with-bright-make-up-eustomas_176420-729.jpg?_wi=3",
|
||||
imageAlt: "Quantum Echo artwork",
|
||||
},
|
||||
]}
|
||||
@@ -135,7 +135,7 @@ export default function ArtworkDetailPage() {
|
||||
description="Discover the visionary artist behind this exclusive work."
|
||||
subdescription="With over 10 years of digital art expertise, this acclaimed artist pushes the boundaries of creative expression through innovative techniques and storytelling."
|
||||
icon={Palette}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-painter-using-watercolor-his-art-studio_23-2150213629.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-painter-using-watercolor-his-art-studio_23-2150213629.jpg?_wi=2"
|
||||
imageAlt="Artist working on digital art"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -157,28 +157,28 @@ export default function ArtworkDetailPage() {
|
||||
id: "rel-art-1",
|
||||
name: "Ethereal Dreams",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-art-cover-collection_52683-64078.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-art-cover-collection_52683-64078.jpg?_wi=4",
|
||||
imageAlt: "Ethereal Dreams artwork",
|
||||
},
|
||||
{
|
||||
id: "rel-art-2",
|
||||
name: "Neon Horizons",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gold-botanical-cover-collection_23-2148832128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gold-botanical-cover-collection_23-2148832128.jpg?_wi=4",
|
||||
imageAlt: "Neon Horizons artwork",
|
||||
},
|
||||
{
|
||||
id: "rel-art-3",
|
||||
name: "Digital Genesis",
|
||||
price: "$3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/floral-pattern-design_1215-438.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/floral-pattern-design_1215-438.jpg?_wi=4",
|
||||
imageAlt: "Digital Genesis artwork",
|
||||
},
|
||||
{
|
||||
id: "rel-art-4",
|
||||
name: "Quantum Echo",
|
||||
price: "$2,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beautiful-girl-with-bright-make-up-eustomas_176420-729.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-beautiful-girl-with-bright-make-up-eustomas_176420-729.jpg?_wi=4",
|
||||
imageAlt: "Quantum Echo artwork",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user