Merge version_1 into main #3
@@ -19,8 +19,8 @@ export default function ContactPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/#features" },
|
||||
{ label: "Pricing", href: "/#pricing" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
{ label: "Roadmap", href: "#" },
|
||||
],
|
||||
@@ -66,7 +66,8 @@ export default function ContactPage() {
|
||||
brandName="RevenueLab"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Your Revenue Stream", href: "#contact"}}
|
||||
text: "Start Your Revenue Stream", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,7 +78,7 @@ export default function ContactPage() {
|
||||
tag="Get Started"
|
||||
title="Ready to Build Your Revenue Stream?"
|
||||
description="Join us and discover how to transform your expertise into sustainable, recurring income. Start your free trial today and earn your first revenue within days."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "blurBottom" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-with-many-envelopes_1134-191.jpg"
|
||||
imageAlt="Newsletter signup"
|
||||
@@ -103,17 +104,23 @@ export default function ContactPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How quickly can I start generating revenue?", content: "Most users launch their first revenue stream within 24 hours. Our setup wizard guides you through everything, and you can go live as soon as your payment gateway is configured."},
|
||||
id: "1", title: "How quickly can I start generating revenue?", content: "Most users launch their first revenue stream within 24 hours. Our setup wizard guides you through everything, and you can go live as soon as your payment gateway is configured."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Can I use multiple monetization methods at once?", content: "Yes! That's one of our biggest advantages. You can run memberships, sell digital products, and earn affiliate commissions simultaneously on the same platform."},
|
||||
id: "2", title: "Can I use multiple monetization methods at once?", content: "Yes! That's one of our biggest advantages. You can run memberships, sell digital products, and earn affiliate commissions simultaneously on the same platform."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What are your payment processing fees?", content: "We charge 2.9% + $0.30 per transaction through Stripe. That's industry standard and transparent—no hidden fees or surprise charges."},
|
||||
id: "3", title: "What are your payment processing fees?", content: "We charge 2.9% + $0.30 per transaction through Stripe. That's industry standard and transparent—no hidden fees or surprise charges."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you handle customer support?", content: "Your customers contact you directly. We provide the tools and infrastructure, but you maintain your customer relationships and brand. We offer 24/7 support for platform issues."},
|
||||
id: "4", title: "Do you handle customer support?", content: "Your customers contact you directly. We provide the tools and infrastructure, but you maintain your customer relationships and brand. We offer 24/7 support for platform issues."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I export my customer data?", content: "Absolutely. You own all your data. Export customer lists, transaction history, and analytics in CSV or JSON format anytime, with no restrictions."},
|
||||
id: "5", title: "Can I export my customer data?", content: "Absolutely. You own all your data. Export customer lists, transaction history, and analytics in CSV or JSON format anytime, with no restrictions."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What if I need custom features?", content: "Our Enterprise plan includes API access for custom integrations and our team can discuss white-label or specialized development solutions for your needs."},
|
||||
id: "6", title: "What if I need custom features?", content: "Our Enterprise plan includes API access for custom integrations and our team can discuss white-label or specialized development solutions for your needs."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Check } from 'lucide-react';
|
||||
import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Check, Lock } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -38,7 +38,8 @@ export default function HomePage() {
|
||||
brandName="RevenueLab"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Your Revenue Stream", href: "#contact"}}
|
||||
text: "Start Your Revenue Stream", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,7 +49,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Turn Your Expertise Into Recurring Revenue"
|
||||
description="Build a profitable digital business without the overhead. Choose from memberships, digital products, affiliate partnerships, or advertising—all managed in one place."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "blurBottom" }}
|
||||
kpis={[
|
||||
{ value: "4x", label: "Average Revenue Growth" },
|
||||
{ value: "10+", label: "Monetization Methods" },
|
||||
@@ -81,7 +82,8 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Membership Communities", description: "Build recurring revenue with exclusive member-only content and benefits. Create tiered membership levels and nurture a loyal subscriber base.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-playing-videogame_23-2150571987.jpg", imageAlt: "membership community digital platform access"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-playing-videogame_23-2150571987.jpg", imageAlt: "membership community digital platform access"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Recurring monthly revenue" },
|
||||
{ icon: CheckCircle, text: "Tiered membership levels" },
|
||||
@@ -91,7 +93,8 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Digital Products & Courses", description: "Package your knowledge into courses, templates, or digital goods. Earn evergreen income with one-time creation and unlimited sales.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg", imageAlt: "digital products e-book course online store"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg", imageAlt: "digital products e-book course online store"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Unlimited scalability" },
|
||||
{ icon: CheckCircle, text: "Built-in payment processing" },
|
||||
@@ -101,7 +104,8 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Affiliate Partnerships", description: "Earn commissions by recommending products and services you trust. Leverage your audience to generate passive income through strategic partnerships.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-infographic-template_23-2148368930.jpg", imageAlt: "affiliate marketing network partnership program"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-infographic-template_23-2148368930.jpg", imageAlt: "affiliate marketing network partnership program"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Commission tracking dashboard" },
|
||||
{ icon: CheckCircle, text: "Pre-vetted product partners" },
|
||||
@@ -111,7 +115,8 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "4", title: "Advertising & Sponsorships", description: "Monetize your audience with targeted ads and brand sponsorships. Earn while providing value—seamless integration with zero friction.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-uses-laptop-office_140725-8068.jpg", imageAlt: "advertising revenue platform ads management system"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-uses-laptop-office_140725-8068.jpg", imageAlt: "advertising revenue platform ads management system"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "CPM and CPC options" },
|
||||
{ icon: CheckCircle, text: "Brand sponsorship matching" },
|
||||
@@ -137,7 +142,8 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Choose Your Model", description="Select one or more monetization methods based on your audience and expertise. Our guided wizard helps you pick the perfect fit.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-colorful-venn-product-management-diagram_23-2149126979.jpg", imageAlt: "choose business model decision making illustration"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-colorful-venn-product-management-diagram_23-2149126979.jpg", imageAlt: "choose business model decision making illustration"
|
||||
},
|
||||
items: [
|
||||
{ icon: Lightbulb, text: "Answer 5 quick questions" },
|
||||
{ icon: Users, text: "Match with best revenue model" },
|
||||
@@ -147,17 +153,19 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Set Up Your Platform", description: "Connect your domain, configure your settings, and upload your first content. Our no-code setup takes just minutes.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg", imageAlt: "setup configuration implementation getting started"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg", imageAlt: "setup configuration implementation getting started"
|
||||
},
|
||||
items: [
|
||||
{ icon: Cog, text: "Drag-and-drop site builder" },
|
||||
{ icon: CheckCircle, text: "Secure payment processing" },
|
||||
{ icon: Lock, text: "Secure payment processing" },
|
||||
{ icon: BarChart3, text: "Analytics dashboard included" },
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3", title: "Launch & Earn", description: "Go live and start generating revenue immediately. We handle payments, delivery, and analytics while you focus on growth.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg", imageAlt: "launch growth scale earning revenue income"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg", imageAlt: "launch growth scale earning revenue income"
|
||||
},
|
||||
items: [
|
||||
{ icon: TrendingUp, text: "Real-time revenue tracking" },
|
||||
{ icon: Mail, text: "Automated email campaigns" },
|
||||
@@ -187,13 +195,16 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Platform", name: "All-in-One Dashboard", price: "Included", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg", imageAlt: "Dashboard interface"},
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6569.jpg", imageAlt: "Dashboard interface"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Platform", name: "Payment Processing", price: "Included", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg", imageAlt: "Payment system"},
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/local-retailer-helping-his-client-pay_23-2149349436.jpg", imageAlt: "Payment system"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Platform", name: "Customer Analytics", price: "Included", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg", imageAlt: "Analytics dashboard"},
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-growth-chart-calculator_23-2148780608.jpg", imageAlt: "Analytics dashboard"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -217,7 +228,8 @@ export default function HomePage() {
|
||||
{ text: "View Details", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"1 monetization method", "Up to 500 customers", "Basic analytics", "Email support", "Standard payment processing"],
|
||||
"1 monetization method", "Up to 500 customers", "Basic analytics", "Email support", "Standard payment processing"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Professional", badgeIcon: Sparkles,
|
||||
@@ -226,7 +238,8 @@ export default function HomePage() {
|
||||
{ text: "View Details", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"All 4 monetization methods", "Unlimited customers", "Advanced analytics & reporting", "Priority email & chat support", "Custom branding", "API access"],
|
||||
"All 4 monetization methods", "Unlimited customers", "Advanced analytics & reporting", "Priority email & chat support", "Custom branding", "API access"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Enterprise", badgeIcon: Heart,
|
||||
@@ -235,7 +248,8 @@ export default function HomePage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Professional", "Dedicated account manager", "Custom integrations", "White-label solutions", "Advanced security & compliance", "Phone & video support"],
|
||||
"Everything in Professional", "Dedicated account manager", "Custom integrations", "White-label solutions", "Advanced security & compliance", "Phone & video support"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -256,22 +270,28 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Design Strategist", company: "Design Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Sarah Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marcus Rodriguez", role: "Marketing Consultant", company: "Growth Labs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-manager-discussing-deadline-videocall-digital-tablet_482257-79490.jpg", imageAlt: "Marcus Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-manager-discussing-deadline-videocall-digital-tablet_482257-79490.jpg", imageAlt: "Marcus Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Watson", role: "Content Creator", company: "The Wellness Project", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Emily Watson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Emily Watson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Software Developer", company: "Code Academy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "David Kim"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lopez", role: "Business Coach", company: "Success Coaching", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg", imageAlt: "Jessica Lopez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg", imageAlt: "Jessica Lopez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Alex Thompson", role: "Podcast Producer", company: "Audio Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg", imageAlt: "Alex Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg", imageAlt: "Alex Thompson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user