Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a44ee452c5 | |||
| 068062ea94 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user