From 2eaf40fcd56842ed832fe0932f49392fda6dc3e1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 18:35:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38bbfa9..543e341 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,15 @@ export default function LandingPage() { { id: "p7", name: "Desert Bloom Watercolor", price: "$250", variant: "Archival Watercolor Print", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-flowers-concept_23-2148590629.jpg", imageAlt: "Watercolor painting of desert flowers"}, { - id: "p8", name: "Zen Garden Stones", price: "$320", variant: "Polished River Stone Set", imageSrc: "http://img.b2bpic.net/free-photo/top-view-zen-stones-arrangement_23-2148508499.jpg", imageAlt: "Artistic arrangement of zen garden stones"} + id: "p8", name: "Zen Garden Stones", price: "$320", variant: "Polished River Stone Set", imageSrc: "http://img.b2bpic.net/free-photo/top-view-zen-stones-arrangement_23-2148508499.jpg", imageAlt: "Artistic arrangement of zen garden stones"}, + { + id: "p9", name: "Sunrise Desert Canvas", price: "$980", variant: "Original Acrylic Painting", imageSrc: "http://img.b2bpic.net/free-photo/artistic-desert-painting_23-2150774229.jpg", imageAlt: "Artistic desert landscape painting"}, + { + id: "p10", name: "Oceanic Depths Sculpture", price: "$710", variant: "Glass & Resin Art", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-painting-sea-waves_23-2148564020.jpg", imageAlt: "Abstract blue painting resembling sea waves"}, + { + id: "p11", name: "Whispering Willows Sketch", price: "$150", variant: "Charcoal on Paper", imageSrc: "http://img.b2bpic.net/free-photo/sketch-tree-line-art_23-2149591448.jpg", imageAlt: "Charcoal sketch of a willow tree"}, + { + id: "p12", name: "Mountain Peak Harmony", price: "$1,100", variant: "Large Format Photography", imageSrc: "http://img.b2bpic.net/free-photo/watercolor-mountain-landscape-art_23-2148782980.jpg", imageAlt: "Watercolor painting of a mountain landscape"} ]} title="Curated Collection: Art for the Soul" description="Explore our exclusive gallery of original paintings, limited-edition prints, and artisanal sculptures, each waiting to transform your space." -- 2.49.1