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