Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-12 06:38:09 +00:00

View File

@@ -111,32 +111,20 @@ export default function HomePage() {
buttonAnimation="slide-up"
testimonials={[
{
name: "Emma Rodriguez",
handle: "Founder, TechMart",
testimonial:
"Increased conversion rate by 34% within 2 months. The card designs perfectly capture our brand essence.",
rating: 5,
name: "Emma Rodriguez", handle: "Founder, TechMart", testimonial:
"Increased conversion rate by 34% within 2 months. The card designs perfectly capture our brand essence.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg"},
{
name: "Michael Chen",
handle: "Creative Director, Luxury Goods Co",
testimonial:
"Outstanding attention to detail and UX research. This designer understands marketplace dynamics.",
rating: 5,
name: "Michael Chen", handle: "Creative Director, Luxury Goods Co", testimonial:
"Outstanding attention to detail and UX research. This designer understands marketplace dynamics.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg"},
{
name: "Sarah Thompson",
handle: "CEO, Fashion Forward",
testimonial:
"Professional, reliable, and delivers exceptional results. Highly recommended for any marketplace project.",
rating: 5,
name: "Sarah Thompson", handle: "CEO, Fashion Forward", testimonial:
"Professional, reliable, and delivers exceptional results. Highly recommended for any marketplace project.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg?_wi=1",
},
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -156,49 +144,21 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1",
brand: "Luxury Fashion",
name: "Premium Apparel Card Design",
price: "$8,500",
rating: 5,
reviewCount: "48",
imageSrc:
"http://img.b2bpic.net/free-vector/business-card-template-with-abstract-shapes_23-2148249708.jpg?_wi=1",
imageAlt: "Luxury fashion product card",
},
id: "1", brand: "Luxury Fashion", name: "Premium Apparel Card Design", price: "$8,500", rating: 5,
reviewCount: "48", imageSrc:
"http://img.b2bpic.net/free-vector/business-card-template-with-abstract-shapes_23-2148249708.jpg", imageAlt: "Luxury fashion product card"},
{
id: "2",
brand: "Tech Marketplace",
name: "Electronics Card System",
price: "$7,200",
rating: 5,
reviewCount: "52",
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567521.jpg?_wi=1",
imageAlt: "Tech product card design",
},
id: "2", brand: "Tech Marketplace", name: "Electronics Card System", price: "$7,200", rating: 5,
reviewCount: "52", imageSrc:
"http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567521.jpg", imageAlt: "Tech product card design"},
{
id: "3",
brand: "Home Furnishings",
name: "Furniture Catalog Cards",
price: "$6,800",
rating: 5,
reviewCount: "41",
imageSrc:
"http://img.b2bpic.net/free-vector/flat-furniture-sale-landing-page-with-photo_23-2148926584.jpg?_wi=1",
imageAlt: "Furniture marketplace cards",
},
id: "3", brand: "Home Furnishings", name: "Furniture Catalog Cards", price: "$6,800", rating: 5,
reviewCount: "41", imageSrc:
"http://img.b2bpic.net/free-vector/flat-furniture-sale-landing-page-with-photo_23-2148926584.jpg", imageAlt: "Furniture marketplace cards"},
{
id: "4",
brand: "Food Delivery",
name: "Restaurant Menu Cards",
price: "$5,500",
rating: 5,
reviewCount: "36",
imageSrc:
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg?_wi=1",
imageAlt: "Food marketplace product cards",
},
id: "4", brand: "Food Delivery", name: "Restaurant Menu Cards", price: "$5,500", rating: 5,
reviewCount: "36", imageSrc:
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg", imageAlt: "Food marketplace product cards"},
]}
/>
</div>
@@ -216,40 +176,28 @@ export default function HomePage() {
features={[
{
icon: ShoppingCart,
title: "Product Card Strategy",
description:
"Research-driven card layouts that maximize user engagement and conversion rates through strategic information hierarchy.",
},
title: "Product Card Strategy", description:
"Research-driven card layouts that maximize user engagement and conversion rates through strategic information hierarchy."},
{
icon: Palette,
title: "Visual Design",
description:
"Custom color schemes, typography systems, and visual components that align with your brand identity and marketplace goals.",
},
title: "Visual Design", description:
"Custom color schemes, typography systems, and visual components that align with your brand identity and marketplace goals."},
{
icon: Mouse,
title: "Interactive Elements",
description:
"Hover effects, animations, and micro-interactions that create delightful user experiences and encourage product discovery.",
},
title: "Interactive Elements", description:
"Hover effects, animations, and micro-interactions that create delightful user experiences and encourage product discovery."},
{
icon: TrendingUp,
title: "Conversion Optimization",
description:
"Data-informed design decisions that improve click-through rates, add-to-cart conversions, and overall marketplace performance.",
},
title: "Conversion Optimization", description:
"Data-informed design decisions that improve click-through rates, add-to-cart conversions, and overall marketplace performance."},
{
icon: Smartphone,
title: "Responsive Design",
description:
"Mobile-first card designs that maintain visual impact and functionality across all device sizes and screen orientations.",
},
title: "Responsive Design", description:
"Mobile-first card designs that maintain visual impact and functionality across all device sizes and screen orientations."},
{
icon: Zap,
title: "Performance Design",
description:
"Optimized card components with fast load times, smooth animations, and accessibility standards compliance.",
},
title: "Performance Design", description:
"Optimized card components with fast load times, smooth animations, and accessibility standards compliance."},
]}
/>
</div>
@@ -267,65 +215,35 @@ export default function HomePage() {
showRating={true}
testimonials={[
{
id: "1",
name: "Emma Rodriguez",
handle: "@emmar_design",
testimonial:
"This designer completely transformed our marketplace. Conversion rates jumped 34% in just 2 months. Incredible ROI and professionalism.",
rating: 5,
id: "1", name: "Emma Rodriguez", handle: "@emmar_design", testimonial:
"This designer completely transformed our marketplace. Conversion rates jumped 34% in just 2 months. Incredible ROI and professionalism.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg"},
{
id: "2",
name: "Michael Chen",
handle: "@michael_chen_creative",
testimonial:
"Outstanding work on our luxury goods platform. The card designs perfectly capture premium positioning while maintaining usability.",
rating: 5,
id: "2", name: "Michael Chen", handle: "@michael_chen_creative", testimonial:
"Outstanding work on our luxury goods platform. The card designs perfectly capture premium positioning while maintaining usability.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg"},
{
id: "3",
name: "Sarah Thompson",
handle: "@sarah_fashion_tech",
testimonial:
"Professional, deadline-driven, and genuinely invested in understanding our platform. Delivered exceptional results beyond expectations.",
rating: 5,
id: "3", name: "Sarah Thompson", handle: "@sarah_fashion_tech", testimonial:
"Professional, deadline-driven, and genuinely invested in understanding our platform. Delivered exceptional results beyond expectations.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg?_wi=2",
},
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg"},
{
id: "4",
name: "David Kim",
handle: "@davidkim_founder",
testimonial:
"The strategic approach to card design improved not just aesthetics but also user behavior patterns. Highly recommended for any marketplace.",
rating: 5,
id: "4", name: "David Kim", handle: "@davidkim_founder", testimonial:
"The strategic approach to card design improved not just aesthetics but also user behavior patterns. Highly recommended for any marketplace.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
},
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg"},
{
id: "5",
name: "Jessica Brown",
handle: "@jbrown_marketplaces",
testimonial:
"Brought fresh perspectives to our stale product cards. The new designs feel premium yet accessible. Game-changing for our brand.",
rating: 5,
id: "5", name: "Jessica Brown", handle: "@jbrown_marketplaces", testimonial:
"Brought fresh perspectives to our stale product cards. The new designs feel premium yet accessible. Game-changing for our brand.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=3",
},
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg"},
{
id: "6",
name: "Alex Martinez",
handle: "@alex_ecommerce_lead",
testimonial:
"Exceptional attention to detail and user experience. Our customers immediately noticed the improvements. Worth every penny invested.",
rating: 5,
id: "6", name: "Alex Martinez", handle: "@alex_ecommerce_lead", testimonial:
"Exceptional attention to detail and user experience. Our customers immediately noticed the improvements. Worth every penny invested.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg?_wi=3",
},
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg"},
]}
/>
</div>
@@ -342,47 +260,23 @@ export default function HomePage() {
animationType="slide-up"
blogs={[
{
id: "1",
category: ["E-commerce", "Strategy"],
title: "How Card Redesign Increased Conversions by 34%",
excerpt:
"A detailed case study on optimizing product cards for a mid-size fashion marketplace. Analyzed user behavior, A/B tested designs, and achieved significant conversion improvements.",
imageSrc:
"http://img.b2bpic.net/free-photo/working-office_1150-121.jpg",
imageAlt: "Ecommerce conversion optimization case study",
authorName: "Sarah Design Studio",
authorAvatar:
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
date: "15 Dec 2024",
},
id: "1", category: ["E-commerce", "Strategy"],
title: "How Card Redesign Increased Conversions by 34%", excerpt:
"A detailed case study on optimizing product cards for a mid-size fashion marketplace. Analyzed user behavior, A/B tested designs, and achieved significant conversion improvements.", imageSrc:
"http://img.b2bpic.net/free-photo/working-office_1150-121.jpg", imageAlt: "Ecommerce conversion optimization case study", authorName: "Sarah Design Studio", authorAvatar:
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", date: "15 Dec 2024"},
{
id: "2",
category: ["Luxury", "Brand Design"],
title: "Elevating Premium Brand Perception Through Card Design",
excerpt:
"Strategic approach to designing product cards for luxury goods marketplace. Explored typography, color psychology, and visual hierarchy to communicate premium positioning.",
imageSrc:
"http://img.b2bpic.net/free-psd/business-corporation-template_23-2151402198.jpg",
imageAlt: "Luxury brand card design case study",
authorName: "Sarah Design Studio",
authorAvatar:
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg",
date: "08 Dec 2024",
},
id: "2", category: ["Luxury", "Brand Design"],
title: "Elevating Premium Brand Perception Through Card Design", excerpt:
"Strategic approach to designing product cards for luxury goods marketplace. Explored typography, color psychology, and visual hierarchy to communicate premium positioning.", imageSrc:
"http://img.b2bpic.net/free-psd/business-corporation-template_23-2151402198.jpg", imageAlt: "Luxury brand card design case study", authorName: "Sarah Design Studio", authorAvatar:
"http://img.b2bpic.net/free-photo/smiling-baker-bakery_1170-2306.jpg", date: "08 Dec 2024"},
{
id: "3",
category: ["Mobile", "UX"],
title: "Mobile-First Card Design for Food Delivery Platforms",
excerpt:
"Comprehensive exploration of responsive card design principles. Optimized layouts, touch targets, and mobile performance for seamless food ordering experience.",
imageSrc:
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg?_wi=2",
imageAlt: "Mobile card design optimization",
authorName: "Sarah Design Studio",
authorAvatar:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg",
date: "01 Dec 2024",
},
id: "3", category: ["Mobile", "UX"],
title: "Mobile-First Card Design for Food Delivery Platforms", excerpt:
"Comprehensive exploration of responsive card design principles. Optimized layouts, touch targets, and mobile performance for seamless food ordering experience.", imageSrc:
"http://img.b2bpic.net/free-vector/food-delivery-onboarding-screens_23-2148545651.jpg", imageAlt: "Mobile card design optimization", authorName: "Sarah Design Studio", authorAvatar:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5366.jpg", date: "01 Dec 2024"},
]}
/>
</div>
@@ -399,59 +293,29 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "1",
price: "$2,500",
name: "Single Project",
buttons={[
id: "1", price: "$2,500", name: "Single Project", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Learn More", href: "#" },
]}
features: [
"5-10 card design variations",
"2 revision rounds",
"Mobile responsive designs",
"Design system documentation",
"7-day delivery",
"Figma design files",
],
features: [
"5-10 card design variations", "2 revision rounds", "Mobile responsive designs", "Design system documentation", "7-day delivery", "Figma design files"],
},
{
id: "2",
badge: "Most Popular",
badgeIcon: Star,
price: "$5,500",
name: "Platform Redesign",
buttons: [
id: "2", badge: "Most Popular", badgeIcon: Star,
price: "$5,500", name: "Platform Redesign", buttons: [
{ text: "Start Project", href: "/contact" },
{ text: "Schedule Call", href: "#" },
],
features: [
"Complete card system design",
"Multiple product categories",
"Unlimited revisions",
"Interactive prototypes",
"User research & testing",
"14-day delivery",
"All deliverables included",
],
"Complete card system design", "Multiple product categories", "Unlimited revisions", "Interactive prototypes", "User research & testing", "14-day delivery", "All deliverables included"],
},
{
id: "3",
price: "$9,999",
name: "Ongoing Partnership",
buttons: [
id: "3", price: "$9,999", name: "Ongoing Partnership", buttons: [
{ text: "Partner With Us", href: "/contact" },
{ text: "Discuss Custom Plan", href: "#" },
],
features: [
"Dedicated design partnership",
"Quarterly strategy reviews",
"Continuous optimization",
"A/B testing support",
"Priority support",
"Analytics-driven iterations",
"Performance monitoring",
],
"Dedicated design partnership", "Quarterly strategy reviews", "Continuous optimization", "A/B testing support", "Priority support", "Analytics-driven iterations", "Performance monitoring"],
},
]}
/>