Update src/app/checkout/page.tsx

This commit is contained in:
2026-03-03 18:38:01 +00:00
parent fa135607f2
commit c64ed88c20

View File

@@ -24,7 +24,7 @@ export default function CheckoutPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -50,51 +50,22 @@ export default function CheckoutPage() {
animationType="slide-up"
plans={[
{
id: "basic",
tag: "Basic",
tagIcon: undefined,
price: "$45",
period: "/1h",
description: "Perfect for beginners learning fundamentals and core mechanics",
button: { text: "Proceed to Checkout", href: "/confirmation" },
featuresTitle: "What's Included:",
features: [
"Fundamentals coaching session",
"Basic drill plan for practice",
"1 follow-up message with tips",
],
id: "basic", tag: "Basic", tagIcon: undefined,
price: "$45", period: "/1h", description: "Perfect for beginners learning fundamentals and core mechanics", button: { text: "Proceed to Checkout", href: "/confirmation" },
featuresTitle: "What's Included:", features: [
"Fundamentals coaching session", "Basic drill plan for practice", "1 follow-up message with tips"],
},
{
id: "immediate",
tag: "Immediate",
tagIcon: undefined,
price: "$75",
period: "/1h",
description: "For intermediate players wanting faster feedback and detailed analysis",
button: { text: "Proceed to Checkout", href: "/confirmation" },
featuresTitle: "What's Included:",
features: [
"Faster feedback during session",
"Tailored drills for your style",
"Short VOD notes (5-10 min review)",
"3 follow-up messages",
],
id: "immediate", tag: "Immediate", tagIcon: undefined,
price: "$75", period: "/1h", description: "For intermediate players wanting faster feedback and detailed analysis", button: { text: "Proceed to Checkout", href: "/confirmation" },
featuresTitle: "What's Included:", features: [
"Faster feedback during session", "Tailored drills for your style", "Short VOD notes (5-10 min review)", "3 follow-up messages"],
},
{
id: "pro",
tag: "Pro",
tagIcon: undefined,
price: "$120",
period: "/1h",
description: "For serious competitive players aiming for tournament-level performance",
button: { text: "Proceed to Checkout", href: "/confirmation" },
featuresTitle: "What's Included:",
features: [
"Full VOD review (complete game analysis)",
"Custom training routine (2+ weeks)",
"Matchup planning vs specific opponents",
"Unlimited follow-ups for 7 days",
],
id: "pro", tag: "Pro", tagIcon: undefined,
price: "$120", period: "/1h", description: "For serious competitive players aiming for tournament-level performance", button: { text: "Proceed to Checkout", href: "/confirmation" },
featuresTitle: "What's Included:", features: [
"Full VOD review (complete game analysis)", "Custom training routine (2+ weeks)", "Matchup planning vs specific opponents", "Unlimited follow-ups for 7 days"],
},
]}
/>
@@ -104,7 +75,7 @@ export default function CheckoutPage() {
<ContactText
text="Have questions before booking? Our support team is ready to help. Reach out via Discord or email, and we'll get you sorted in minutes."
animationType="background-highlight"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Discord Support", href: "https://discord.gg/example" },