From 607f609ba945675ba9a36944f5c48bcc3726803c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:09:37 +0000 Subject: [PATCH 1/3] Update src/app/for-buyers/page.tsx --- src/app/for-buyers/page.tsx | 78 +++++++++---------------------------- 1 file changed, 19 insertions(+), 59 deletions(-) diff --git a/src/app/for-buyers/page.tsx b/src/app/for-buyers/page.tsx index 2e2073b..5c7e6f9 100644 --- a/src/app/for-buyers/page.tsx +++ b/src/app/for-buyers/page.tsx @@ -25,7 +25,7 @@ export default function ForBuyersPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function ForBuyersPage() { tag="For Buyers" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Shopping", href: "#products" }, { text: "Browse Sellers", href: "/for-sellers" }, @@ -51,29 +51,19 @@ export default function ForBuyersPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/ladies-with-shopping-packets-sitting-bench-park_23-2147950213.jpg?_wi=2", - imageAlt: "Happy buyers with shopping", - }, + "http://img.b2bpic.net/free-photo/ladies-with-shopping-packets-sitting-bench-park_23-2147950213.jpg", imageAlt: "Happy buyers with shopping"}, { imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-choosimng-car-car-showroom_1303-26290.jpg?_wi=2", - imageAlt: "Customer choosing products", - }, + "http://img.b2bpic.net/free-photo/young-woman-choosimng-car-car-showroom_1303-26290.jpg", imageAlt: "Customer choosing products"}, { imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-people-choosing-nails_23-2149975488.jpg", - imageAlt: "Customization choices", - }, + "http://img.b2bpic.net/free-photo/high-angle-people-choosing-nails_23-2149975488.jpg", imageAlt: "Customization choices"}, { imageSrc: - "http://img.b2bpic.net/free-vector/abstract-shape-background_1040-1012.jpg", - imageAlt: "Design customization", - }, + "http://img.b2bpic.net/free-vector/abstract-shape-background_1040-1012.jpg", imageAlt: "Design customization"}, { imageSrc: - "http://img.b2bpic.net/free-photo/android-using-vr-glasses-home_23-2151903290.jpg", - imageAlt: "Preview customizations", - }, + "http://img.b2bpic.net/free-photo/android-using-vr-glasses-home_23-2151903290.jpg", imageAlt: "Preview customizations"}, ]} ariaLabel="Hero section for buyers" /> @@ -93,44 +83,20 @@ export default function ForBuyersPage() { buttonAnimation="slide-up" products={[ { - id: "prod-1", - name: "Premium Custom T-Shirt", - price: "$24.99", - variant: "Organic Cotton • 5+ Colors", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-girls-posing_23-2148499518.jpg?_wi=2", - imageAlt: "Premium custom t-shirt", - isFavorited: false, + id: "prod-1", name: "Premium Custom T-Shirt", price: "$24.99", variant: "Organic Cotton • 5+ Colors", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-girls-posing_23-2148499518.jpg", imageAlt: "Premium custom t-shirt", isFavorited: false, }, { - id: "prod-2", - name: "Personalized Ceramic Mug", - price: "$14.99", - variant: "White Ceramic • Custom Design", - imageSrc: - "http://img.b2bpic.net/free-photo/mug-pot-near-flowers_23-2147759297.jpg?_wi=2", - imageAlt: "Personalized ceramic mug", - isFavorited: false, + id: "prod-2", name: "Personalized Ceramic Mug", price: "$14.99", variant: "White Ceramic • Custom Design", imageSrc: + "http://img.b2bpic.net/free-photo/mug-pot-near-flowers_23-2147759297.jpg", imageAlt: "Personalized ceramic mug", isFavorited: false, }, { - id: "prod-3", - name: "Custom Leather Journal", - price: "$34.99", - variant: "Premium Leather • Embossing", - imageSrc: - "http://img.b2bpic.net/free-photo/watercolors-brushes-white-paper_23-2147654011.jpg?_wi=2", - imageAlt: "Custom leather journal", - isFavorited: false, + id: "prod-3", name: "Custom Leather Journal", price: "$34.99", variant: "Premium Leather • Embossing", imageSrc: + "http://img.b2bpic.net/free-photo/watercolors-brushes-white-paper_23-2147654011.jpg", imageAlt: "Custom leather journal", isFavorited: false, }, { - id: "prod-4", - name: "Cozy Custom Hoodie", - price: "$44.99", - variant: "Fleece Blend • 8 Colors", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-with-curly-hair-poses-bridge-wears-blue-sweatshirt-trousers-listens-motivational-music-via-wireless-headphones-focused-into-distance-people-leisure-hobby-concept_273609-55980.jpg?_wi=2", - imageAlt: "Cozy custom hoodie", - isFavorited: false, + id: "prod-4", name: "Cozy Custom Hoodie", price: "$44.99", variant: "Fleece Blend • 8 Colors", imageSrc: + "http://img.b2bpic.net/free-photo/woman-with-curly-hair-poses-bridge-wears-blue-sweatshirt-trousers-listens-motivational-music-via-wireless-headphones-focused-into-distance-people-leisure-hobby-concept_273609-55980.jpg", imageAlt: "Cozy custom hoodie", isFavorited: false, }, ]} gridVariant="four-items-2x2-equal-grid" @@ -146,10 +112,7 @@ export default function ForBuyersPage() { Date: Thu, 5 Mar 2026 09:09:37 +0000 Subject: [PATCH 2/3] Update src/app/for-sellers/page.tsx --- src/app/for-sellers/page.tsx | 74 +++++++++++------------------------- 1 file changed, 23 insertions(+), 51 deletions(-) diff --git a/src/app/for-sellers/page.tsx b/src/app/for-sellers/page.tsx index 2e0a105..58e3ff4 100644 --- a/src/app/for-sellers/page.tsx +++ b/src/app/for-sellers/page.tsx @@ -25,7 +25,7 @@ export default function ForSellersPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function ForSellersPage() { tag="For Sellers" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Selling Now", href: "#features" }, { text: "View Pricing", href: "/pricing" }, @@ -51,29 +51,19 @@ export default function ForSellersPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", - imageAlt: "Seller dashboard interface", - }, + "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Seller dashboard interface"}, { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2150628001.jpg?_wi=2", - imageAlt: "Business collaboration", - }, + "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2150628001.jpg", imageAlt: "Business collaboration"}, { imageSrc: - "http://img.b2bpic.net/free-vector/mini-people-with-computer-clock_24877-56158.jpg", - imageAlt: "Real-time updates", - }, + "http://img.b2bpic.net/free-vector/mini-people-with-computer-clock_24877-56158.jpg", imageAlt: "Real-time updates"}, { imageSrc: - "http://img.b2bpic.net/free-photo/tanned-girl-striped-summer-shirt-using-smartphone-sitting-table-with-computer-it_197531-4886.jpg?_wi=2", - imageAlt: "Product customization", - }, + "http://img.b2bpic.net/free-photo/tanned-girl-striped-summer-shirt-using-smartphone-sitting-table-with-computer-it_197531-4886.jpg", imageAlt: "Product customization"}, { imageSrc: - "http://img.b2bpic.net/free-photo/hand-holding-closed-padlock_176474-8918.jpg", - imageAlt: "Security and trust", - }, + "http://img.b2bpic.net/free-photo/hand-holding-closed-padlock_176474-8918.jpg", imageAlt: "Security and trust"}, ]} ariaLabel="Hero section for sellers" /> @@ -89,40 +79,28 @@ export default function ForSellersPage() { features={[ { icon: Store, - title: "Easy Store Setup", - description: - "Create your seller store in minutes. No coding required. Beautiful templates ready to customize.", - }, + title: "Easy Store Setup", description: + "Create your seller store in minutes. No coding required. Beautiful templates ready to customize."}, { icon: Palette, - title: "Product Customization Rules", - description: - "Set custom options for your products - colors, sizes, materials, designs. Buyers choose exactly what they want.", - }, + title: "Product Customization Rules", description: + "Set custom options for your products - colors, sizes, materials, designs. Buyers choose exactly what they want."}, { icon: BarChart3, - title: "Advanced Analytics", - description: - "Track sales, monitor buyer preferences, understand trends, and make data-driven decisions for growth.", - }, + title: "Advanced Analytics", description: + "Track sales, monitor buyer preferences, understand trends, and make data-driven decisions for growth."}, { icon: Users, - title: "Customer Management", - description: - "Build relationships with buyers, track purchase history, and send personalized offers and updates.", - }, + title: "Customer Management", description: + "Build relationships with buyers, track purchase history, and send personalized offers and updates."}, { icon: Settings, - title: "Automation Tools", - description: - "Automate order processing, inventory management, and customer communications to save time.", - }, + title: "Automation Tools", description: + "Automate order processing, inventory management, and customer communications to save time."}, { icon: Sparkles, - title: "Marketing Support", - description: - "Access built-in marketing tools, promotional campaigns, and analytics to grow your customer base.", - }, + title: "Marketing Support", description: + "Access built-in marketing tools, promotional campaigns, and analytics to grow your customer base."}, ]} animationType="slide-up" textboxLayout="default" @@ -137,10 +115,7 @@ export default function ForSellersPage() { Date: Thu, 5 Mar 2026 09:09:38 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 174 ++++++++++++----------------------------------- 1 file changed, 43 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d27c09..02914a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function HomePage() { tag="Marketplace Revolution" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Start Selling", href: "/for-sellers" }, { text: "Start Shopping", href: "/for-buyers" }, @@ -54,29 +54,19 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/laptop-blank-screen-hopping-cart-full-gifts-with-copyspace-online-shopping-concept_1423-92.jpg", - imageAlt: "marketplace ecommerce shopping products selling", - }, + "http://img.b2bpic.net/free-photo/laptop-blank-screen-hopping-cart-full-gifts-with-copyspace-online-shopping-concept_1423-92.jpg", imageAlt: "marketplace ecommerce shopping products selling"}, { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2150628001.jpg?_wi=1", - imageAlt: "seller vendor business marketplace commerce", - }, + "http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2150628001.jpg", imageAlt: "seller vendor business marketplace commerce"}, { imageSrc: - "http://img.b2bpic.net/free-photo/tanned-girl-striped-summer-shirt-using-smartphone-sitting-table-with-computer-it_197531-4886.jpg?_wi=1", - imageAlt: "customization personalization product design customize", - }, + "http://img.b2bpic.net/free-photo/tanned-girl-striped-summer-shirt-using-smartphone-sitting-table-with-computer-it_197531-4886.jpg", imageAlt: "customization personalization product design customize"}, { imageSrc: - "http://img.b2bpic.net/free-photo/ladies-with-shopping-packets-sitting-bench-park_23-2147950213.jpg?_wi=1", - imageAlt: "customer shopping buyer purchase ecommerce", - }, + "http://img.b2bpic.net/free-photo/ladies-with-shopping-packets-sitting-bench-park_23-2147950213.jpg", imageAlt: "customer shopping buyer purchase ecommerce"}, { imageSrc: - "http://img.b2bpic.net/free-photo/diverse-business-professionals-engaged-video-call-global-meeting-using-online-communication_482257-132361.jpg", - imageAlt: "collaboration teamwork partnership business communication", - }, + "http://img.b2bpic.net/free-photo/diverse-business-professionals-engaged-video-call-global-meeting-using-online-communication_482257-132361.jpg", imageAlt: "collaboration teamwork partnership business communication"}, ]} ariaLabel="Hero section showcasing DirectSell marketplace" /> @@ -92,40 +82,28 @@ export default function HomePage() { features={[ { icon: Store, - title: "Seller Dashboard", - description: - "Manage inventory, customize products, track orders, and engage with buyers all from one intuitive dashboard.", - }, + title: "Seller Dashboard", description: + "Manage inventory, customize products, track orders, and engage with buyers all from one intuitive dashboard."}, { icon: Palette, - title: "Customization Engine", - description: - "Sellers set customizable options; buyers personalize purchases with colors, sizes, designs, and more.", - }, + title: "Customization Engine", description: + "Sellers set customizable options; buyers personalize purchases with colors, sizes, designs, and more."}, { icon: ShoppingCart, - title: "Smart Shopping", - description: - "Discover verified sellers, browse curated products, and create your perfect personalized items.", - }, + title: "Smart Shopping", description: + "Discover verified sellers, browse curated products, and create your perfect personalized items."}, { icon: Shield, - title: "Buyer & Seller Protection", - description: - "Secure transactions, dispute resolution, and verified seller badges build trust in every transaction.", - }, + title: "Buyer & Seller Protection", description: + "Secure transactions, dispute resolution, and verified seller badges build trust in every transaction."}, { icon: Zap, - title: "Real-Time Synchronization", - description: - "Live inventory updates, instant order notifications, and real-time customization previews.", - }, + title: "Real-Time Synchronization", description: + "Live inventory updates, instant order notifications, and real-time customization previews."}, { icon: TrendingUp, - title: "Analytics & Insights", - description: - "Track sales performance, buyer preferences, and market trends to grow your business smarter.", - }, + title: "Analytics & Insights", description: + "Track sales performance, buyer preferences, and market trends to grow your business smarter."}, ]} animationType="slide-up" textboxLayout="default" @@ -150,44 +128,20 @@ export default function HomePage() { buttonAnimation="slide-up" products={[ { - id: "prod-1", - name: "Premium Custom T-Shirt", - price: "$24.99", - variant: "Organic Cotton • 5+ Colors", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-girls-posing_23-2148499518.jpg?_wi=1", - imageAlt: "Premium custom t-shirt", - isFavorited: false, + id: "prod-1", name: "Premium Custom T-Shirt", price: "$24.99", variant: "Organic Cotton • 5+ Colors", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-girls-posing_23-2148499518.jpg", imageAlt: "Premium custom t-shirt", isFavorited: false, }, { - id: "prod-2", - name: "Personalized Ceramic Mug", - price: "$14.99", - variant: "White Ceramic • Custom Design", - imageSrc: - "http://img.b2bpic.net/free-photo/mug-pot-near-flowers_23-2147759297.jpg?_wi=1", - imageAlt: "Personalized ceramic mug", - isFavorited: false, + id: "prod-2", name: "Personalized Ceramic Mug", price: "$14.99", variant: "White Ceramic • Custom Design", imageSrc: + "http://img.b2bpic.net/free-photo/mug-pot-near-flowers_23-2147759297.jpg", imageAlt: "Personalized ceramic mug", isFavorited: false, }, { - id: "prod-3", - name: "Custom Leather Journal", - price: "$34.99", - variant: "Premium Leather • Embossing", - imageSrc: - "http://img.b2bpic.net/free-photo/watercolors-brushes-white-paper_23-2147654011.jpg?_wi=1", - imageAlt: "Custom leather journal", - isFavorited: false, + id: "prod-3", name: "Custom Leather Journal", price: "$34.99", variant: "Premium Leather • Embossing", imageSrc: + "http://img.b2bpic.net/free-photo/watercolors-brushes-white-paper_23-2147654011.jpg", imageAlt: "Custom leather journal", isFavorited: false, }, { - id: "prod-4", - name: "Cozy Custom Hoodie", - price: "$44.99", - variant: "Fleece Blend • 8 Colors", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-with-curly-hair-poses-bridge-wears-blue-sweatshirt-trousers-listens-motivational-music-via-wireless-headphones-focused-into-distance-people-leisure-hobby-concept_273609-55980.jpg?_wi=1", - imageAlt: "Cozy custom hoodie", - isFavorited: false, + id: "prod-4", name: "Cozy Custom Hoodie", price: "$44.99", variant: "Fleece Blend • 8 Colors", imageSrc: + "http://img.b2bpic.net/free-photo/woman-with-curly-hair-poses-bridge-wears-blue-sweatshirt-trousers-listens-motivational-music-via-wireless-headphones-focused-into-distance-people-leisure-hobby-concept_273609-55980.jpg", imageAlt: "Cozy custom hoodie", isFavorited: false, }, ]} gridVariant="four-items-2x2-equal-grid" @@ -203,10 +157,7 @@ export default function HomePage() {