From a36801b74487f8de16aa22a00bc62de7ed9180ff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:42:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6357467..f9e666f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,16 +68,16 @@ export default function LandingPage() { tag="What We Offer" features={[ { - id: "1", title: "Precision Clipping", description: "Expert manual clipping with pixel-perfect accuracy for complex product shapes and intricate details.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-apples-bowls_23-2148835325.jpg", imageAlt: "Precision clipping service" + id: "1", title: "Precision Clipping", description: "Expert manual clipping with pixel-perfect accuracy for complex product shapes and intricate details.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-apples-bowls_23-2148835325.jpg?_wi=1", imageAlt: "Precision clipping service" }, { - id: "2", title: "Background Removal", description: "Clean, professional background removal with seamless transparency for e-commerce platforms.", imageSrc: "http://img.b2bpic.net/free-photo/photographer-taking-photo-woman-model_23-2148532618.jpg", imageAlt: "Background removal service" + id: "2", title: "Background Removal", description: "Clean, professional background removal with seamless transparency for e-commerce platforms.", imageSrc: "http://img.b2bpic.net/free-photo/photographer-taking-photo-woman-model_23-2148532618.jpg?_wi=1", imageAlt: "Background removal service" }, { - id: "3", title: "Color Correction", description: "Advanced color grading and correction to ensure accurate product representation across all channels.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-model-before-after-retouch_158538-9205.jpg", imageAlt: "Color correction service" + id: "3", title: "Color Correction", description: "Advanced color grading and correction to ensure accurate product representation across all channels.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-model-before-after-retouch_158538-9205.jpg?_wi=1", imageAlt: "Color correction service" }, { - id: "4", title: "Shadow & Reflection", description: "Professional shadow creation and reflection effects to enhance product depth and visual appeal.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-apples-bowls_23-2148835325.jpg", imageAlt: "Shadow and reflection effects" + id: "4", title: "Shadow & Reflection", description: "Professional shadow creation and reflection effects to enhance product depth and visual appeal.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-apples-bowls_23-2148835325.jpg?_wi=2", imageAlt: "Shadow and reflection effects" } ]} gridVariant="four-items-2x2-equal-grid" @@ -94,13 +94,13 @@ export default function LandingPage() { tag="Featured Work" products={[ { - id: "1", name: "Premium Jewelry Clipping", price: "From $5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-apples-bowls_23-2148835325.jpg", imageAlt: "Jewelry clipping example" + id: "1", name: "Premium Jewelry Clipping", price: "From $5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-concept-apples-bowls_23-2148835325.jpg?_wi=3", imageAlt: "Jewelry clipping example" }, { - id: "2", name: "Fashion Product Editing", price: "From $3", imageSrc: "http://img.b2bpic.net/free-photo/photographer-taking-photo-woman-model_23-2148532618.jpg", imageAlt: "Fashion product editing" + id: "2", name: "Fashion Product Editing", price: "From $3", imageSrc: "http://img.b2bpic.net/free-photo/photographer-taking-photo-woman-model_23-2148532618.jpg?_wi=2", imageAlt: "Fashion product editing" }, { - id: "3", name: "Electronics Enhancement", price: "From $4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-model-before-after-retouch_158538-9205.jpg", imageAlt: "Electronics editing" + id: "3", name: "Electronics Enhancement", price: "From $4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-model-before-after-retouch_158538-9205.jpg?_wi=2", imageAlt: "Electronics editing" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1