From c6674d1afdd1ef1568acc98f7d16d4400efcfa59 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 21:46:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0301d4..a5614f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,23 +85,8 @@ export default function LandingPage() { textboxLayout="default" products={[ { - id: "1", brand: "Ethereal", name: "Ribcage Detail", price: "Session Work", rating: 5, - reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/hand-decorative-skeleton-touching-woman-s-shoulder_23-2147903136.jpg"}, - { - id: "2", brand: "Ethereal", name: "Skull Study", price: "Session Work", rating: 5, - reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-vector/four-alchemy-esoteric-icons_24908-77743.jpg"}, - { - id: "3", brand: "Ethereal", name: "Hand Anatomy", price: "Session Work", rating: 5, - reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-clean-shaven-man-with-tattoos_1122-1461.jpg"}, - { - id: "4", brand: "Ethereal", name: "Spinal Fine Line", price: "Session Work", rating: 5, - reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-halloween-texture-design_23-2151853402.jpg"}, - { - id: "5", brand: "Ethereal", name: "Floral Bones", price: "Session Work", rating: 5, - reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-death-moth-drawing-illustration_52683-129287.jpg"}, - { - id: "6", brand: "Ethereal", name: "Minimalist Anatomy", price: "Session Work", rating: 5, - reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/elegant-black-ink-drop-water_1112-475.jpg"}, + id: "1", brand: "Ethereal", name: "Coming Soon", price: "", rating: 0, + reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0F1A9wA0hoEJAN6judgd0t0Sz/coming-soon-placeholder.jpg"}, ]} title="Portfolio" description="A curated selection of recent bone-themed and fine-line works." -- 2.49.1