Merge version_1 into main #2

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

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroCentered
title="Professional Image Clipping & Editing Services"
description="Elevate your product visuals with precision clipping, background removal, and professional photo editing tailored for e-commerce success."
background={{ variant: "blurBottom" }}
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 2" },
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Electronics editing"
}
]}
gridVariant="three-columns-all-equal-width"