Logo-only navbar/footer, expanded docs (200-300 lines each), live Stripe Payment Links

Navbar/Footer: Logo replaces text 'DashCaddy' wordmark, image-only branding
Docs: All 7 pages rewritten to comprehensive 200-300 line guides with code
examples, callout boxes, reference tables, and cross-page links
Stripe: 4 Payment Links wired in (0/30d, 0/90d, 0/180d, 9/365d)
Products and Prices created in Stripe Dashboard
This commit is contained in:
Krystie
2026-08-12 17:43:42 -07:00
parent ee4066f19c
commit 0fa99b1490
4 changed files with 768 additions and 132 deletions
+4 -4
View File
@@ -16,10 +16,10 @@ import Footer from '@/components/Footer';
// pro-365d → $99, 365-day license (one-time payment)
// ─────────────────────────────────────────────────────────────────────
const STRIPE_LINKS: Record<string, string> = {
'30d': 'https://buy.stripe.com/REPLACE_30D_LINK',
'90d': 'https://buy.stripe.com/REPLACE_90D_LINK',
'180d': 'https://buy.stripe.com/REPLACE_180D_LINK',
'365d': 'https://buy.stripe.com/REPLACE_365D_LINK',
'30d': 'https://buy.stripe.com/7sY9AVgJm35P6Uo5j904800',
'90d': 'https://buy.stripe.com/bJe6oJ0Ko7m5emQ4f504801',
'180d': 'https://buy.stripe.com/4gMeVfct635P2E826X04802',
'365d': 'https://buy.stripe.com/8x228tct65dXdiM9zp04803',
};
export default function PricingPage() {