diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3c1298..5a113c9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,43 +43,17 @@ export default function LandingPage() {
@@ -197,39 +116,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Essential",
- price: "$49/mo",
- subtitle: "Perfect for single technicians",
- buttons: [
- {
- text: "Choose Plan",
- href: "#",
- },
- ],
- features: [
- "1 User Access",
- "Standard Tracking",
- "Email Support",
- ],
+ id: "basic", badge: "Essential", price: "$49/mo", subtitle: "Perfect for single technicians", buttons: [{ text: "Choose Plan", href: "#" }],
+ features: ["1 User Access", "Standard Tracking", "Email Support"]
},
{
- id: "pro",
- badge: "Enterprise",
- price: "$129/mo",
- subtitle: "For established repair centers",
- buttons: [
- {
- text: "Choose Plan",
- href: "#",
- },
- ],
- features: [
- "Unlimited Users",
- "Full Analytics",
- "PDF Reporting",
- "Priority Support",
- ],
+ id: "pro", badge: "Enterprise", price: "$129/mo", subtitle: "For established repair centers", buttons: [{ text: "Choose Plan", href: "#" }],
+ features: ["Unlimited Users", "Full Analytics", "PDF Reporting", "Priority Support"]
},
]}
title="Scalable Plans for Your Shop"
@@ -241,31 +133,11 @@ export default function LandingPage() {
@@ -305,35 +165,22 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file