diff --git a/src/app/page.tsx b/src/app/page.tsx index cbca021..7de8ee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { id: "p1", badge: "Launch", price: "$500", subtitle: "Single Site License", features: ["Full Ownership", "Clean Codebase", "Mobile Ready", "SEO Basic Setup", "Maintenance NOT included", "Domain not included"] }, + { id: "p1", badge: "Launch", price: "$500", subtitle: "Single Site License", features: ["Full Ownership", "Clean Codebase", "Mobile Ready", "SEO Basic Setup", "Maintenance not included", "Domain not included"] }, ]} title="Simple Pricing" description="Flat rate, full ownership. Maintenance and domain registration are the client's responsibility."