Update src/app/pricing/page.tsx
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function PricingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
<PricingCardOne
|
||||
title="Pricing Plans"
|
||||
description="Transparent pricing for every project size. Choose the perfect plan for your motion design needs."
|
||||
textboxLayout="default"
|
||||
@@ -72,20 +72,12 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "standard", price: "Starting at $4,500", name: "Standard Package", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
id: "standard", badge: "Standard", price: "Starting at $4,500", subtitle: "Perfect for small teams", features: [
|
||||
"Duration: up to 30 seconds", "Script & storyboard assistance", "Motion design & editing for one video", "2 rounds of revisions", "Delivery in standard formats", "Creative consultation"],
|
||||
},
|
||||
{
|
||||
id: "premium", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "Starting at $12,000", name: "Premium Package", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
price: "Starting at $12,000", subtitle: "Perfect for growing companies", features: [
|
||||
"Everything in Standard, plus", "Multiple videos or ongoing series", "Brand and campaign strategy input", "High-impact execution", "Priority turnaround", "Extended revision support"],
|
||||
},
|
||||
]}
|
||||
@@ -93,10 +85,10 @@ export default function PricingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Your Questions, Answered"
|
||||
sideDescription="Everything you need to know about working with Afrozarchives"
|
||||
textPosition="left"
|
||||
<FaqDouble
|
||||
title="Your Questions, Answered"
|
||||
description="Everything you need to know about working with Afrozarchives"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user