Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a44ee452c5 | |||
| 068062ea94 |
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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"],
|
"Custom Website", "CRM Setup", "Google Calendar Integration", "Lead Form Automation"],
|
||||||
button: {
|
button: {
|
||||||
text: "Book Now", href: "#contact"},
|
text: "Book Now", href: "#contact"},
|
||||||
@@ -213,4 +213,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user