Update src/app/artists/page.tsx
This commit is contained in:
@@ -50,28 +50,28 @@ export default function ArtistsPage() {
|
||||
id: "artist-1",
|
||||
name: "Ceramic Memorial Vessels",
|
||||
price: "€400 - €800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-frames-gallery_53876-31361.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-frames-gallery_53876-31361.jpg?_wi=4",
|
||||
imageAlt: "ceramic memorial vessels",
|
||||
},
|
||||
{
|
||||
id: "artist-2",
|
||||
name: "Custom Oil Paintings",
|
||||
price: "€600 - €1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg?_wi=4",
|
||||
imageAlt: "custom oil paintings",
|
||||
},
|
||||
{
|
||||
id: "artist-3",
|
||||
name: "Resin & Crystal Creations",
|
||||
price: "€350 - €900",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg?_wi=3",
|
||||
imageAlt: "resin crystal creations",
|
||||
},
|
||||
{
|
||||
id: "artist-4",
|
||||
name: "Sculptural Installations",
|
||||
price: "€800 - €2000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-laying-flowers-grave_53876-139561.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-laying-flowers-grave_53876-139561.jpg?_wi=4",
|
||||
imageAlt: "sculptural installations",
|
||||
},
|
||||
]}
|
||||
@@ -100,7 +100,7 @@ export default function ArtistsPage() {
|
||||
description:
|
||||
"All artists undergo rigorous verification process including portfolio review, client references, and professional background checks to ensure excellence.",
|
||||
tags: ["Verified", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-master-with-tools_114579-12246.jpg?_wi=5",
|
||||
imageAlt: "professional artist at work",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function ArtistsPage() {
|
||||
description:
|
||||
"From ceramics and paintings to digital art and sculptural installations, our community offers diverse mediums to honor your loved one's memory.",
|
||||
tags: ["Variety", "Innovation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-frames-gallery_53876-31361.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-frames-gallery_53876-31361.jpg?_wi=5",
|
||||
imageAlt: "diverse artworks",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function ArtistsPage() {
|
||||
description:
|
||||
"Direct artist-client communication throughout the creative process ensures your vision is perfectly realized with regular updates and feedback opportunities.",
|
||||
tags: ["Communication", "Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-laying-flowers-grave_53876-139561.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-laying-flowers-grave_53876-139561.jpg?_wi=5",
|
||||
imageAlt: "family consultation",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user