From b621fefe5a85af3d439dd01b995db72263cb9368 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:09:37 +0000 Subject: [PATCH] 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() {