diff --git a/src/app/page.tsx b/src/app/page.tsx index f19d114..f13b4c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", tag: "Essential", price: "$1,500", period: "setup", description: "Core systems for new service businesses.", featuresTitle: "Includes", features: [ + id: "starter", tag: "Core Automation", price: "$1,500", period: "setup", description: "Core systems for new service businesses.", featuresTitle: "Includes", features: [ "Custom Website", "CRM Setup", "Google Calendar Integration", "Lead Form Automation"], button: { text: "Book Now", href: "#contact"}, @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}