Compare commits
3 Commits
version_21
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9277d41049 | |||
| eb9f43477c | |||
| cd4d074e7c |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user