Update src/app/services/page.tsx
This commit is contained in:
@@ -4,7 +4,7 @@ import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
@@ -77,21 +77,24 @@ export default function ServicesPage() {
|
||||
{
|
||||
id: "1", title: "Explainer Videos", description:
|
||||
"Engaging animated explainers that communicate complex concepts with clarity and emotion, perfect for product launches and feature demonstrations.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=10", imageAlt: "Animated explainer video example"},
|
||||
"http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=10", imageAlt: "Animated explainer video example"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Brand Storytelling", description:
|
||||
"Compelling motion narratives that bring your brand story to life, creating emotional resonance with your target audience through visual motion design.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=11", imageAlt: "Brand storytelling animation"},
|
||||
"http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=11", imageAlt: "Brand storytelling animation"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Product Animation", description:
|
||||
"Custom animated demonstrations of your product features, showcasing functionality and benefits through fluid, engaging motion that drives conversion.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=12", imageAlt: "Product animation showcase"},
|
||||
"http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=12", imageAlt: "Product animation showcase"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
<PricingCardThree
|
||||
title="Service Pricing"
|
||||
description="Transparent pricing for every project size. Choose the perfect plan for your motion design needs."
|
||||
textboxLayout="default"
|
||||
@@ -99,13 +102,21 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
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: "standard", badge: "Standard", price: "Starting at $4,500", name: "Perfect for small teams", buttons: [
|
||||
{ text: "Get Started", href: "https://calendly.com/afrozarchives/discovery" }
|
||||
],
|
||||
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", 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"],
|
||||
price: "Starting at $12,000", name: "Perfect for growing companies", buttons: [
|
||||
{ text: "Get Started", href: "https://calendly.com/afrozarchives/discovery" }
|
||||
],
|
||||
features: [
|
||||
"Everything in Standard, plus", "Multiple videos or ongoing series", "Brand and campaign strategy input", "High-impact execution", "Priority turnaround", "Extended revision support"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user