From be146d114b71d68b181642dcebcea92c070f0ad2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:09:04 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 62 ++++++++++++------------------------------ 1 file changed, 18 insertions(+), 44 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1b348e9..e5ecf02 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,7 +27,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -54,7 +54,7 @@ export default function AboutPage() { tag="About RedditPro" tagIcon={Target} tagAnimation="blur-reveal" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/illustration-showing-diverse-reddit-comm-1772528629337-792ac6c3.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/illustration-showing-diverse-reddit-comm-1772528629337-792ac6c3.png" imageAlt="Our mission to unlock Reddit for B2B sales" buttons={[{ text: "Explore Features", href: "/#features" }]} buttonAnimation="slide-up" @@ -71,47 +71,27 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Authenticity in Prospecting", - author: "Ethical First", - description: - "We believe in genuine connections. Our AI respects user privacy and focuses on real intent signals—never spam, never manipulation. We engage with Reddit communities the way humans should.", - tags: ["Ethics", "Trust"], + id: "1", title: "Authenticity in Prospecting", author: "Ethical First", description: + "We believe in genuine connections. Our AI respects user privacy and focuses on real intent signals—never spam, never manipulation. We engage with Reddit communities the way humans should.", tags: ["Ethics", "Trust"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-detection-engine-visualization-showin-1772528624247-0966f7f4.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-detection-engine-visualization-showin-1772528624247-0966f7f4.png"}, { - id: "2", - title: "Innovation Through Data", - author: "Intelligence-Led", - description: - "Our AI models continuously evolve to deliver better lead quality and deeper insights. We invest heavily in machine learning to stay ahead of market trends and help teams make smarter decisions.", - tags: ["AI", "Learning"], + id: "2", title: "Innovation Through Data", author: "Intelligence-Led", description: + "Our AI models continuously evolve to deliver better lead quality and deeper insights. We invest heavily in machine learning to stay ahead of market trends and help teams make smarter decisions.", tags: ["AI", "Learning"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/lead-qualification-scoring-system-interf-1772528623179-fed06cdb.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/lead-qualification-scoring-system-interf-1772528623179-fed06cdb.png"}, { - id: "3", - title: "Customer Success First", - author: "Results-Oriented", - description: - "Your success is our success. We're committed to helping you find high-quality leads that convert. Our support team is always ready to help you maximize ROI from Reddit prospecting.", - tags: ["Support", "ROI"], + id: "3", title: "Customer Success First", author: "Results-Oriented", description: + "Your success is our success. We're committed to helping you find high-quality leads that convert. Our support team is always ready to help you maximize ROI from Reddit prospecting.", tags: ["Support", "ROI"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/comprehensive-reporting-dashboard-showin-1772528623301-df5348e1.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/comprehensive-reporting-dashboard-showin-1772528623301-df5348e1.png"}, { - id: "4", - title: "Transparent Operations", - author: "No Hidden Agendas", - description: - "We believe in clear pricing, honest reporting, and straightforward communication. No surprises, no hidden fees. You know exactly what you're getting with RedditPro.", - tags: ["Transparency", "Honesty"], + id: "4", title: "Transparent Operations", author: "No Hidden Agendas", description: + "We believe in clear pricing, honest reporting, and straightforward communication. No surprises, no hidden fees. You know exactly what you're getting with RedditPro.", tags: ["Transparency", "Honesty"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png"}, ]} - animationType="entrance-slide" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -143,19 +123,13 @@ export default function AboutPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/redditpro", - ariaLabel: "RedditPro on Twitter", - }, + href: "https://twitter.com/redditpro", ariaLabel: "RedditPro on Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/redditpro", - ariaLabel: "RedditPro on LinkedIn", - }, + href: "https://linkedin.com/company/redditpro", ariaLabel: "RedditPro on LinkedIn"}, { icon: Github, - href: "https://github.com/redditpro", - ariaLabel: "RedditPro on GitHub", - }, + href: "https://github.com/redditpro", ariaLabel: "RedditPro on GitHub"}, ]} /> -- 2.49.1 From 0d07c9eb54326d02c441a9ea7f76daf65966ce58 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:09:05 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 104 +++++++++++---------------------------- 1 file changed, 30 insertions(+), 74 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9b35aea..c8fe46f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,7 +24,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -68,47 +68,27 @@ export default function ContactPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Email Support", - author: "response within 24 hours", - description: - "Email our support team at support@redditpro.io for questions about your account, features, or implementation. We aim to respond within 24 hours during business days.", - tags: ["Support", "Email"], + id: "1", title: "Email Support", author: "response within 24 hours", description: + "Email our support team at support@redditpro.io for questions about your account, features, or implementation. We aim to respond within 24 hours during business days.", tags: ["Support", "Email"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png"}, { - id: "2", - title: "Live Chat", - author: "available during business hours", - description: - "Get instant help through our in-app chat feature. Available Monday-Friday, 9 AM-6 PM EST. Our support team can answer questions and help troubleshoot issues in real time.", - tags: ["Support", "Chat"], + id: "2", title: "Live Chat", author: "available during business hours", description: + "Get instant help through our in-app chat feature. Available Monday-Friday, 9 AM-6 PM EST. Our support team can answer questions and help troubleshoot issues in real time.", tags: ["Support", "Chat"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/reddit-community-engagement-tracking-int-1772528623424-b13195e5.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/reddit-community-engagement-tracking-int-1772528623424-b13195e5.png"}, { - id: "3", - title: "Sales Team", - author: "for custom enterprise solutions", - description: - "Interested in enterprise pricing or custom integration? Contact our sales team at sales@redditpro.io. We'll work with you to find the perfect solution for your organization.", - tags: ["Sales", "Enterprise"], + id: "3", title: "Sales Team", author: "for custom enterprise solutions", description: + "Interested in enterprise pricing or custom integration? Contact our sales team at sales@redditpro.io. We'll work with you to find the perfect solution for your organization.", tags: ["Sales", "Enterprise"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/crm-and-workflow-automation-integration--1772528623786-f934d8dc.png?_wi=3", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/crm-and-workflow-automation-integration--1772528623786-f934d8dc.png"}, { - id: "4", - title: "Documentation & Resources", - author: "learn at your own pace", - description: - "Access comprehensive guides, video tutorials, and API documentation in our knowledge base. Self-serve resources for getting the most out of RedditPro.", - tags: ["Resources", "Learning"], + id: "4", title: "Documentation & Resources", author: "learn at your own pace", description: + "Access comprehensive guides, video tutorials, and API documentation in our knowledge base. Self-serve resources for getting the most out of RedditPro.", tags: ["Resources", "Learning"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png?_wi=4", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png"}, ]} - animationType="entrance-slide" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -123,43 +103,25 @@ export default function ContactPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "How do I get started with my free trial?", - content: - "Sign up using the form above, verify your email, and choose your plan tier. You'll have immediate access to your RedditPro dashboard with full features for 14 days. No credit card required.", - }, + id: "1", title: "How do I get started with my free trial?", content: + "Sign up using the form above, verify your email, and choose your plan tier. You'll have immediate access to your RedditPro dashboard with full features for 14 days. No credit card required."}, { - id: "2", - title: "What happens after my free trial ends?", - content: - "Your trial will expire automatically if you don't upgrade. You can upgrade anytime during your trial, and we'll activate your chosen plan immediately. Your data is preserved for 30 days after expiration.", - }, + id: "2", title: "What happens after my free trial ends?", content: + "Your trial will expire automatically if you don't upgrade. You can upgrade anytime during your trial, and we'll activate your chosen plan immediately. Your data is preserved for 30 days after expiration."}, { - id: "3", - title: "Can I upgrade during my free trial?", - content: - "Yes! Upgrade anytime during your 14-day trial. We'll charge you for the plan immediately, and the trial period will end, with your subscription starting right away.", - }, + id: "3", title: "Can I upgrade during my free trial?", content: + "Yes! Upgrade anytime during your 14-day trial. We'll charge you for the plan immediately, and the trial period will end, with your subscription starting right away."}, { - id: "4", - title: "How do I set up CRM integration?", - content: - "CRM integration is handled through your Account Settings. Select your CRM platform (Salesforce, HubSpot, etc.), authorize the connection, and configure your lead mapping. Our team can help if you need assistance.", - }, + id: "4", title: "How do I set up CRM integration?", content: + "CRM integration is handled through your Account Settings. Select your CRM platform (Salesforce, HubSpot, etc.), authorize the connection, and configure your lead mapping. Our team can help if you need assistance."}, { - id: "5", - title: "What's your refund policy?", - content: - "We offer a 30-day money-back guarantee if you're not satisfied. Contact our support team within 30 days of your first charge, and we'll process a full refund.", - }, + id: "5", title: "What's your refund policy?", content: + "We offer a 30-day money-back guarantee if you're not satisfied. Contact our support team within 30 days of your first charge, and we'll process a full refund."}, { - id: "6", - title: "Can I cancel my subscription anytime?", - content: - "Yes! You can cancel your subscription anytime from your Account Settings. No questions asked, no penalties. Your access continues through the end of your billing period.", - }, + id: "6", title: "Can I cancel my subscription anytime?", content: + "Yes! You can cancel your subscription anytime from your Account Settings. No questions asked, no penalties. Your access continues through the end of your billing period."}, ]} - faqsAnimation="entrance-slide" + faqsAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} animationType="smooth" @@ -173,19 +135,13 @@ export default function ContactPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/redditpro", - ariaLabel: "RedditPro on Twitter", - }, + href: "https://twitter.com/redditpro", ariaLabel: "RedditPro on Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/redditpro", - ariaLabel: "RedditPro on LinkedIn", - }, + href: "https://linkedin.com/company/redditpro", ariaLabel: "RedditPro on LinkedIn"}, { icon: Github, - href: "https://github.com/redditpro", - ariaLabel: "RedditPro on GitHub", - }, + href: "https://github.com/redditpro", ariaLabel: "RedditPro on GitHub"}, ]} /> -- 2.49.1 From 718dbddc11824fbe95e41bc63745980948920ae4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:09:06 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f1d3f42..c045c70 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,38 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - title: "RedditPro - AI-Powered Reddit Lead Prospecting | SaaS Platform", - description: "Find Reddit buyers before competitors. AI-powered prospecting identifies qualified leads in Reddit discussions. 4.2x higher quality leads, 73% lower cost per lead.", - keywords: "Reddit leads, B2B prospecting, lead generation, AI sales tools, SaaS platform, qualified leads, Reddit marketing", - robots: { + title: "RedditPro - AI-Powered Reddit Lead Prospecting | SaaS Platform", description: "Find Reddit buyers before competitors. AI-powered prospecting identifies qualified leads in Reddit discussions. 4.2x higher quality leads, 73% lower cost per lead.", keywords: "Reddit leads, B2B prospecting, lead generation, AI sales tools, SaaS platform, qualified leads, Reddit marketing", robots: { index: true, follow: true, }, openGraph: { - title: "RedditPro - AI-Powered Reddit Lead Prospecting", - description: "Discover qualified B2B buyers hiding in Reddit communities. AI analyzes conversations to find prospects actively seeking solutions like yours.", - url: "https://redditpro.io", - siteName: "RedditPro", - type: "website", - images: [ + title: "RedditPro - AI-Powered Reddit Lead Prospecting", description: "Discover qualified B2B buyers hiding in Reddit communities. AI analyzes conversations to find prospects actively seeking solutions like yours.", url: "https://redditpro.io", siteName: "RedditPro", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png", - alt: "RedditPro AI-Powered Lead Prospecting Dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png", alt: "RedditPro AI-Powered Lead Prospecting Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "RedditPro - AI Reddit Lead Prospecting", - description: "4.2x higher quality leads on Reddit. AI-powered prospecting for B2B teams.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png", - ], + card: "summary_large_image", title: "RedditPro - AI Reddit Lead Prospecting", description: "4.2x higher quality leads on Reddit. AI-powered prospecting for B2B teams.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png"], }, }; -- 2.49.1 From 29064fbb9b530905dac7b1f6e7feb084aee51e3c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:09:08 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 244 +++++++++++++---------------------------------- 1 file changed, 65 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ded4e8..c8fa1b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -64,7 +64,7 @@ export default function HomePage() { tag="AI-Powered Prospecting" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Free Trial", href: "/contact" }, { text: "Watch Demo", href: "#" }, @@ -72,41 +72,23 @@ export default function HomePage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png?_wi=1", - imageAlt: "RedditPro AI Dashboard Interface", - }, + id: "1", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/a-modern-clean-saas-dashboard-interface--1772528623445-030c2b79.png", imageAlt: "RedditPro AI Dashboard Interface"}, { - id: "2", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/advanced-analytics-dashboard-for-lead-qu-1772528623197-c1ad86e4.png?_wi=1", - imageAlt: "Lead Analytics and Qualification Metrics", - }, + id: "2", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/advanced-analytics-dashboard-for-lead-qu-1772528623197-c1ad86e4.png", imageAlt: "Lead Analytics and Qualification Metrics"}, { - id: "3", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/reddit-community-engagement-tracking-int-1772528623424-b13195e5.png?_wi=1", - imageAlt: "Reddit Community Engagement Tracking", - }, + id: "3", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/reddit-community-engagement-tracking-int-1772528623424-b13195e5.png", imageAlt: "Reddit Community Engagement Tracking"}, { - id: "4", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-powered-prospect-discovery-interface--1772528623082-9984cb25.png", - imageAlt: "AI-Powered Prospect Discovery", - }, + id: "4", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-powered-prospect-discovery-interface--1772528623082-9984cb25.png", imageAlt: "AI-Powered Prospect Discovery"}, { - id: "5", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/crm-and-workflow-automation-integration--1772528623786-f934d8dc.png?_wi=1", - imageAlt: "CRM Integration and Workflow Automation", - }, + id: "5", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/crm-and-workflow-automation-integration--1772528623786-f934d8dc.png", imageAlt: "CRM Integration and Workflow Automation"}, { - id: "6", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/comprehensive-reporting-dashboard-showin-1772528623301-df5348e1.png?_wi=1", - imageAlt: "Performance Reporting and ROI Metrics", - }, + id: "6", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/comprehensive-reporting-dashboard-showin-1772528623301-df5348e1.png", imageAlt: "Performance Reporting and ROI Metrics"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -120,7 +102,7 @@ export default function HomePage() { tag="Smart Lead Discovery" tagIcon={Target} tagAnimation="blur-reveal" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/illustration-showing-diverse-reddit-comm-1772528629337-792ac6c3.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/illustration-showing-diverse-reddit-comm-1772528629337-792ac6c3.png" imageAlt="Reddit communities with qualified prospects" buttons={[{ text: "Learn How It Works", href: "#features" }]} buttonAnimation="slide-up" @@ -137,47 +119,27 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "AI-Powered Lead Detection", - author: "Machine Learning Engine", - description: - "Our AI analyzes Reddit conversations in real-time to identify prospects actively seeking solutions like yours. Distinguishes genuine buyers from casual commenters with 94% accuracy.", - tags: ["AI Detection", "Real-Time"], + id: "1", title: "AI-Powered Lead Detection", author: "Machine Learning Engine", description: + "Our AI analyzes Reddit conversations in real-time to identify prospects actively seeking solutions like yours. Distinguishes genuine buyers from casual commenters with 94% accuracy.", tags: ["AI Detection", "Real-Time"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-detection-engine-visualization-showin-1772528624247-0966f7f4.png?_wi=1", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-detection-engine-visualization-showin-1772528624247-0966f7f4.png"}, { - id: "2", - title: "Prospect Qualification System", - author: "Intelligent Scoring", - description: - "Automatically scores prospects based on intent signals, industry fit, company size, and engagement history. Focus only on leads most likely to convert.", - tags: ["Lead Scoring", "Intent Signals"], + id: "2", title: "Prospect Qualification System", author: "Intelligent Scoring", description: + "Automatically scores prospects based on intent signals, industry fit, company size, and engagement history. Focus only on leads most likely to convert.", tags: ["Lead Scoring", "Intent Signals"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/lead-qualification-scoring-system-interf-1772528623179-fed06cdb.png?_wi=1", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/lead-qualification-scoring-system-interf-1772528623179-fed06cdb.png"}, { - id: "3", - title: "Conversation Tracking & Analytics", - author: "Real-Time Monitoring", - description: - "Track how prospects engage with specific topics, their pain points, and buying signals across Reddit communities. Build personalized outreach based on actual discussions.", - tags: ["Analytics", "Tracking"], + id: "3", title: "Conversation Tracking & Analytics", author: "Real-Time Monitoring", description: + "Track how prospects engage with specific topics, their pain points, and buying signals across Reddit communities. Build personalized outreach based on actual discussions.", tags: ["Analytics", "Tracking"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/conversation-tracking-and-analytics-dash-1772528624116-ad64ba9c.png", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/conversation-tracking-and-analytics-dash-1772528624116-ad64ba9c.png"}, { - id: "4", - title: "Community Intelligence", - author: "Market Research", - description: - "Discover which Reddit communities matter most for your industry. Understand market trends, competitor mentions, and emerging opportunities before they go mainstream.", - tags: ["Research", "Trends"], + id: "4", title: "Community Intelligence", author: "Market Research", description: + "Discover which Reddit communities matter most for your industry. Understand market trends, competitor mentions, and emerging opportunities before they go mainstream.", tags: ["Research", "Trends"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png?_wi=1", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png"}, ]} - animationType="entrance-slide" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -211,56 +173,22 @@ export default function HomePage() { tagAnimation="slide-up" plans={[ { - id: "starter", - badge: "For Teams", - badgeIcon: Target, - price: "$399/mo", - subtitle: "Perfect for small teams starting with Reddit", - buttons: [{ text: "Start Free Trial", href: "/contact" }], + id: "starter", badge: "For Teams", badgeIcon: Target, + price: "$399/mo", subtitle: "Perfect for small teams starting with Reddit", buttons: [{ text: "Start Free Trial", href: "/contact" }], features: [ - "Monitor up to 500 Reddit communities", - "AI-qualified lead detection", - "100 leads/month quota", - "Basic analytics dashboard", - "Email support", - "CRM integration (Salesforce, HubSpot)", - ], + "Monitor up to 500 Reddit communities", "AI-qualified lead detection", "100 leads/month quota", "Basic analytics dashboard", "Email support", "CRM integration (Salesforce, HubSpot)"], }, { - id: "professional", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$999/mo", - subtitle: "Best for mid-market sales teams", - buttons: [{ text: "Start Free Trial", href: "/contact" }], + id: "professional", badge: "Most Popular", badgeIcon: Sparkles, + price: "$999/mo", subtitle: "Best for mid-market sales teams", buttons: [{ text: "Start Free Trial", href: "/contact" }], features: [ - "Monitor unlimited Reddit communities", - "Advanced AI qualification", - "500 leads/month quota", - "Advanced analytics & reporting", - "Priority email & chat support", - "Custom lead filters & rules", - "Team collaboration tools", - "Zapier integration", - ], + "Monitor unlimited Reddit communities", "Advanced AI qualification", "500 leads/month quota", "Advanced analytics & reporting", "Priority email & chat support", "Custom lead filters & rules", "Team collaboration tools", "Zapier integration"], }, { - id: "enterprise", - badge: "Scale", - badgeIcon: Zap, - price: "Custom", - subtitle: "For enterprise sales organizations", - buttons: [{ text: "Contact Sales", href: "/contact" }], + id: "enterprise", badge: "Scale", badgeIcon: Zap, + price: "Custom", subtitle: "For enterprise sales organizations", buttons: [{ text: "Contact Sales", href: "/contact" }], features: [ - "Unlimited monitoring & leads", - "White-label solution available", - "Dedicated account manager", - "Custom AI model training", - "API access & webhooks", - "24/7 phone support", - "SLA guaranteed uptime", - "Custom integrations", - ], + "Unlimited monitoring & leads", "White-label solution available", "Dedicated account manager", "Custom AI model training", "API access & webhooks", "24/7 phone support", "SLA guaranteed uptime", "Custom integrations"], }, ]} animationType="slide-up" @@ -273,41 +201,23 @@ export default function HomePage() { -- 2.49.1 From 543dcf0bdac2539d4645a4433c144a858ff7120c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:09:09 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 156 ++++++++++----------------------------- 1 file changed, 39 insertions(+), 117 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index a655dbe..ba52c72 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -26,7 +26,7 @@ export default function PricingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -55,56 +55,22 @@ export default function PricingPage() { tagAnimation="slide-up" plans={[ { - id: "starter", - badge: "For Teams", - badgeIcon: Target, - price: "$399/mo", - subtitle: "Perfect for small teams starting with Reddit", - buttons: [{ text: "Start Free Trial", href: "/contact" }], + id: "starter", badge: "For Teams", badgeIcon: Target, + price: "$399/mo", subtitle: "Perfect for small teams starting with Reddit", buttons: [{ text: "Start Free Trial", href: "/contact" }], features: [ - "Monitor up to 500 Reddit communities", - "AI-qualified lead detection", - "100 leads/month quota", - "Basic analytics dashboard", - "Email support", - "CRM integration (Salesforce, HubSpot)", - ], + "Monitor up to 500 Reddit communities", "AI-qualified lead detection", "100 leads/month quota", "Basic analytics dashboard", "Email support", "CRM integration (Salesforce, HubSpot)"], }, { - id: "professional", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$999/mo", - subtitle: "Best for mid-market sales teams", - buttons: [{ text: "Start Free Trial", href: "/contact" }], + id: "professional", badge: "Most Popular", badgeIcon: Sparkles, + price: "$999/mo", subtitle: "Best for mid-market sales teams", buttons: [{ text: "Start Free Trial", href: "/contact" }], features: [ - "Monitor unlimited Reddit communities", - "Advanced AI qualification", - "500 leads/month quota", - "Advanced analytics & reporting", - "Priority email & chat support", - "Custom lead filters & rules", - "Team collaboration tools", - "Zapier integration", - ], + "Monitor unlimited Reddit communities", "Advanced AI qualification", "500 leads/month quota", "Advanced analytics & reporting", "Priority email & chat support", "Custom lead filters & rules", "Team collaboration tools", "Zapier integration"], }, { - id: "enterprise", - badge: "Scale", - badgeIcon: Zap, - price: "Custom", - subtitle: "For enterprise sales organizations", - buttons: [{ text: "Contact Sales", href: "/contact" }], + id: "enterprise", badge: "Scale", badgeIcon: Zap, + price: "Custom", subtitle: "For enterprise sales organizations", buttons: [{ text: "Contact Sales", href: "/contact" }], features: [ - "Unlimited monitoring & leads", - "White-label solution available", - "Dedicated account manager", - "Custom AI model training", - "API access & webhooks", - "24/7 phone support", - "SLA guaranteed uptime", - "Custom integrations", - ], + "Unlimited monitoring & leads", "White-label solution available", "Dedicated account manager", "Custom AI model training", "API access & webhooks", "24/7 phone support", "SLA guaranteed uptime", "Custom integrations"], }, ]} animationType="slide-up" @@ -122,47 +88,27 @@ export default function PricingPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "AI-Powered Lead Detection", - author: "All Plans", - description: - "Every plan includes our core AI engine that identifies qualified prospects in real-time across Reddit communities. Detect intent signals, buying behavior, and conversion-ready leads automatically.", - tags: ["AI Detection", "Real-Time"], + id: "1", title: "AI-Powered Lead Detection", author: "All Plans", description: + "Every plan includes our core AI engine that identifies qualified prospects in real-time across Reddit communities. Detect intent signals, buying behavior, and conversion-ready leads automatically.", tags: ["AI Detection", "Real-Time"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-detection-engine-visualization-showin-1772528624247-0966f7f4.png?_wi=3", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/ai-detection-engine-visualization-showin-1772528624247-0966f7f4.png"}, { - id: "2", - title: "CRM Integration", - author: "Starter & Above", - description: - "Seamlessly sync qualified leads to Salesforce, HubSpot, Pipedrive, and other popular CRM platforms. No manual data entry. Leads arrive with full context and engagement history.", - tags: ["Integration", "Automation"], + id: "2", title: "CRM Integration", author: "Starter & Above", description: + "Seamlessly sync qualified leads to Salesforce, HubSpot, Pipedrive, and other popular CRM platforms. No manual data entry. Leads arrive with full context and engagement history.", tags: ["Integration", "Automation"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/crm-and-workflow-automation-integration--1772528623786-f934d8dc.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/crm-and-workflow-automation-integration--1772528623786-f934d8dc.png"}, { - id: "3", - title: "Analytics & Reporting", - author: "Professional & Above", - description: - "Gain deep insights into lead quality, conversion rates, ROI, and prospecting performance. Custom dashboards help you track what's working and optimize your strategy continuously.", - tags: ["Analytics", "Insights"], + id: "3", title: "Analytics & Reporting", author: "Professional & Above", description: + "Gain deep insights into lead quality, conversion rates, ROI, and prospecting performance. Custom dashboards help you track what's working and optimize your strategy continuously.", tags: ["Analytics", "Insights"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/advanced-analytics-dashboard-for-lead-qu-1772528623197-c1ad86e4.png?_wi=2", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/advanced-analytics-dashboard-for-lead-qu-1772528623197-c1ad86e4.png"}, { - id: "4", - title: "Dedicated Support", - author: "Enterprise", - description: - "Get white-glove onboarding, dedicated account manager, and 24/7 phone support. Custom training sessions and priority support for your entire team.", - tags: ["Support", "Training"], + id: "4", title: "Dedicated Support", author: "Enterprise", description: + "Get white-glove onboarding, dedicated account manager, and 24/7 phone support. Custom training sessions and priority support for your entire team.", tags: ["Support", "Training"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png?_wi=3", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQd48Q9MN5kD3kx8bPbncM0eK9/community-intelligence-platform-showing--1772528623545-54fab0b0.png"}, ]} - animationType="entrance-slide" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -177,43 +123,25 @@ export default function PricingPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "Can I change plans anytime?", - content: - "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate any charges or credits accordingly. No long-term contracts required.", - }, + id: "1", title: "Can I change plans anytime?", content: + "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate any charges or credits accordingly. No long-term contracts required."}, { - id: "2", - title: "What happens when I reach my lead quota?", - content: - "When you reach your monthly lead quota, you can request additional leads within your plan at a discounted rate, or upgrade to a higher-tier plan for more monthly quota. Your existing leads remain accessible.", - }, + id: "2", title: "What happens when I reach my lead quota?", content: + "When you reach your monthly lead quota, you can request additional leads within your plan at a discounted rate, or upgrade to a higher-tier plan for more monthly quota. Your existing leads remain accessible."}, { - id: "3", - title: "Is there a free trial?", - content: - "Absolutely! All plans come with a 14-day free trial. No credit card required to start. Full access to all features for your chosen plan tier.", - }, + id: "3", title: "Is there a free trial?", content: + "Absolutely! All plans come with a 14-day free trial. No credit card required to start. Full access to all features for your chosen plan tier."}, { - id: "4", - title: "Do you offer discounts for annual billing?", - content: - "Yes! Switch to annual billing and save 20% on any plan. Contact our sales team for volume discounts if you're planning to scale significantly.", - }, + id: "4", title: "Do you offer discounts for annual billing?", content: + "Yes! Switch to annual billing and save 20% on any plan. Contact our sales team for volume discounts if you're planning to scale significantly."}, { - id: "5", - title: "What's included in enterprise pricing?", - content: - "Enterprise pricing is fully custom based on your needs. Typically includes unlimited leads, white-label options, dedicated infrastructure, custom integrations, and premium support. Contact sales for a custom quote.", - }, + id: "5", title: "What's included in enterprise pricing?", content: + "Enterprise pricing is fully custom based on your needs. Typically includes unlimited leads, white-label options, dedicated infrastructure, custom integrations, and premium support. Contact sales for a custom quote."}, { - id: "6", - title: "Are there any hidden fees?", - content: - "No hidden fees ever. Our pricing is completely transparent. You pay only for the plan tier you select. No setup fees, no API fees, no surprise charges.", - }, + id: "6", title: "Are there any hidden fees?", content: + "No hidden fees ever. Our pricing is completely transparent. You pay only for the plan tier you select. No setup fees, no API fees, no surprise charges."}, ]} - faqsAnimation="entrance-slide" + faqsAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} animationType="smooth" @@ -227,19 +155,13 @@ export default function PricingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/redditpro", - ariaLabel: "RedditPro on Twitter", - }, + href: "https://twitter.com/redditpro", ariaLabel: "RedditPro on Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/redditpro", - ariaLabel: "RedditPro on LinkedIn", - }, + href: "https://linkedin.com/company/redditpro", ariaLabel: "RedditPro on LinkedIn"}, { icon: Github, - href: "https://github.com/redditpro", - ariaLabel: "RedditPro on GitHub", - }, + href: "https://github.com/redditpro", ariaLabel: "RedditPro on GitHub"}, ]} /> -- 2.49.1