From 906e189f1dc5f322240c9f5edf5cc31b3f4f45e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:49:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf64455..10256cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; @@ -186,7 +186,7 @@ export default function LandingPage() { id: "starter", badge: "Growth", badgeIcon: Sparkles, price: "$5,000/mo", subtitle: "For emerging businesses", buttons: [ { - text: "Get Started", href: "#contact"}, + text: "Connect with Sales", href: "#contact"}, ], features: [ "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() { ); -} +} \ No newline at end of file -- 2.49.1