Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Crown } from 'lucide-react';
|
||||
import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Crown, Lock } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -52,7 +52,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: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
kpis={[
|
||||
{ value: "4x", label: "Average Revenue Growth" },
|
||||
{ value: "10+", label: "Monetization Methods" },
|
||||
@@ -160,7 +160,7 @@ export default function HomePage() {
|
||||
},
|
||||
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,
|
||||
@@ -355,7 +355,7 @@ export default function HomePage() {
|
||||
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: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-with-many-envelopes_1134-191.jpg"
|
||||
imageAlt="Newsletter signup"
|
||||
|
||||
Reference in New Issue
Block a user