3 Commits

Author SHA1 Message Date
54993e545c Update src/app/page.tsx 2026-04-02 15:03:38 +00:00
d6726474de Merge version_3 into main
Merge version_3 into main
2026-04-02 14:59:42 +00:00
b09f1c1e37 Merge version_3 into main
Merge version_3 into main
2026-04-02 14:59:14 +00:00

View File

@@ -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"], 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" title="Transparent Pricing"
@@ -150,4 +150,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }