Merge version_1 into main #2
@@ -45,22 +45,16 @@ export default function AboutPage() {
|
||||
tag="About Creator"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Creator-First Design",
|
||||
description: "Every feature is built with creators in mind. We listen, iterate, and continuously improve based on your feedback.",
|
||||
icon: Target,
|
||||
title: "Creator-First Design", description: "Every feature is built with creators in mind. We listen, iterate, and continuously improve based on your feedback.", icon: Target,
|
||||
},
|
||||
{
|
||||
title: "Fair Economics",
|
||||
description: "Our 5% fee is industry-leading. We believe you should keep the majority of what you earn.",
|
||||
icon: Heart,
|
||||
title: "Fair Economics", description: "Our 5% fee is industry-leading. We believe you should keep the majority of what you earn.", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Rapid Innovation",
|
||||
description: "We ship fast and iterate based on creator needs. Your success is our success.",
|
||||
icon: Zap,
|
||||
title: "Rapid Innovation", description: "We ship fast and iterate based on creator needs. Your success is our success.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"
|
||||
imageAlt="Creator platform team workspace"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
@@ -76,15 +70,9 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10K+",
|
||||
description: "Creators building their business on our platform",
|
||||
},
|
||||
id: "1", value: "10K+", description: "Creators building their business on our platform"},
|
||||
{
|
||||
id: "2",
|
||||
value: "$50M+",
|
||||
description: "Total earnings paid out to creators worldwide",
|
||||
},
|
||||
id: "2", value: "$50M+", description: "Total earnings paid out to creators worldwide"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -42,53 +42,36 @@ export default function ContactPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How quickly can I launch my storefront?",
|
||||
content:
|
||||
"You can launch your storefront in minutes. Our onboarding is designed for instant activation—no approval delays, no technical requirements. Sign up, customize your store, and start selling immediately.",
|
||||
},
|
||||
id: "1", title: "How quickly can I launch my storefront?", content:
|
||||
"You can launch your storefront in minutes. Our onboarding is designed for instant activation—no approval delays, no technical requirements. Sign up, customize your store, and start selling immediately."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What types of digital products can I sell?",
|
||||
content:
|
||||
"You can sell eBooks, templates, online courses, music, and select physical goods. Our platform supports multiple product formats with flexible delivery options tailored to each product type.",
|
||||
},
|
||||
id: "2", title: "What types of digital products can I sell?", content:
|
||||
"You can sell eBooks, templates, online courses, music, and select physical goods. Our platform supports multiple product formats with flexible delivery options tailored to each product type."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How does payment processing work?",
|
||||
content:
|
||||
"We use Whop as our unified payment processor, which handles all transactions securely. You receive your earnings minus our 5% platform fee. Payouts are processed regularly to your connected bank account.",
|
||||
},
|
||||
id: "3", title: "How does payment processing work?", content:
|
||||
"We use Whop as our unified payment processor, which handles all transactions securely. You receive your earnings minus our 5% platform fee. Payouts are processed regularly to your connected bank account."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I customize my storefront branding?",
|
||||
content:
|
||||
"Absolutely. Our white-label platform allows full customization—domain, colors, layout, and messaging. Your storefront is completely branded as your own, with no Creator branding unless you choose otherwise.",
|
||||
},
|
||||
id: "4", title: "Can I customize my storefront branding?", content:
|
||||
"Absolutely. Our white-label platform allows full customization—domain, colors, layout, and messaging. Your storefront is completely branded as your own, with no Creator branding unless you choose otherwise."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What analytics and customer insights do I get?",
|
||||
content:
|
||||
"All plans include analytics showing sales, customer data, and revenue trends. Pro and Enterprise plans unlock advanced reporting, customer segmentation, and export capabilities for deeper business insights.",
|
||||
},
|
||||
id: "5", title: "What analytics and customer insights do I get?", content:
|
||||
"All plans include analytics showing sales, customer data, and revenue trends. Pro and Enterprise plans unlock advanced reporting, customer segmentation, and export capabilities for deeper business insights."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there customer support?",
|
||||
content:
|
||||
"Yes. Free plan users get email support. Pro users receive priority support. Enterprise customers get a dedicated account manager and premium support channels for immediate assistance.",
|
||||
},
|
||||
id: "6", title: "Is there customer support?", content:
|
||||
"Yes. Free plan users get email support. Pro users receive priority support. Enterprise customers get a dedicated account manager and premium support channels for immediate assistance."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know to get started and grow your creator business"
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Still have questions? Reach out to our team. We're here to help you succeed as a creator."
|
||||
text="Still have questions? Reach out to our team. We are here to help you succeed as a creator."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{ text: "Send us an Email", href: "mailto:support@creator.com" },
|
||||
|
||||
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Creator Commerce Platform - Sell Digital Products, Keep 95%",
|
||||
description: "Launch your creator storefront in minutes. Sell eBooks, templates, courses, and music directly to your audience with 95% revenue share and no platform lock-in.",
|
||||
keywords: "creator economy, digital products, ecommerce platform, course sales, music distribution, white-label storefront",
|
||||
metadataBase: new URL("https://creator.com"),
|
||||
title: "Creator Commerce Platform - Sell Digital Products, Keep 95%", description: "Launch your creator storefront in minutes. Sell eBooks, templates, courses, and music directly to your audience with 95% revenue share and no platform lock-in.", keywords: "creator economy, digital products, ecommerce platform, course sales, music distribution, white-label storefront", metadataBase: new URL("https://creator.com"),
|
||||
alternates: {
|
||||
canonical: "https://creator.com",
|
||||
},
|
||||
canonical: "https://creator.com"},
|
||||
openGraph: {
|
||||
title: "Creator Commerce Platform",
|
||||
description: "Sell directly. Keep 95% of sales. Launch your storefront in minutes with complete customization.",
|
||||
url: "https://creator.com",
|
||||
siteName: "Creator Commerce Platform",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Creator Commerce Platform", description: "Sell directly. Keep 95% of sales. Launch your storefront in minutes with complete customization.", url: "https://creator.com", siteName: "Creator Commerce Platform", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148370476.jpg",
|
||||
alt: "Creator Commerce Platform Dashboard",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148370476.jpg", alt: "Creator Commerce Platform Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Creator Commerce Platform",
|
||||
description: "Sell directly. Keep 95% of sales. Launch your storefront in minutes.",
|
||||
images: ["http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148370476.jpg"],
|
||||
card: "summary_large_image", title: "Creator Commerce Platform", description: "Sell directly. Keep 95% of sales. Launch your storefront in minutes.", images: ["http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148370476.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
143
src/app/page.tsx
143
src/app/page.tsx
@@ -53,17 +53,11 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148370476.jpg",
|
||||
imageAlt: "Creator dashboard interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148370476.jpg", imageAlt: "Creator dashboard interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page-template_23-2148689252.jpg",
|
||||
imageAlt: "Customizable storefront",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-shopping-landing-page-template_23-2148689252.jpg", imageAlt: "Customizable storefront"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg",
|
||||
imageAlt: "Revenue analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Revenue analytics"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -74,47 +68,23 @@ export default function HomePage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Instant Seller Activation",
|
||||
tags: ["Setup", "Minutes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/startup-business-landing-page-template_23-2148300628.jpg",
|
||||
imageAlt: "Quick onboarding process",
|
||||
},
|
||||
id: "1", title: "Instant Seller Activation", tags: ["Setup", "Minutes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/startup-business-landing-page-template_23-2148300628.jpg", imageAlt: "Quick onboarding process"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Customizable Storefronts",
|
||||
tags: ["Branding", "No Code"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-client-store-is-trying-different-frames-her-small-canvas-is-talking-with-attractive-male-employee_662251-239.jpg",
|
||||
imageAlt: "Custom storefront builder",
|
||||
},
|
||||
id: "2", title: "Customizable Storefronts", tags: ["Branding", "No Code"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-client-store-is-trying-different-frames-her-small-canvas-is-talking-with-attractive-male-employee_662251-239.jpg", imageAlt: "Custom storefront builder"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Secure Payment Processing",
|
||||
tags: ["Whop Powered", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg",
|
||||
imageAlt: "Payment processing interface",
|
||||
},
|
||||
id: "3", title: "Secure Payment Processing", tags: ["Whop Powered", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg", imageAlt: "Payment processing interface"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Digital Product Delivery",
|
||||
tags: ["Automated", "Instant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/checking-order-courrier-checking-order-food-delivery_259150-58604.jpg",
|
||||
imageAlt: "Automated delivery system",
|
||||
},
|
||||
id: "4", title: "Digital Product Delivery", tags: ["Automated", "Instant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/checking-order-courrier-checking-order-food-delivery_259150-58604.jpg", imageAlt: "Automated delivery system"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Customer Management",
|
||||
tags: ["Analytics", "Insights"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg",
|
||||
imageAlt: "Customer analytics dashboard",
|
||||
},
|
||||
id: "5", title: "Customer Management", tags: ["Analytics", "Insights"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", imageAlt: "Customer analytics dashboard"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Multi-Product Support",
|
||||
tags: ["Flexible", "Scalable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template-with-photo_23-2148491680.jpg",
|
||||
imageAlt: "Multiple product categories",
|
||||
},
|
||||
id: "6", title: "Multi-Product Support", tags: ["Flexible", "Scalable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template-with-photo_23-2148491680.jpg", imageAlt: "Multiple product categories"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Everything Creators Need"
|
||||
@@ -133,27 +103,19 @@ export default function HomePage() {
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Keep 95% of Sales",
|
||||
description: "Only 5% platform fee. No hidden charges. Maximum revenue in your pocket.",
|
||||
icon: DollarSign,
|
||||
title: "Keep 95% of Sales", description: "Only 5% platform fee. No hidden charges. Maximum revenue in your pocket.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Full Customization",
|
||||
description: "White-label your storefront. Brand it as your own with complete design control.",
|
||||
icon: Palette,
|
||||
title: "Full Customization", description: "White-label your storefront. Brand it as your own with complete design control.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Multiple Product Types",
|
||||
description: "Sell eBooks, templates, courses, music, and select physical goods all in one place.",
|
||||
icon: Package,
|
||||
title: "Multiple Product Types", description: "Sell eBooks, templates, courses, music, and select physical goods all in one place.", icon: Package,
|
||||
},
|
||||
{
|
||||
title: "Direct Audience Connection",
|
||||
description: "Own your customer relationships. Build your community without middlemen.",
|
||||
icon: Users,
|
||||
title: "Direct Audience Connection", description: "Own your customer relationships. Build your community without middlemen.", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"
|
||||
imageAlt="Creator platform overview"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -169,20 +131,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10K+",
|
||||
description: "Active creators selling digital products and generating revenue",
|
||||
},
|
||||
id: "1", value: "10K+", description: "Active creators selling digital products and generating revenue"},
|
||||
{
|
||||
id: "2",
|
||||
value: "$50M+",
|
||||
description: "Total creator earnings processed through our platform",
|
||||
},
|
||||
id: "2", value: "$50M+", description: "Total creator earnings processed through our platform"},
|
||||
{
|
||||
id: "3",
|
||||
value: "5%",
|
||||
description: "Industry-leading low platform fee—creators keep the majority",
|
||||
},
|
||||
id: "3", value: "5%", description: "Industry-leading low platform fee—creators keep the majority"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -197,15 +150,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Digital Course Creators",
|
||||
"Music Artists",
|
||||
"Template Designers",
|
||||
"eBook Authors",
|
||||
"Online Educators",
|
||||
"Content Creators",
|
||||
"Design Studios",
|
||||
"Photography Sellers",
|
||||
]}
|
||||
"Digital Course Creators", "Music Artists", "Template Designers", "eBook Authors", "Online Educators", "Content Creators", "Design Studios", "Photography Sellers"]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -215,41 +160,17 @@ export default function HomePage() {
|
||||
<TestimonialCardSixteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez",
|
||||
role: "Course Creator",
|
||||
company: "Design Accelerator",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=1",
|
||||
imageAlt: "Sarah Martinez portrait",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez", role: "Course Creator", company: "Design Accelerator", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "Sarah Martinez portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
role: "Independent Musician",
|
||||
company: "Indie Music Producer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg?_wi=1",
|
||||
imageAlt: "James Chen portrait",
|
||||
},
|
||||
id: "2", name: "James Chen", role: "Independent Musician", company: "Indie Music Producer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg", imageAlt: "James Chen portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Wilson",
|
||||
role: "Template Designer",
|
||||
company: "Creative Assets Co",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=2",
|
||||
imageAlt: "Emma Wilson portrait",
|
||||
},
|
||||
id: "3", name: "Emma Wilson", role: "Template Designer", company: "Creative Assets Co", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", imageAlt: "Emma Wilson portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Johnson",
|
||||
role: "eBook Author",
|
||||
company: "Self-Published Author",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg?_wi=2",
|
||||
imageAlt: "Marcus Johnson portrait",
|
||||
},
|
||||
id: "4", name: "Marcus Johnson", role: "eBook Author", company: "Self-Published Author", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg", imageAlt: "Marcus Johnson portrait"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "10K+", label: "Active sellers" },
|
||||
|
||||
@@ -42,51 +42,22 @@ export default function PricingPage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Getting Started",
|
||||
badgeIcon: Rocket,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for testing the waters",
|
||||
buttons: [{ text: "Start Free", href: "/signup" }],
|
||||
id: "free", badge: "Getting Started", badgeIcon: Rocket,
|
||||
price: "Free", subtitle: "Perfect for testing the waters", buttons: [{ text: "Start Free", href: "/signup" }],
|
||||
features: [
|
||||
"Customizable storefront",
|
||||
"Up to 10 products",
|
||||
"Basic analytics",
|
||||
"Email support",
|
||||
"5% platform fee on sales",
|
||||
],
|
||||
"Customizable storefront", "Up to 10 products", "Basic analytics", "Email support", "5% platform fee on sales"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$29/mo",
|
||||
subtitle: "For growing creators",
|
||||
buttons: [{ text: "Get Started", href: "/signup" }],
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$29/mo", subtitle: "For growing creators", buttons: [{ text: "Get Started", href: "/signup" }],
|
||||
features: [
|
||||
"Unlimited products",
|
||||
"Advanced analytics & reporting",
|
||||
"Customer management tools",
|
||||
"Priority email support",
|
||||
"5% platform fee on sales",
|
||||
"Custom domain support",
|
||||
],
|
||||
"Unlimited products", "Advanced analytics & reporting", "Customer management tools", "Priority email support", "5% platform fee on sales", "Custom domain support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "For Scale",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom",
|
||||
subtitle: "Dedicated support for established creators",
|
||||
buttons: [{ text: "Contact Sales", href: "/contact" }],
|
||||
id: "enterprise", badge: "For Scale", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "Dedicated support for established creators", buttons: [{ text: "Contact Sales", href: "/contact" }],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Dedicated account manager",
|
||||
"Custom integrations",
|
||||
"White-label options",
|
||||
"Negotiated rates",
|
||||
"Premium support",
|
||||
],
|
||||
"Everything in Pro", "Dedicated account manager", "Custom integrations", "White-label options", "Negotiated rates", "Premium support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user