5 Commits

Author SHA1 Message Date
55c749034b Merge version_4 into main
Merge version_4 into main
2026-06-09 12:36:44 +00:00
2f4a97284a Update src/app/page.tsx 2026-06-09 12:36:38 +00:00
d51543b64a Merge version_3 into main
Merge version_3 into main
2026-06-09 12:35:11 +00:00
791d43e4b0 Update src/app/page.tsx 2026-06-09 12:35:08 +00:00
080de5816a Merge version_2 into main
Merge version_2 into main
2026-06-09 10:49:50 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
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() {
return (
@@ -120,6 +120,11 @@ export default function LandingPage() {
]}
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."
buttons={[
{
text: "Schedule a Discovery Call", href: "#contact"
}
]}
/>
</div>
@@ -212,6 +217,8 @@ export default function LandingPage() {
]}
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."
tag="Our Plans"
tagIcon={DollarSign}
/>
</div>
@@ -282,4 +289,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}