Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-02 21:30:32 +00:00

View File

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