diff --git a/src/app/page.tsx b/src/app/page.tsx index 02b24e5..81adbd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { }, { id: "deposit", name: "Down Payment", price: "$500", features: ["Required to start", "Instant project kickoff", "Secure payment link"], - buttons: [{ text: "Pay Deposit", href: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YOUR_BUTTON_ID" }], + buttons: [{ text: "Pay Deposit", href: "https://www.paypal.com/checkoutnow?hosted_button_id=YOUR_BUTTON_ID" }], }, ]} title="Transparent Pricing" @@ -150,4 +150,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file