Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55c749034b | |||
| 2f4a97284a | |||
| d51543b64a |
@@ -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 (
|
||||||
@@ -217,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>
|
||||||
|
|
||||||
@@ -287,4 +289,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user