Update src/app/page.tsx

This commit is contained in:
2026-05-03 10:52:51 +00:00
parent ca8e871bf8
commit 007cd0ddba

View File

@@ -8,7 +8,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -108,14 +108,14 @@ export default function LandingPage() {
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="depth-3d"
<PricingCardEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "start", badge: "Launch", price: "$1,999", subtitle: "For early-stage startups", features: ["MVP Development", "Cloud Setup", "Basic Support"] },
{ id: "pro", badge: "Growth", price: "$4,499", subtitle: "For established ventures", features: ["Full Stack Build", "Priority Support", "Analytics Integration"] },
{ id: "enterprise", badge: "Scale", price: "$9,999+", subtitle: "For enterprise scale", features: ["Dedicated Team", "CI/CD Setup", "Custom Integrations"] },
{ id: "launch", badge: "Launch", price: "$1,999", subtitle: "For early-stage startups", buttons: [{text: "Get Started"}], features: ["MVP Development", "Cloud Setup", "Basic Support"] },
{ id: "website", badge: "Premium", price: "$8,000", subtitle: "Complete professional website package", buttons: [{text: "Get Started"}], features: ["Custom Design", "SEO Optimization", "Full Hosting Included", "Performance Tuning"] },
{ id: "enterprise", badge: "Scale", price: "$9,999+", subtitle: "For enterprise scale", buttons: [{text: "Get Started"}], features: ["Dedicated Team", "CI/CD Setup", "Custom Integrations"] },
]}
title="Transparent Pricing"
description="Choose the level of engagement that fits your business stage."