Update src/app/for-sellers/page.tsx

This commit is contained in:
2026-03-05 09:09:37 +00:00
parent 607f609ba9
commit b621fefe5a

View File

@@ -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() {
<TextSplitAbout
title="Why Sellers Choose DirectSell"
description={[
"DirectSell eliminates intermediaries and connects you directly with buyers. You set the prices, define the products, and control the experience. No gatekeepers, just you and your customers.",
"Our customization engine lets your customers personalize every purchase. This increases order value, reduces returns, and builds deeper customer connections. Happy customers become repeat customers.",
"With competitive transaction fees, real-time analytics, and dedicated seller support, you have everything needed to grow from a startup to an established brand on DirectSell.",
]}
"DirectSell eliminates intermediaries and connects you directly with buyers. You set the prices, define the products, and control the experience. No gatekeepers, just you and your customers.", "Our customization engine lets your customers personalize every purchase. This increases order value, reduces returns, and builds deeper customer connections. Happy customers become repeat customers.", "With competitive transaction fees, real-time analytics, and dedicated seller support, you have everything needed to grow from a startup to an established brand on DirectSell."]}
buttons={[{ text: "Start Free Trial", href: "/for-sellers" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -153,8 +128,7 @@ export default function ForSellersPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "For Sellers", href: "/for-sellers" },
{ label: "For Buyers", href: "/for-buyers" },
{ label: "Pricing", href: "/pricing" },
@@ -162,8 +136,7 @@ export default function ForSellersPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -171,8 +144,7 @@ export default function ForSellersPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },