From 423fa31e07593058d0cec10483ea4ab4ddc310a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:11:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b3694c..1e6854d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,9 +83,9 @@ export default function LandingPage() { description="Your generous contributions fund essential project materials. Scan the code at the temple office or use the project handle." useInvertedBackground={true} plans={[ - { id: "p1", badge: "Essential", price: "$25", subtitle: "One solar bulb contribution", features: ["Direct solar light support"], buttons: [{ text: "Donate Now", href: "#" }] }, + { id: "p1", badge: "Supporter", price: "$25", subtitle: "One solar bulb contribution", features: ["Direct solar light support"], buttons: [{ text: "Donate Now", href: "#" }] }, { id: "p2", badge: "Structural", price: "$100", subtitle: "Signpost materials", features: ["Durable signpost materials"], buttons: [{ text: "Donate Now", href: "#" }] }, - { id: "p3", badge: "Leader", price: "$500", subtitle: "Infrastructure funding", features: ["Complete light assembly"], buttons: [{ text: "Donate Now", href: "#" }] }, + { id: "p3", badge: "Champion", price: "$500", subtitle: "Infrastructure funding", features: ["Complete light assembly"], buttons: [{ text: "Donate Now", href: "#" }] }, ]} /> @@ -115,4 +115,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1