Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-22 12:09:24 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -170,21 +170,21 @@ export default function LandingPage() {
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
<PricingCardEight
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "basic", badge: "Entry", price: "$1,500", subtitle: "Perfect for landing pages.", features: [
id: "basic", badge: "Entry", price: "$1,500", subtitle: "Perfect for landing pages.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
"Responsive Layout", "Basic SEO", "Mobile Optimized"],
},
{
id: "pro", badge: "Popular", price: "$3,500", subtitle: "Best for growing startups.", features: [
id: "pro", badge: "Popular", price: "$3,500", subtitle: "Best for growing startups.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
"Complete Website", "CMS Integration", "Brand Guidelines"],
},
{
id: "expert", badge: "Enterprise", price: "$6,000+", subtitle: "Full digital strategy.", features: [
id: "expert", badge: "Enterprise", price: "$6,000+", subtitle: "Full digital strategy.", buttons: [{ text: "Get a Quote", href: "#contact" }], features: [
"Custom App Design", "High-Priority Support", "Advanced Analytics"],
},
]}