Update src/app/page.tsx

This commit is contained in:
2026-03-12 13:40:14 +00:00
parent fcdfad69e2
commit f2cb7f8454

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -50,7 +50,7 @@ export default function LandingPage() {
description="Immerse yourself in our curated collection of premium e-books. Seamless reading experience across all your devices with interactive 3D animations."
tag="Premium E-Books"
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-vector/library-flat-banners-set_1284-6711.jpg"
imageAlt="E-book platform dashboard preview"
buttons={[
@@ -136,20 +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", 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", 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", 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"
]
}
@@ -201,11 +198,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Book Blogger", company: "Literary Minds", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=1", imageAlt: "Portrait of Sarah Chen"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Portrait of Sarah Chen"
},
{
id: "2", name: "Michael Rodriguez", role: "Author & Educator", company: "Knowledge Hub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=1", imageAlt: "Portrait of Michael Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Portrait of Michael Rodriguez"
},
{
id: "3", name: "Emma Thompson", role: "Book Club Director", company: "Reading Circles", rating: 5,
@@ -217,11 +214,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Lisa Andersson", role: "University Librarian", company: "Academic Press", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2", imageAlt: "Portrait of Lisa Andersson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Portrait of Lisa Andersson"
},
{
id: "6", name: "David Kim", role: "Content Creator", company: "Digital Stories", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=2", imageAlt: "Portrait of David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Portrait of David Kim"
}
]}
/>