Update src/app/pricing/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function PricingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -37,20 +37,16 @@ export default function PricingPage() {
|
||||
|
||||
<div id="pricing-hero" data-section="pricing-hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Simple Pricing"
|
||||
tagIcon={Sparkles}
|
||||
title="Zero Cost. Maximum Earnings. 100% Transparent."
|
||||
description="ProductHuntr is completely free to join. We don't charge subscription fees, setup costs, or commissions. You only make money when your audience buys. Perfect for entrepreneurs, content creators, and anyone wanting passive income with zero risk."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/a-sleek-ai-product-hunting-dashboard-dis-1772797252298-0e709f90.png?_wi=3",
|
||||
imageAlt: "ProductHuntr pricing dashboard and earnings tracker",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/a-sleek-ai-product-hunting-dashboard-dis-1772797252298-0e709f90.png", imageAlt: "ProductHuntr pricing dashboard and earnings tracker"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/analytics-dashboard-showing-conversion-r-1772797252476-a60ac16b.png?_wi=4",
|
||||
imageAlt: "Real-time earnings and conversion analytics",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/analytics-dashboard-showing-conversion-r-1772797252476-a60ac16b.png", imageAlt: "Real-time earnings and conversion analytics"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="10K+ scouts already earning passive income"
|
||||
@@ -69,15 +65,7 @@ export default function PricingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Amazon Affiliates - 1-10% commission",
|
||||
"Walmart Partnership - 2-15% commission",
|
||||
"eBay Affiliate - 2-4% commission",
|
||||
"Alibaba Affiliation - Custom rates available",
|
||||
"No hidden fees or deductions",
|
||||
"Fast payment processing",
|
||||
"Real-time earnings tracking",
|
||||
"Lifetime cookies on purchases",
|
||||
]}
|
||||
"Amazon Affiliates - 1-10% commission", "Walmart Partnership - 2-15% commission", "eBay Affiliate - 2-4% commission", "Alibaba Affiliation - Custom rates available", "No hidden fees or deductions", "Fast payment processing", "Real-time earnings tracking", "Lifetime cookies on purchases"]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -89,7 +77,7 @@ export default function PricingPage() {
|
||||
tagIcon={Rocket}
|
||||
title="Your First Earnings Could Be Days Away"
|
||||
description="No credit card required. No hidden costs. No commitments. Set up your free account in seconds and start sharing curated products with your audience. Your first $100 is guaranteed if you follow our 3-step guide."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Launch Free Account Now", href: "#" },
|
||||
{ text: "Schedule a 15-Min Demo", href: "#" },
|
||||
@@ -102,8 +90,7 @@ export default function PricingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "Top Products", href: "/products" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -111,8 +98,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -120,8 +106,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user