Merge version_2 into main #4
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { BookOpen, Tag, Share2, BookMarked, Star, Heart, Zap, Users, Lock, Package } from 'lucide-react';
|
||||
import { BookOpen, Tag, Share2, BookMarked, Star, Heart, Zap, Users, Lock, Package, User, Crown, Building } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -136,17 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "reader", tag: "Reader Plan", price: "$9.99", period: "/month", description: "Perfect for casual readers who love exploring new titles", button: { text: "Start Reading", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
||||
id: "reader", tag: "Reader Plan", tagIcon: User, price: "$9.99", period: "/month", description: "Perfect for casual readers who love exploring new titles", button: { text: "Start Reading", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
||||
"Unlimited book access", "Cloud sync across devices", "Offline reading mode", "Monthly recommendations", "Ad-free experience"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "collector", tag: "Collector Plan", price: "$24.99", period: "/month", description: "For avid readers who want premium features and exclusive content", button: { text: "Get Premium", href: "#contact" }, featuresTitle: "Everything in Reader, plus:", features: [
|
||||
id: "collector", tag: "Collector Plan", tagIcon: Crown, price: "$24.99", period: "/month", description: "For avid readers who want premium features and exclusive content", button: { text: "Get Premium", href: "#contact" }, featuresTitle: "Everything in Reader, plus:", features: [
|
||||
"Early access to new releases", "Exclusive author interviews", "Advanced annotation tools", "Custom reading lists", "Priority support", "Family sharing (up to 5)"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise", tag: "Enterprise Plan", price: "Custom", period: "/month", description: "Tailored solutions for institutions and organizations", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "Unlimited access for:", features: [
|
||||
id: "enterprise", tag: "Enterprise Plan", tagIcon: Building, price: "Custom", period: "/month", description: "Tailored solutions for institutions and organizations", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "Unlimited access for:", features: [
|
||||
"Unlimited user accounts", "Institutional licensing", "Admin dashboard", "Custom integrations", "Dedicated support", "Analytics & reports", "White-label options"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user