Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-23 02:37:08 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}