From a45fff22a06707c9ccb41b796fb1bd1dc88cbbfb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:37:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.49.1