Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f4a97284a | |||
| d51543b64a | |||
| 791d43e4b0 | |||
| 080de5816a | |||
| 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';
|
||||||
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import { Award, Sparkles, Zap } from "lucide-react";
|
import { Award, Sparkles, Zap, DollarSign } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -120,6 +120,11 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Intelligent Solutions for Every Business Need"
|
title="Intelligent Solutions for Every Business Need"
|
||||||
description="Our suite of AI services is designed to empower your business with cutting-edge technology, ensuring sustainable growth and innovation."
|
description="Our suite of AI services is designed to empower your business with cutting-edge technology, ensuring sustainable growth and innovation."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Schedule a Discovery Call", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -186,7 +191,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"],
|
||||||
@@ -212,6 +217,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Flexible AI Solutions for Every Scale"
|
title="Flexible AI Solutions for Every Scale"
|
||||||
description="Choose the plan that best fits your business goals, or let us craft a custom solution designed just for you."
|
description="Choose the plan that best fits your business goals, or let us craft a custom solution designed just for you."
|
||||||
|
tag="Our Plans"
|
||||||
|
tagIcon={DollarSign}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user