15 Commits

Author SHA1 Message Date
6616bb776d Update src/app/pricing/page.tsx 2026-03-12 15:51:58 +00:00
4696ad433f Update src/app/pricing/page.tsx 2026-03-12 15:51:15 +00:00
ab258b9365 Update src/app/pricing/page.tsx 2026-03-12 15:50:36 +00:00
c421dbf8e4 Update src/app/pricing/page.tsx 2026-03-12 15:49:51 +00:00
43d1df6e74 Update src/app/pricing/page.tsx 2026-03-12 15:49:13 +00:00
db50ee8979 Update src/app/pricing/page.tsx 2026-03-12 15:48:36 +00:00
67772cb4e4 Update src/app/pricing/page.tsx 2026-03-12 15:47:49 +00:00
d375410b8b Update src/app/pricing/page.tsx 2026-03-12 15:47:06 +00:00
81cb1f6563 Update src/app/pricing/page.tsx 2026-03-12 15:46:23 +00:00
edbb57f2c6 Update src/app/pricing/page.tsx 2026-03-12 15:45:41 +00:00
35a1f49e21 Update src/app/pricing/page.tsx 2026-03-12 15:44:58 +00:00
ffec816741 Update src/app/pricing/page.tsx 2026-03-12 15:44:19 +00:00
d15dd2093e Merge version_19 into main
Merge version_19 into main
2026-03-12 15:42:11 +00:00
d33d1ce1df Update src/app/pricing/page.tsx 2026-03-12 15:42:07 +00:00
cad7657792 Merge version_18 into main
Merge version_18 into main
2026-03-12 15:33:41 +00:00

View File

@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { DollarSign, Sparkles, Star, Zap, Rocket } from "lucide-react";
@@ -43,19 +44,16 @@ export default function PricingPage() {
tagIcon={DollarSign}
plans={[
{
id: "starter", badge: "Good for Beginners", badgeIcon: Sparkles,
price: "$200/mo", subtitle: "Fresh creative angles monthly", buttons: [{ text: "Get Started", href: "/contact" }],
id: "starter", subtitle: "Popular", price: "$200/mo", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["4-6 ad variations", "Multiple hooks and angles", "Primary ad text and headlines", "Correct ad sizes and formats", "Ready to upload"]
},
{
id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$350/mo", subtitle: "Comprehensive creative support", buttons: [{ text: "Get Started", href: "/contact" }],
id: "professional", subtitle: "Most Popular", price: "$350/mo", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["8-12 ad variations", "Diverse visual angles", "Copy testing variations", "Multiple formats and sizes", "Platform-optimized specs", "Priority support"]
},
{
id: "enterprise", badge: "For Scaling Brands", badgeIcon: Zap,
price: "$500/mo", subtitle: "Maximum creative output and strategy", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support", ""]
id: "enterprise", subtitle: "Enterprise", price: "$500/mo", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support"]
}
]}
animationType="slide-up"
@@ -64,6 +62,32 @@ export default function PricingPage() {
/>
</div>
<div id="pricing-nine" data-section="pricing-nine">
<PricingCardNine
title="Service Plans"
description="Comprehensive packages designed to help your business grow with our complete customer acquisition system."
tag="All-in-One Solutions"
tagIcon={Zap}
plans={[
{
id: "essential", subtitle: "Getting Started", price: "$1,500", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["Custom website design", "Basic Meta ads setup", "Initial creative package", "30-day support"]
},
{
id: "professional", subtitle: "Most Popular", price: "$2,500", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["Advanced website design", "Full Meta ads management", "Monthly creative production", "3-month strategy support", "Performance optimization"]
},
{
id: "enterprise", subtitle: "Maximum Growth", price: "$4,000", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["Premium website design", "Dedicated ads manager", "Weekly creative delivery", "6-month strategy support", "Custom reporting", "Priority support"]
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Grow?"