Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21334d6828 | |||
| dfad5b8f81 | |||
| 05f35e1064 | |||
| 0fa0f752cd | |||
| a3ae6578a7 | |||
| e7656f787d |
@@ -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 (
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="Discover Your Next Great Read"
|
||||
description="Immerse yourself in our curated collection of premium e-books. Seamless reading experience across all your devices with interactive 3D animations."
|
||||
description="Find your next favorite book in seconds"
|
||||
tag="Premium E-Books"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -319,4 +319,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user