From 73b47abf36078862d7b9bc59392eb8de78cd90f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 11:57:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29ce7b2..aba9b21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function LandingPage() { { id: "p1", name: "Botanical Study", price: "Gallery Collection", imageSrc: "http://img.b2bpic.net/free-photo/still-life-crochet-plushies_23-2151091217.jpg" }, { id: "p2", name: "Chromatic Weave", price: "Archived", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12581.jpg" }, { id: "p3", name: "Minimalist Volume", price: "Studio Piece", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-knitting-needles-wool-cap_23-2148859082.jpg" }, - { id: "p4", name: "Floral Geometry", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg" }, - { id: "p5", name: "Abstract Textile", price: "Gallery Collection", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg" }, + { id: "p4", name: "Floral Geometry", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg?_wi=1" }, + { id: "p5", name: "Abstract Textile", price: "Gallery Collection", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg?_wi=1" }, { id: "p6", name: "Cloud Series", price: "Archived", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-wicker-basket-with-decor_169016-6150.jpg" }, ]} title="Project Gallery" @@ -100,11 +100,11 @@ export default function LandingPage() { features={[ { id: "f1", title: "Material Research", descriptions: ["Deep exploration into organic fibers and structural integrity for lasting design."], - imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/wool-knitting-needles_23-2148859108.jpg?_wi=2" }, { id: "f2", title: "Process Philosophy", descriptions: ["Slow-design methods that prioritize the meditative state of creation over volume."], - imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923303.jpg?_wi=2" } ]} title="Creative Pillars" -- 2.49.1