Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 13:44:42 +00:00

View File

@@ -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"