diff --git a/src/app/page.tsx b/src/app/page.tsx
index f93a225..8aee02f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,20 +40,12 @@ export default function LandingPage() {
@@ -161,27 +100,8 @@ export default function LandingPage() {
title="Simple Pricing"
description="Transparent plans for your comfort."
plans={[
- {
- id: "p1",
- badge: "Value",
- price: "$99",
- subtitle: "Basic maintenance check",
- features: [
- "System check",
- "Safety inspection",
- ],
- },
- {
- id: "p2",
- badge: "Pro",
- price: "$199",
- subtitle: "Full system tune-up",
- features: [
- "Deep cleaning",
- "Performance optimization",
- "Extended warranty",
- ],
- },
+ { id: "p1", badge: "Value", price: "$99", subtitle: "Basic maintenance check", features: ["System check", "Safety inspection"] },
+ { id: "p2", badge: "Pro", price: "$199", subtitle: "Full system tune-up", features: ["Deep cleaning", "Performance optimization", "Extended warranty"] },
]}
/>
@@ -189,56 +109,21 @@ export default function LandingPage() {