Update src/app/account/page.tsx
This commit is contained in:
@@ -62,10 +62,10 @@ export default function AccountPage() {
|
||||
<HeroBillboardTestimonial
|
||||
title="Your Reading Account Awaits"
|
||||
description="Manage your library, track your reading progress, customize your experience, and access all your AI-powered reading tools in one beautiful dashboard."
|
||||
background="aurora"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Account Dashboard"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Go to Dashboard",
|
||||
@@ -76,7 +76,7 @@ export default function AccountPage() {
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B7ga6riEyo1UF2uwbMoLaWuNfy/a-modern-clean-pdf-book-reader-interface-1773845687798-565f43cf.png?_wi=3"
|
||||
imageAlt="Account Dashboard Interface"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -127,7 +127,7 @@ export default function AccountPage() {
|
||||
animationType="slide-up"
|
||||
tag="Core Features"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Account features comparison section"
|
||||
@@ -159,7 +159,7 @@ export default function AccountPage() {
|
||||
value: "Unlimited",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Account benefits metrics section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user