Update src/app/page.tsx

This commit is contained in:
2026-05-04 10:15:07 +00:00
parent 1d834cd907
commit c2bf206c47

View File

@@ -146,8 +146,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "amazon", badge: "Paperback", price: "Amazon", subtitle: "Physical book copy", buttons: [{ text: "Buy on Amazon", href: "#" }], features: ["Quality binding", "Study desk companion"] },
{ id: "gumroad", badge: "Ebook", price: "Gumroad", subtitle: "Digital instant access", buttons: [{ text: "Get Ebook", href: "#" }], features: ["Instant download", "Kindle ready"] },
{ id: "amazon", badge: "Paperback", price: "Amazon", subtitle: "Physical copy for your desk", buttons: [{ text: "Buy on Amazon", href: "#" }], features: ["Quality binding", "Study desk companion"] },
{ id: "gumroad", badge: "Ebook", price: "Gumroad", subtitle: "Instant access for your device", buttons: [{ text: "Get Ebook", href: "#" }], features: ["Instant download", "Kindle ready"] },
]}
title="Get Your Copy"
description="Start your journey to calmer studies."