diff --git a/src/app/page.tsx b/src/app/page.tsx index 036dd42..18a644e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,16 +137,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", badge: "Essential", price: "$150", subtitle: "Clean, Oil, Adjust (COA)", features: [ - "Full strip-down", "Ultrasonic cleaning", "Key adjustment"], + id: "p1", badge: "Beginner", price: "$120", subtitle: "Clean, Oil, Adjust (COA)", features: [ + "Full strip-down", "Ultrasonic cleaning", "Standard key adjustment"], buttons: [ { text: "Request Quote", href: "#contact"}, ], }, { - id: "p2", badge: "Restoration", price: "$300", subtitle: "Mechanical Keywork", features: [ - "Elimination of side-play", "Felt replacement", "Rod alignment"], + id: "p2", badge: "Advanced", price: "$220", subtitle: "Clean, Oil, Adjust (COA)", features: [ + "Full strip-down", "Ultrasonic cleaning", "Precision regulation", "Rod/key alignment"], buttons: [ { text: "Request Quote", href: "#contact"}, @@ -233,4 +233,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file