Merge version_2 into main #2
@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Creator Hub - Sell Courses, Products & Memberships",
|
||||
description: "Empower your creative business. Sell online courses, digital products, merchandise, and subscriptions. Keep 90% of every sale with Creator Hub's transparent commission model.",
|
||||
keywords: "creator marketplace, course platform, digital products, merchandise store, subscription platform, creator economy",
|
||||
metadataBase: new URL("https://creatorhub.example.com"),
|
||||
title: "Creator Hub - Sell Courses, Products & Memberships", description: "Empower your creative business. Sell online courses, digital products, merchandise, and subscriptions. Keep 90% of every sale with Creator Hub's transparent commission model.", keywords: "creator marketplace, course platform, digital products, merchandise store, subscription platform, creator economy", metadataBase: new URL("https://creatorhub.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://creatorhub.example.com",
|
||||
},
|
||||
canonical: "https://creatorhub.example.com"},
|
||||
openGraph: {
|
||||
title: "Creator Hub - Sell Courses, Products & Memberships",
|
||||
description: "Empower your creative business. Sell online courses, digital products, merchandise, and subscriptions. Keep 90% of every sale.",
|
||||
url: "https://creatorhub.example.com",
|
||||
siteName: "Creator Hub",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Creator Hub - Sell Courses, Products & Memberships", description: "Empower your creative business. Sell online courses, digital products, merchandise, and subscriptions. Keep 90% of every sale.", url: "https://creatorhub.example.com", siteName: "Creator Hub", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-modern-creator-marketplace-pla-1772853181960-9dfc08d5.png",
|
||||
alt: "Creator Hub Marketplace Platform",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-modern-creator-marketplace-pla-1772853181960-9dfc08d5.png", alt: "Creator Hub Marketplace Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Creator Hub - Sell Courses, Products & Memberships",
|
||||
description: "Empower your creative business. Keep 90% of every sale on Creator Hub.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-modern-creator-marketplace-pla-1772853181960-9dfc08d5.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Creator Hub - Sell Courses, Products & Memberships", description: "Empower your creative business. Keep 90% of every sale on Creator Hub.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-modern-creator-marketplace-pla-1772853181960-9dfc08d5.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1441,4 +1423,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
352
src/app/page.tsx
352
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "For Creators", href: "/creator-signup" },
|
||||
{ label: "For Buyers", href: "/creators" },
|
||||
{ label: "Features", href: "#features" },
|
||||
@@ -35,8 +34,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -45,8 +43,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Creator Guide", href: "/guide" },
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "Support", href: "/support" },
|
||||
@@ -55,8 +52,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
@@ -84,9 +80,7 @@ export default function HomePage() {
|
||||
brandName="Creator Hub"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Selling",
|
||||
href: "/creator-signup",
|
||||
}}
|
||||
text: "Start Selling", href: "/creator-signup"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,50 +97,29 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Selling Now",
|
||||
href: "/creator-signup",
|
||||
},
|
||||
text: "Start Selling Now", href: "/creator-signup"},
|
||||
{
|
||||
text: "Browse Products",
|
||||
href: "/creators",
|
||||
},
|
||||
text: "Browse Products", href: "/creators"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "Course Creator, 50K+ Students",
|
||||
testimonial: "I went from freelancing to building a sustainable creator business. Creator Hub's commission structure is the best in the industry.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853181439-a643d0e5.png?_wi=1",
|
||||
},
|
||||
name: "Sarah Chen", handle: "Course Creator, 50K+ Students", testimonial: "I went from freelancing to building a sustainable creator business. Creator Hub's commission structure is the best in the industry.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853181439-a643d0e5.png?_wi=1"},
|
||||
{
|
||||
name: "Marcus Williams",
|
||||
handle: "Digital Product Seller, $200K ARR",
|
||||
testimonial: "The 10% commission model is game-changing. I keep more revenue and my customers get better pricing. Win-win.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180761-de913585.png?_wi=1",
|
||||
},
|
||||
name: "Marcus Williams", handle: "Digital Product Seller, $200K ARR", testimonial: "The 10% commission model is game-changing. I keep more revenue and my customers get better pricing. Win-win.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180761-de913585.png?_wi=1"},
|
||||
{
|
||||
name: "Priya Patel",
|
||||
handle: "Merch Business Owner, 15K Products",
|
||||
testimonial: "Managing inventory and orders is seamless. Plus, the built-in payment processing saves me hours every week.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-dive-1772853181171-4fe265d5.png?_wi=1",
|
||||
},
|
||||
name: "Priya Patel", handle: "Merch Business Owner, 15K Products", testimonial: "Managing inventory and orders is seamless. Plus, the built-in payment processing saves me hours every week.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-dive-1772853181171-4fe265d5.png?_wi=1"},
|
||||
{
|
||||
name: "Alex Rodriguez",
|
||||
handle: "Subscription Content Creator, 5K Members",
|
||||
testimonial: "Creator Hub powers my subscription business flawlessly. The recurring billing and member management is incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180274-9deb77b7.png?_wi=1",
|
||||
},
|
||||
name: "Alex Rodriguez", handle: "Subscription Content Creator, 5K Members", testimonial: "Creator Hub powers my subscription business flawlessly. The recurring billing and member management is incredible.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180274-9deb77b7.png?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,110 +132,78 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Online Courses & Learning Platform",
|
||||
description: "Create structured courses with video lessons, downloadable resources, and progress tracking for your students.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-clean-course-platform-interface-showin-1772853181753-dd55e58e.png?_wi=1",
|
||||
},
|
||||
id: "1", title: "Online Courses & Learning Platform", description: "Create structured courses with video lessons, downloadable resources, and progress tracking for your students.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-clean-course-platform-interface-showin-1772853181753-dd55e58e.png?_wi=1"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Multi-lesson course builder",
|
||||
},
|
||||
text: "Multi-lesson course builder"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Video upload & streaming",
|
||||
},
|
||||
text: "Video upload & streaming"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Progress tracking",
|
||||
},
|
||||
text: "Progress tracking"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Student enrollment management",
|
||||
},
|
||||
text: "Student enrollment management"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Digital Product Sales",
|
||||
description: "Sell PDFs, ebooks, templates, software, and downloadable files with secure access and instant delivery.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-digital-product-storefront-showing-pdf-1772853182528-18982f8c.png?_wi=1",
|
||||
},
|
||||
id: "2", title: "Digital Product Sales", description: "Sell PDFs, ebooks, templates, software, and downloadable files with secure access and instant delivery.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-digital-product-storefront-showing-pdf-1772853182528-18982f8c.png?_wi=1"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Secure file delivery",
|
||||
},
|
||||
text: "Secure file delivery"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Multiple format support",
|
||||
},
|
||||
text: "Multiple format support"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Download tracking",
|
||||
},
|
||||
text: "Download tracking"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Instant customer access",
|
||||
},
|
||||
text: "Instant customer access"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Physical Merchandise Store",
|
||||
description: "Sell branded merchandise with built-in inventory management, size/color variants, and order fulfillment tracking.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-physical-merchandise-storefront-showin-1772853182107-2abbfd25.png?_wi=1",
|
||||
},
|
||||
id: "3", title: "Physical Merchandise Store", description: "Sell branded merchandise with built-in inventory management, size/color variants, and order fulfillment tracking.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-physical-merchandise-storefront-showin-1772853182107-2abbfd25.png?_wi=1"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Product variants & SKUs",
|
||||
},
|
||||
text: "Product variants & SKUs"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Inventory management",
|
||||
},
|
||||
text: "Inventory management"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Order tracking",
|
||||
},
|
||||
text: "Order tracking"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Shipping integration",
|
||||
},
|
||||
text: "Shipping integration"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Subscription Memberships",
|
||||
description: "Offer recurring memberships with member-only content, tiered access levels, and flexible billing options.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-subscription-membership-dashboard-show-1772853182049-4191d0c7.png?_wi=1",
|
||||
},
|
||||
id: "4", title: "Subscription Memberships", description: "Offer recurring memberships with member-only content, tiered access levels, and flexible billing options.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-subscription-membership-dashboard-show-1772853182049-4191d0c7.png?_wi=1"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Recurring billing",
|
||||
},
|
||||
text: "Recurring billing"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Multiple tier support",
|
||||
},
|
||||
text: "Multiple tier support"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Member-only content",
|
||||
},
|
||||
text: "Member-only content"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Flexible cancellation",
|
||||
},
|
||||
text: "Flexible cancellation"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -284,9 +225,7 @@ export default function HomePage() {
|
||||
imageAlt="Creator Hub Platform Interface"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Now",
|
||||
href: "/creator-signup",
|
||||
},
|
||||
text: "Get Started Now", href: "/creator-signup"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
@@ -296,86 +235,34 @@ export default function HomePage() {
|
||||
<div id="pricing-section" data-section="pricing-section">
|
||||
<PricingCardNine
|
||||
title="Transparent Commission Model"
|
||||
description="No hidden fees. You keep 90% of every sale, we take 10% to operate the platform and process payments. That's it."
|
||||
description="Trusted by 15K+ creators earning $50M+ annually. No hidden fees. You keep 90% of every sale, we take 10% to operate the platform and process payments. That's it."
|
||||
tag="Fair Creator Economics"
|
||||
tagIcon={DollarSign}
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "courses",
|
||||
title: "Online Courses",
|
||||
price: "90%",
|
||||
period: "earnings kept",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-clean-course-platform-interface-showin-1772853181753-dd55e58e.png?_wi=2",
|
||||
imageAlt: "Online Courses Platform",
|
||||
features: [
|
||||
"Unlimited course creation",
|
||||
"Video hosting & streaming",
|
||||
"Student progress tracking",
|
||||
"Certificate generation",
|
||||
"Email student notifications",
|
||||
],
|
||||
id: "courses", title: "Online Courses", price: "90%", period: "earnings kept", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-clean-course-platform-interface-showin-1772853181753-dd55e58e.png?_wi=2", imageAlt: "Online Courses Platform", features: [
|
||||
"Unlimited course creation", "Video hosting & streaming", "Student progress tracking", "Certificate generation", "Email student notifications"],
|
||||
button: {
|
||||
text: "Create a Course",
|
||||
href: "/creator-signup",
|
||||
},
|
||||
text: "Create a Course", href: "/creator-signup"},
|
||||
},
|
||||
{
|
||||
id: "digital",
|
||||
title: "Digital Products",
|
||||
price: "90%",
|
||||
period: "earnings kept",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-digital-product-storefront-showing-pdf-1772853182528-18982f8c.png?_wi=2",
|
||||
imageAlt: "Digital Products Store",
|
||||
features: [
|
||||
"Unlimited product uploads",
|
||||
"Secure file delivery",
|
||||
"Automatic access on purchase",
|
||||
"Download statistics",
|
||||
"Multiple format support",
|
||||
],
|
||||
id: "digital", title: "Digital Products", price: "90%", period: "earnings kept", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-digital-product-storefront-showing-pdf-1772853182528-18982f8c.png?_wi=2", imageAlt: "Digital Products Store", features: [
|
||||
"Unlimited product uploads", "Secure file delivery", "Automatic access on purchase", "Download statistics", "Multiple format support"],
|
||||
button: {
|
||||
text: "Sell Digital Products",
|
||||
href: "/creator-signup",
|
||||
},
|
||||
text: "Sell Digital Products", href: "/creator-signup"},
|
||||
},
|
||||
{
|
||||
id: "merch",
|
||||
title: "Merchandise & Physical Products",
|
||||
price: "90%",
|
||||
period: "earnings kept",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-physical-merchandise-storefront-showin-1772853182107-2abbfd25.png?_wi=2",
|
||||
imageAlt: "Merchandise Store",
|
||||
features: [
|
||||
"Product variants management",
|
||||
"Inventory tracking",
|
||||
"Order fulfillment tools",
|
||||
"Shipping integration",
|
||||
"Customer order history",
|
||||
],
|
||||
id: "merch", title: "Merchandise & Physical Products", price: "90%", period: "earnings kept", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-physical-merchandise-storefront-showin-1772853182107-2abbfd25.png?_wi=2", imageAlt: "Merchandise Store", features: [
|
||||
"Product variants management", "Inventory tracking", "Order fulfillment tools", "Shipping integration", "Customer order history"],
|
||||
button: {
|
||||
text: "Launch Merch Store",
|
||||
href: "/creator-signup",
|
||||
},
|
||||
text: "Launch Merch Store", href: "/creator-signup"},
|
||||
},
|
||||
{
|
||||
id: "subscription",
|
||||
title: "Subscription Memberships",
|
||||
price: "90%",
|
||||
period: "earnings kept",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-subscription-membership-dashboard-show-1772853182049-4191d0c7.png?_wi=2",
|
||||
imageAlt: "Subscription Membership Platform",
|
||||
features: [
|
||||
"Recurring billing automation",
|
||||
"Multiple tier levels",
|
||||
"Member-only content access",
|
||||
"Flexible cancellation options",
|
||||
"Revenue analytics dashboard",
|
||||
],
|
||||
id: "subscription", title: "Subscription Memberships", price: "90%", period: "earnings kept", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-subscription-membership-dashboard-show-1772853182049-4191d0c7.png?_wi=2", imageAlt: "Subscription Membership Platform", features: [
|
||||
"Recurring billing automation", "Multiple tier levels", "Member-only content access", "Flexible cancellation options", "Revenue analytics dashboard"],
|
||||
button: {
|
||||
text: "Create Memberships",
|
||||
href: "/creator-signup",
|
||||
},
|
||||
text: "Create Memberships", href: "/creator-signup"},
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -393,37 +280,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15K+",
|
||||
title: "Active Creators",
|
||||
description: "Growing community of creators earning daily",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-modern-creator-marketplace-pla-1772853181960-9dfc08d5.png?_wi=3",
|
||||
imageAlt: "Active Creators Community",
|
||||
},
|
||||
id: "1", value: "15K+", title: "Active Creators", description: "Growing community of creators earning daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-modern-creator-marketplace-pla-1772853181960-9dfc08d5.png?_wi=3", imageAlt: "Active Creators Community"},
|
||||
{
|
||||
id: "2",
|
||||
value: "$50M+",
|
||||
title: "Total Creator Earnings",
|
||||
description: "Paid directly to creators' wallets",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-clean-course-platform-interface-showin-1772853181753-dd55e58e.png?_wi=3",
|
||||
imageAlt: "Creator Earnings",
|
||||
},
|
||||
id: "2", value: "$50M+", title: "Total Creator Earnings", description: "Paid directly to creators' wallets", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-clean-course-platform-interface-showin-1772853181753-dd55e58e.png?_wi=3", imageAlt: "Creator Earnings"},
|
||||
{
|
||||
id: "3",
|
||||
value: "500K+",
|
||||
title: "Active Customers",
|
||||
description: "Buying courses, products, and subscriptions",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-digital-product-storefront-showing-pdf-1772853182528-18982f8c.png?_wi=3",
|
||||
imageAlt: "Customer Community",
|
||||
},
|
||||
id: "3", value: "500K+", title: "Active Customers", description: "Buying courses, products, and subscriptions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-digital-product-storefront-showing-pdf-1772853182528-18982f8c.png?_wi=3", imageAlt: "Customer Community"},
|
||||
{
|
||||
id: "4",
|
||||
value: "2M+",
|
||||
title: "Products & Courses",
|
||||
description: "Available across the platform",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-physical-merchandise-storefront-showin-1772853182107-2abbfd25.png?_wi=3",
|
||||
imageAlt: "Product Catalog",
|
||||
},
|
||||
id: "4", value: "2M+", title: "Products & Courses", description: "Available across the platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-physical-merchandise-storefront-showin-1772853182107-2abbfd25.png?_wi=3", imageAlt: "Product Catalog"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -435,41 +298,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853181439-a643d0e5.png?_wi=2",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853181439-a643d0e5.png?_wi=2", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Williams",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180761-de913585.png?_wi=2",
|
||||
imageAlt: "Marcus Williams",
|
||||
},
|
||||
id: "2", name: "Marcus Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180761-de913585.png?_wi=2", imageAlt: "Marcus Williams"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Patel",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-dive-1772853181171-4fe265d5.png?_wi=2",
|
||||
imageAlt: "Priya Patel",
|
||||
},
|
||||
id: "3", name: "Priya Patel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-dive-1772853181171-4fe265d5.png?_wi=2", imageAlt: "Priya Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex Rodriguez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180274-9deb77b7.png?_wi=2",
|
||||
imageAlt: "Alex Rodriguez",
|
||||
},
|
||||
id: "4", name: "Alex Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853180274-9deb77b7.png?_wi=2", imageAlt: "Alex Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-crea-1772853180983-fdba1463.png?_wi=1",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-crea-1772853180983-fdba1463.png?_wi=1", imageAlt: "Jessica Lee"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Thompson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853181598-b7dded2b.png?_wi=1",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
id: "6", name: "David Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/professional-headshot-portrait-of-a-succ-1772853181598-b7dded2b.png?_wi=1", imageAlt: "David Thompson"},
|
||||
]}
|
||||
cardTitle="Over 15,000 creators trust Creator Hub to power their businesses and reach their audiences."
|
||||
cardTag="Trusted by Thousands"
|
||||
@@ -487,23 +326,9 @@ export default function HomePage() {
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Stripe",
|
||||
"PayPal",
|
||||
"Square",
|
||||
"Twilio",
|
||||
"AWS",
|
||||
"Google Cloud",
|
||||
"SendGrid",
|
||||
"Segment",
|
||||
]}
|
||||
"Stripe", "PayPal", "Square", "Twilio", "AWS", "Google Cloud", "SendGrid", "Segment"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/stripe-payment-platform-logo-professiona-1772853180804-1d740675.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/paypal-company-logo-professional-brand-m-1772853181532-2bb0872a.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/square-payments-company-logo-professiona-1772853180175-a59d1950.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/twilio-communications-platform-logo-prof-1772853179796-c8b57954.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/amazon-web-services-aws-logo-professiona-1772853180565-60eeef64.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/google-cloud-platform-logo-professional--1772853181393-b7f42cce.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/stripe-payment-platform-logo-professiona-1772853180804-1d740675.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/paypal-company-logo-professional-brand-m-1772853181532-2bb0872a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/square-payments-company-logo-professiona-1772853180175-a59d1950.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/twilio-communications-platform-logo-prof-1772853179796-c8b57954.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/amazon-web-services-aws-logo-professiona-1772853180565-60eeef64.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/google-cloud-platform-logo-professional--1772853181393-b7f42cce.png"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -515,45 +340,21 @@ export default function HomePage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What percentage commission does Creator Hub take?",
|
||||
content: "Creator Hub takes a simple 10% commission on every transaction. You keep 90% of your earnings and can withdraw them anytime. No hidden fees, no surprises.",
|
||||
},
|
||||
id: "1", title: "What percentage commission does Creator Hub take?", content: "Creator Hub takes a simple 10% commission on every transaction. You keep 90% of your earnings and can withdraw them anytime. No hidden fees, no surprises."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What payment methods do you support?",
|
||||
content: "We support Stripe, PayPal, Square, credit/debit cards, Apple Pay, and Google Pay. Customers can choose their preferred payment method at checkout.",
|
||||
},
|
||||
id: "2", title: "What payment methods do you support?", content: "We support Stripe, PayPal, Square, credit/debit cards, Apple Pay, and Google Pay. Customers can choose their preferred payment method at checkout."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How often can I withdraw my earnings?",
|
||||
content: "You can withdraw your earnings anytime. Payouts are typically processed within 1-2 business days to your connected bank account or payment method.",
|
||||
},
|
||||
id: "3", title: "How often can I withdraw my earnings?", content: "You can withdraw your earnings anytime. Payouts are typically processed within 1-2 business days to your connected bank account or payment method."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I sell all product types on one store?",
|
||||
content: "Yes! You can mix and match courses, digital products, merchandise, and subscriptions all in one store. Customers can browse and purchase everything from your storefront.",
|
||||
},
|
||||
id: "4", title: "Can I sell all product types on one store?", content: "Yes! You can mix and match courses, digital products, merchandise, and subscriptions all in one store. Customers can browse and purchase everything from your storefront."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there a maximum number of products I can sell?",
|
||||
content: "No limits! Create as many courses, digital products, merchandise items, and subscription tiers as you want. The platform scales with your business.",
|
||||
},
|
||||
id: "5", title: "Is there a maximum number of products I can sell?", content: "No limits! Create as many courses, digital products, merchandise items, and subscription tiers as you want. The platform scales with your business."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do I need technical skills to set up my store?",
|
||||
content: "No technical skills required! Our intuitive drag-and-drop store builder makes it easy for anyone to launch their creator business in minutes. We handle all the technical complexity.",
|
||||
},
|
||||
id: "6", title: "Do I need technical skills to set up my store?", content: "No technical skills required! Our intuitive drag-and-drop store builder makes it easy for anyone to launch their creator business in minutes. We handle all the technical complexity."},
|
||||
{
|
||||
id: "7",
|
||||
title: "What happens with customer data and analytics?",
|
||||
content: "You own all your customer data. We provide comprehensive analytics showing sales, revenue, customer growth, conversion rates, and more. Your data stays yours.",
|
||||
},
|
||||
id: "7", title: "What happens with customer data and analytics?", content: "You own all your customer data. We provide comprehensive analytics showing sales, revenue, customer growth, conversion rates, and more. Your data stays yours."},
|
||||
{
|
||||
id: "8",
|
||||
title: "Can I customize my store's branding?",
|
||||
content: "Absolutely! Customize your store colors, logo, banner, bio, and storefront design. Your brand should shine through.",
|
||||
},
|
||||
id: "8", title: "Can I customize my store's branding?", content: "Absolutely! Customize your store colors, logo, banner, bio, and storefront design. Your brand should shine through."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-newsletter-or-email-signup-int-1772853181637-5c134a0d.png?_wi=1"
|
||||
imageAlt="Creator Hub Support"
|
||||
@@ -580,8 +381,7 @@ export default function HomePage() {
|
||||
tagIcon={Mail}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbEvIFOHkd1X9zAbNGc0ZPa0Dv/a-vibrant-newsletter-or-email-signup-int-1772853181637-5c134a0d.png?_wi=2"
|
||||
imageAlt="Join Creator Hub Community"
|
||||
@@ -602,4 +402,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user