From 560c565ca190b8c814e2d80d292d0f3d63be199a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:36:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32a4336..e3f1f98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={[ -- 2.49.1