Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 906e189f1d | |||
| 95d3fba902 | |||
| d652dd0eb4 |
@@ -1,6 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
|||||||
id: "starter", badge: "Growth", badgeIcon: Sparkles,
|
id: "starter", badge: "Growth", badgeIcon: Sparkles,
|
||||||
price: "$5,000/mo", subtitle: "For emerging businesses", buttons: [
|
price: "$5,000/mo", subtitle: "For emerging businesses", buttons: [
|
||||||
{
|
{
|
||||||
text: "Get Started", href: "#contact"},
|
text: "Connect with Sales", href: "#contact"},
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Custom AI Strategy Session", "1 AI Model Development", "Basic Data Integration", "Monthly Performance Reports", "Dedicated Support Channel"],
|
"Custom AI Strategy Session", "1 AI Model Development", "Basic Data Integration", "Monthly Performance Reports", "Dedicated Support Channel"],
|
||||||
@@ -282,4 +282,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user