Merge version_1 into main #1
@@ -80,15 +80,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "painting-1", brand: "Original", name: "Ethereal Landscapes", price: "$3,500", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg", imageAlt: "Abstract landscape painting"
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg?_wi=1", imageAlt: "Abstract landscape painting"
|
||||
},
|
||||
{
|
||||
id: "painting-2", brand: "Original", name: "Chromatic Dreams", price: "$4,200", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-golden-turquoise-mix-natural-bath-bomb_23-2148163181.jpg", imageAlt: "Contemporary chromatic artwork"
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-golden-turquoise-mix-natural-bath-bomb_23-2148163181.jpg?_wi=1", imageAlt: "Contemporary chromatic artwork"
|
||||
},
|
||||
{
|
||||
id: "painting-3", brand: "Original", name: "Urban Reflections", price: "$3,800", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/blue-gold-marble-textured-background_53876-101589.jpg", imageAlt: "Modern urban-inspired painting"
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/blue-gold-marble-textured-background_53876-101589.jpg?_wi=1", imageAlt: "Modern urban-inspired painting"
|
||||
},
|
||||
{
|
||||
id: "painting-4", brand: "Original", name: "Intimate Dimensions", price: "$4,500", rating: 5,
|
||||
@@ -113,15 +113,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Museum-Quality Materials", description: "Premium canvases, archival pigments, and traditional techniques ensure each piece endures as a lasting investment.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg", imageAlt: "Premium art materials"
|
||||
title: "Museum-Quality Materials", description: "Premium canvases, archival pigments, and traditional techniques ensure each piece endures as a lasting investment.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-artist-using-watercolor-paint-mixing-colors-palette_482257-124760.jpg?_wi=2", imageAlt: "Premium art materials"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Authentic Provenance", description: "Every artwork includes certificate of authenticity, detailed documentation, and lifetime artist guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-golden-turquoise-mix-natural-bath-bomb_23-2148163181.jpg", imageAlt: "Authenticity documentation"
|
||||
title: "Authentic Provenance", description: "Every artwork includes certificate of authenticity, detailed documentation, and lifetime artist guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-golden-turquoise-mix-natural-bath-bomb_23-2148163181.jpg?_wi=2", imageAlt: "Authenticity documentation"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Custom Commissions", description: "Bespoke paintings created directly with collectors, tailored to vision, space, and personal aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/blue-gold-marble-textured-background_53876-101589.jpg", imageAlt: "Commission process"
|
||||
title: "Custom Commissions", description: "Bespoke paintings created directly with collectors, tailored to vision, space, and personal aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/blue-gold-marble-textured-background_53876-101589.jpg?_wi=2", imageAlt: "Commission process"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user