Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-18 14:56:48 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -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"
/>

View File

@@ -91,15 +91,15 @@ export default function HomePage() {
<HeroBillboardTestimonial
title="Experience Reading, Reimagined"
description="The intelligent PDF book reader that learns your preferences, understands your chapters, and makes reading effortless. AI-powered summaries, comfortable reading modes, and your entire library in one beautiful place."
background="aurora"
background={{ variant: "plain" }}
tag="AI-Powered Reading Platform"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Start Reading", href: "/reader" },
{ text: "Explore Features", 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=1"
imageAlt="Modern PDF Reader Interface"
mediaAnimation="slide-up"
@@ -166,7 +166,7 @@ export default function HomePage() {
animationType="slide-up"
tag="Core Features"
tagIcon={CheckCircle}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
ariaLabel="Feature comparison section showing ReadAI advantages"
@@ -259,7 +259,7 @@ export default function HomePage() {
title="ReadAI by the Numbers"
description="See the impact of intelligent reading on a global scale."
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
@@ -329,7 +329,7 @@ export default function HomePage() {
href: "#contact",
},
]}
faqsAnimation="entrance-slide"
faqsAnimation="slide-up"
useInvertedBackground={true}
faqs={[
{

View File

@@ -87,14 +87,14 @@ export default function ReaderPage() {
<HeroBillboardTestimonial
title="Your AI-Powered Reading Companion"
description="Start your reading journey with ReadAI. Upload any PDF, customize your reading experience, and let our AI enhance every chapter with intelligent summaries and insights. Comfortable reading meets cutting-edge technology."
background="aurora"
background={{ variant: "plain" }}
tag="Smart PDF Reader"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[
{ text: "Upload Your First Book", href: "/reader" },
{ text: "Back to Home", href: "/" },
]}
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=2"
imageAlt="PDF Reader Interface"
mediaAnimation="slide-up"
@@ -144,7 +144,7 @@ export default function ReaderPage() {
}}
animationType="slide-up"
tag="Reader Features"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
ariaLabel="Reader feature comparison section"
@@ -176,7 +176,7 @@ export default function ReaderPage() {
value: "Seamless support",
},
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Reader features metrics section"
/>