From 9d68d82abfa0a4c379d420fac25f8094f89418d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:54:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46a86fd..4546d4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,11 +29,11 @@ export default function LandingPage() { @@ -83,9 +83,9 @@ export default function LandingPage() { description="Your contributions directly fund the project materials. Please use Zelle at the temple office to contribute." useInvertedBackground={true} plans={[ - { 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: "Champion", price: "$500", subtitle: "Infrastructure funding", features: ["Complete light assembly"], 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: "/donate" }] }, + { id: "p2", badge: "Structural", price: "$100", subtitle: "Signpost materials", features: ["Durable signpost materials"], buttons: [{ text: "Donate Now", href: "/donate" }] }, + { id: "p3", badge: "Champion", price: "$500", subtitle: "Infrastructure funding", features: ["Complete light assembly"], buttons: [{ text: "Donate Now", href: "/donate" }] }, ]} /> -- 2.49.1