diff --git a/src/app/page.tsx b/src/app/page.tsx
index e187cf1..c9980c6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,90 +31,57 @@ export default function LandingPage() {
@@ -126,21 +93,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
- "Slow manual chapter uploads",
- "Fragmented UI and navigation",
- "Poor mobile reading experience",
- "Intrusive pop-up advertising",
- "Outdated translation quality",
- ],
+ "Slow manual chapter uploads", "Fragmented UI and navigation", "Poor mobile reading experience", "Intrusive pop-up advertising", "Outdated translation quality"],
}}
positiveCard={{
items: [
- "Lightning fast server updates",
- "Seamless infinite scroll viewer",
- "High-fidelity mobile optimized UI",
- "Dedicated dark mode environment",
- "Community-validated translations",
- ],
+ "Lightning fast server updates", "Seamless infinite scroll viewer", "High-fidelity mobile optimized UI", "Dedicated dark mode environment", "Community-validated translations"],
}}
title="Experience the Superior Way to Read"
description="We've removed the barriers between you and the stories you love."
@@ -151,44 +108,21 @@ export default function LandingPage() {
@@ -227,45 +152,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Game Changer",
- quote: "The reader interface is unmatched. Fastest updates by far.",
- name: "Akira K.",
- role: "Manga Fan",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-laying-floor-top-view_23-2149645173.jpg",
- },
+ id: "1", title: "Game Changer", quote: "The reader interface is unmatched. Fastest updates by far.", name: "Akira K.", role: "Manga Fan", imageSrc: "http://img.b2bpic.net/free-photo/girl-laying-floor-top-view_23-2149645173.jpg"},
{
- id: "2",
- title: "Amazing Community",
- quote: "I found so many new series thanks to the recommendations.",
- name: "Sarah J.",
- role: "Casual Reader",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839658.jpg",
- },
+ id: "2", title: "Amazing Community", quote: "I found so many new series thanks to the recommendations.", name: "Sarah J.", role: "Casual Reader", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cartoon-woman-portrait_23-2151839658.jpg"},
{
- id: "3",
- title: "High Quality",
- quote: "The translation team here is top tier, no mistakes in my favorite series.",
- name: "Hiro T.",
- role: "Veteran Reader",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-colorless-avatar-collection_23-2148073567.jpg",
- },
+ id: "3", title: "High Quality", quote: "The translation team here is top tier, no mistakes in my favorite series.", name: "Hiro T.", role: "Veteran Reader", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-colorless-avatar-collection_23-2148073567.jpg"},
{
- id: "4",
- title: "Perfect UI",
- quote: "Love the dark theme. My eyes don't get tired reading all night.",
- name: "Elena R.",
- role: "New Reader",
- imageSrc: "http://img.b2bpic.net/free-vector/cinema-stickers-collection-with-monkey-banana_23-2150251134.jpg",
- },
+ id: "4", title: "Perfect UI", quote: "Love the dark theme. My eyes don't get tired reading all night.", name: "Elena R.", role: "New Reader", imageSrc: "http://img.b2bpic.net/free-vector/cinema-stickers-collection-with-monkey-banana_23-2150251134.jpg"},
{
- id: "5",
- title: "Essential App",
- quote: "Can't live without my daily fix of updates from Eclipse.",
- name: "Kenji M.",
- role: "Power Reader",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134086.jpg",
- },
+ id: "5", title: "Essential App", quote: "Can't live without my daily fix of updates from Eclipse.", name: "Kenji M.", role: "Power Reader", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-cartoon-style_23-2151134086.jpg"},
]}
title="What Our Fans Say"
description="Hear from the community that makes this platform great."
@@ -277,20 +172,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Is the content free?",
- content: "Yes, we offer a massive library of free-to-read manga supported by community-friendly ads.",
- },
+ id: "q1", title: "Is the content free?", content: "Yes, we offer a massive library of free-to-read manga supported by community-friendly ads."},
{
- id: "q2",
- title: "How often are chapters updated?",
- content: "We work to update chapters as soon as the raw files are released, often within hours.",
- },
+ id: "q2", title: "How often are chapters updated?", content: "We work to update chapters as soon as the raw files are released, often within hours."},
{
- id: "q3",
- title: "Can I request series?",
- content: "Absolutely! Join our Discord community to suggest new series for the team to pick up.",
- },
+ id: "q3", title: "Can I request series?", content: "Absolutely! Join our Discord community to suggest new series for the team to pick up."},
]}
sideTitle="Still Have Questions?"
faqsAnimation="slide-up"
@@ -301,8 +187,7 @@ export default function LandingPage() {