diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index da41626..c74d003 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "How It Works", href: "/how-it-works" }, { label: "Top Products", href: "/products" }, { label: "Pricing", href: "/pricing" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -49,41 +46,23 @@ export default function ContactPage() { const faqItems = [ { - id: "1", - title: "How much can I earn with ProductHuntr?", - content: - "Earnings depend on your social media reach and the products trending in your niche. Most affiliates earn $500-$5,000 per month passively. Top performers earn $10K+. You set your own price points and audience targeting.", - }, + id: "1", title: "How much can I earn with ProductHuntr?", content: + "Earnings depend on your social media reach and the products trending in your niche. Most affiliates earn $500-$5,000 per month passively. Top performers earn $10K+. You set your own price points and audience targeting."}, { - id: "2", - title: "Do I need existing followers to start?", - content: - "No. ProductHuntr works with creators of all sizes. Our AI curates products and creates ready-to-post content for Instagram, TikTok, Pinterest, and Facebook. Start with zero followers and build as you go.", - }, + id: "2", title: "Do I need existing followers to start?", content: + "No. ProductHuntr works with creators of all sizes. Our AI curates products and creates ready-to-post content for Instagram, TikTok, Pinterest, and Facebook. Start with zero followers and build as you go."}, { - id: "3", - title: "Is there any upfront cost?", - content: - "Zero upfront investment. ProductHuntr is completely free. You only earn when you make a sale through your affiliate links. No hidden fees, no monthly charges, no product inventory to buy.", - }, + id: "3", title: "Is there any upfront cost?", content: + "Zero upfront investment. ProductHuntr is completely free. You only earn when you make a sale through your affiliate links. No hidden fees, no monthly charges, no product inventory to buy."}, { - id: "4", - title: "How does the affiliate system work?", - content: - "We've integrated Amazon affiliate links, Walmart, eBay, and Alibaba (ID: 7081197080). When a customer clicks your product link and purchases, you earn commission automatically. Track all earnings on your dashboard in real-time.", - }, + id: "4", title: "How does the affiliate system work?", content: + "We've integrated Amazon affiliate links, Walmart, eBay, and Alibaba (ID: 7081197080). When a customer clicks your product link and purchases, you earn commission automatically. Track all earnings on your dashboard in real-time."}, { - id: "5", - title: "Can I use this on multiple platforms?", - content: - "Yes. Our AI optimizes products for Instagram Stories, Reels, TikTok videos, Pinterest pins, and Facebook feed ads. You can use the same curated products across all platforms simultaneously. One click, multiple channels.", - }, + id: "5", title: "Can I use this on multiple platforms?", content: + "Yes. Our AI optimizes products for Instagram Stories, Reels, TikTok videos, Pinterest pins, and Facebook feed ads. You can use the same curated products across all platforms simultaneously. One click, multiple channels."}, { - id: "6", - title: "How is the AI so accurate at finding winners?", - content: - "Our algorithm analyzes real-time data from millions of products: sales velocity, customer reviews, pricing trends, inventory levels, and traffic patterns. We filter for products with proven consumer demand and high conversion rates. Only the top 5% make it to your feed.", - }, + id: "6", title: "How is the AI so accurate at finding winners?", content: + "Our algorithm analyzes real-time data from millions of products: sales velocity, customer reviews, pricing trends, inventory levels, and traffic patterns. We filter for products with proven consumer demand and high conversion rates. Only the top 5% make it to your feed."}, ]; return ( @@ -93,7 +72,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -109,7 +88,7 @@ export default function ContactPage() { tagIcon={Rocket} title="Ready to Start Earning?" description="Join thousands of product scouts already making passive income with ProductHuntr. No experience needed. No investment required. Sign up now and get your first $100 in commissions free." - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Launch Free Account", href: "#signup" }, { text: "Schedule Demo", href: "/contact" }, diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 4386776..ae15863 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -20,8 +20,7 @@ export default function HowItWorksPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "How It Works", href: "/how-it-works" }, { label: "Top Products", href: "products" }, { label: "Pricing", href: "pricing" }, @@ -29,8 +28,7 @@ export default function HowItWorksPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function HowItWorksPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -55,7 +52,7 @@ export default function HowItWorksPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -70,20 +67,16 @@ export default function HowItWorksPage() { tag="The Process" title="How ProductHuntr Finds and Monetizes Winning Products" description="Our three-step AI system automates the entire product hunting and affiliate marketing process. From scanning global marketplaces to creating social ads to tracking commissions—everything happens automatically while you earn passive income." - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Free", href: "#" }, { text: "Back to Home", href: "/" }, ]} 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=2", - imageAlt: "ProductHuntr AI Dashboard process visualization", - }, + 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 AI Dashboard process visualization"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/network-diagram-showing-connections-betw-1772797252562-799e0075.png?_wi=2", - imageAlt: "Affiliate network system architecture", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/network-diagram-showing-connections-betw-1772797252562-799e0075.png", imageAlt: "Affiliate network system architecture"}, ]} rating={5} ratingText="Trusted by Product Scouts Worldwide" @@ -98,26 +91,11 @@ export default function HowItWorksPage() { tagIcon={Zap} features={[ { - id: "1", - title: "AI Scans Global Marketplaces in Real-Time", - description: "Our machine learning algorithms continuously monitor Amazon, Walmart, Alibaba, and eBay. We track millions of product listings, analyzing sales velocity, customer sentiment, pricing trends, and inventory levels to identify emerging winners before the market saturates.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/illustration-showing-ai-scanning-multipl-1772797251948-85f42a18.png?_wi=2", - imageAlt: "AI scanning multiple marketplaces for trending products", - }, + id: "1", title: "AI Scans Global Marketplaces in Real-Time", description: "Our machine learning algorithms continuously monitor Amazon, Walmart, Alibaba, and eBay. We track millions of product listings, analyzing sales velocity, customer sentiment, pricing trends, and inventory levels to identify emerging winners before the market saturates.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/illustration-showing-ai-scanning-multipl-1772797251948-85f42a18.png", imageAlt: "AI scanning multiple marketplaces for trending products"}, { - id: "2", - title: "Algorithm Filters for Profitability and Consumer Demand", - description: "Not every trending product is profitable. Our filtering engine scores each product by conversion rate, customer satisfaction, repeat purchase rate, and affiliate commission potential. Only the top 5% of products make the cut for distribution to your social channels.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/visualization-of-ai-filtering-and-rankin-1772797252801-10692bc9.png?_wi=2", - imageAlt: "AI filtering products by profitability metrics", - }, + id: "2", title: "Algorithm Filters for Profitability and Consumer Demand", description: "Not every trending product is profitable. Our filtering engine scores each product by conversion rate, customer satisfaction, repeat purchase rate, and affiliate commission potential. Only the top 5% of products make the cut for distribution to your social channels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/visualization-of-ai-filtering-and-rankin-1772797252801-10692bc9.png", imageAlt: "AI filtering products by profitability metrics"}, { - id: "3", - title: "Products Automatically Formatted for Social Platforms", - description: "Your curated products are automatically optimized for Instagram Reels, TikTok, Pinterest pins, and Facebook ads. Copy, hashtags, and CTAs are generated based on platform best practices and audience behavior. Affiliate links are pre-integrated. Just post and watch commissions roll in.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/illustration-showing-curated-products-be-1772797253212-be0dc6f2.png?_wi=2", - imageAlt: "Products distributed to social media platforms", - }, + id: "3", title: "Products Automatically Formatted for Social Platforms", description: "Your curated products are automatically optimized for Instagram Reels, TikTok, Pinterest pins, and Facebook ads. Copy, hashtags, and CTAs are generated based on platform best practices and audience behavior. Affiliate links are pre-integrated. Just post and watch commissions roll in.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/illustration-showing-curated-products-be-1772797253212-be0dc6f2.png", imageAlt: "Products distributed to social media platforms"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -134,21 +112,9 @@ export default function HowItWorksPage() { tagIcon={BarChart3} metrics={[ { - id: "1", - value: "50K+", - title: "Products Analyzed Daily", - description: "Global marketplace scanning across all major retailers", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/visualization-showing-thousands-of-produ-1772797251927-695004ad.png?_wi=2", - imageAlt: "Database metrics showing products analyzed", - }, + id: "1", value: "50K+", title: "Products Analyzed Daily", description: "Global marketplace scanning across all major retailers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/visualization-showing-thousands-of-produ-1772797251927-695004ad.png", imageAlt: "Database metrics showing products analyzed"}, { - id: "2", - value: "94%", - title: "Conversion Success Rate", - description: "Only high-performing, profitable products recommended", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/analytics-dashboard-showing-conversion-r-1772797252476-a60ac16b.png?_wi=2", - imageAlt: "Conversion metrics dashboard", - }, + id: "2", value: "94%", title: "Conversion Success Rate", description: "Only high-performing, profitable products recommended", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/analytics-dashboard-showing-conversion-r-1772797252476-a60ac16b.png", imageAlt: "Conversion metrics dashboard"}, ]} animationType="slide-up" textboxLayout="default" diff --git a/src/app/page.tsx b/src/app/page.tsx index 63ba4cf..b9941c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -43,20 +43,16 @@ export default function HomePage() {
@@ -182,29 +138,17 @@ export default function HomePage() { author="Marcus Chen, Digital Entrepreneur" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-a-diverse-young-1772797250630-4287d482.png", - alt: "Marcus Chen", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-a-diverse-young-1772797250630-4287d482.png", alt: "Marcus Chen"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-different-diver-1772797252125-fac3a3f2.png", - alt: "Sarah Johnson", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-different-diver-1772797252125-fac3a3f2.png", alt: "Sarah Johnson"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-another-diverse-1772797251478-332f24a9.png", - alt: "David Rodriguez", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-another-diverse-1772797251478-332f24a9.png", alt: "David Rodriguez"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-diverse-profess-1772797251152-73d52bb3.png", - alt: "Emily Park", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-diverse-profess-1772797251152-73d52bb3.png", alt: "Emily Park"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-another-diverse-1772797251262-63e59fdb.png", - alt: "James Wilson", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-another-diverse-1772797251262-63e59fdb.png", alt: "James Wilson"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-diverse-profess-1772797250915-c9a8289c.png", - alt: "Lisa Anderson", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZPWQCWDl0BG7OaRt0W4bMN2B9/professional-headshot-of-diverse-profess-1772797250915-c9a8289c.png", alt: "Lisa Anderson"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -221,35 +165,17 @@ export default function HomePage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How much can I earn with ProductHuntr?", - content: "Earnings depend on your social media reach and the products trending in your niche. Most affiliates earn $500-$5,000 per month passively. Top performers earn $10K+. You set your own price points and audience targeting.", - }, + id: "1", title: "How much can I earn with ProductHuntr?", content: "Earnings depend on your social media reach and the products trending in your niche. Most affiliates earn $500-$5,000 per month passively. Top performers earn $10K+. You set your own price points and audience targeting."}, { - id: "2", - title: "Do I need existing followers to start?", - content: "No. ProductHuntr works with creators of all sizes. Our AI curates products and creates ready-to-post content for Instagram, TikTok, Pinterest, and Facebook. Start with zero followers and build as you go.", - }, + id: "2", title: "Do I need existing followers to start?", content: "No. ProductHuntr works with creators of all sizes. Our AI curates products and creates ready-to-post content for Instagram, TikTok, Pinterest, and Facebook. Start with zero followers and build as you go."}, { - id: "3", - title: "Is there any upfront cost?", - content: "Zero upfront investment. ProductHuntr is completely free. You only earn when you make a sale through your affiliate links. No hidden fees, no monthly charges, no product inventory to buy.", - }, + id: "3", title: "Is there any upfront cost?", content: "Zero upfront investment. ProductHuntr is completely free. You only earn when you make a sale through your affiliate links. No hidden fees, no monthly charges, no product inventory to buy."}, { - id: "4", - title: "How does the affiliate system work?", - content: "We've integrated Amazon affiliate links, Walmart, eBay, and Alibaba (ID: 7081197080). When a customer clicks your product link and purchases, you earn commission automatically. Track all earnings on your dashboard in real-time.", - }, + id: "4", title: "How does the affiliate system work?", content: "We've integrated Amazon affiliate links, Walmart, eBay, and Alibaba (ID: 7081197080). When a customer clicks your product link and purchases, you earn commission automatically. Track all earnings on your dashboard in real-time."}, { - id: "5", - title: "Can I use this on multiple platforms?", - content: "Yes. Our AI optimizes products for Instagram Stories, Reels, TikTok videos, Pinterest pins, and Facebook feed ads. You can use the same curated products across all platforms simultaneously. One click, multiple channels.", - }, + id: "5", title: "Can I use this on multiple platforms?", content: "Yes. Our AI optimizes products for Instagram Stories, Reels, TikTok videos, Pinterest pins, and Facebook feed ads. You can use the same curated products across all platforms simultaneously. One click, multiple channels."}, { - id: "6", - title: "How is the AI so accurate at finding winners?", - content: "Our algorithm analyzes real-time data from millions of products: sales velocity, customer reviews, pricing trends, inventory levels, and traffic patterns. We filter for products with proven consumer demand and high conversion rates. Only the top 5% make it to your feed.", - }, + id: "6", title: "How is the AI so accurate at finding winners?", content: "Our algorithm analyzes real-time data from millions of products: sales velocity, customer reviews, pricing trends, inventory levels, and traffic patterns. We filter for products with proven consumer demand and high conversion rates. Only the top 5% make it to your feed."}, ]} />
@@ -260,7 +186,7 @@ export default function HomePage() { tagIcon={Rocket} title="Ready to Start Earning?" description="Join thousands of product scouts already making passive income with ProductHuntr. No experience needed. No investment required. Sign up now and get your first $100 in commissions free." - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Launch Free Account", href: "#signup" }, { text: "Schedule Demo", href: "/contact" }, @@ -273,8 +199,7 @@ export default function HomePage() {