Merge version_22 into main #27

Merged
bender merged 1 commits from version_22 into main 2026-04-12 02:27:41 +00:00

View File

@@ -9,7 +9,7 @@ import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Zap, Sparkles, Briefcase, BarChart3 } from "lucide-react";
import { Zap, Sparkles, Briefcase } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -113,7 +113,7 @@ export default function HomePage() {
<div id="pricing" data-section="pricing">
<PricingCardOne
title="Simple, Transparent Investment"
description="Monthly retainers. No long-term contracts. We earn your business every month."
description="Monthly retainers. No long-term contracts. We earn your business every month. *Custom packages available to meet your budget."
tag="Pricing"
tagAnimation="slide-up"
plans={[
@@ -203,4 +203,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}