2 Commits

Author SHA1 Message Date
423fa31e07 Update src/app/page.tsx 2026-04-05 23:11:20 +00:00
793740da69 Merge version_3 into main
Merge version_3 into main
2026-04-05 23:10:35 +00:00

View File

@@ -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: "#" }] },
]}
/>
</div>
@@ -115,4 +115,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}