Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user