From 0fbc0a4b8180ffea38ef03664f11af4ae71013c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:22 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0e0c299..40dd358 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,15 +91,18 @@ export default function AboutPage() { { id: "1", title: "Founded on Creativity", description: "Afrozarchives was born from a passion for motion design and visual storytelling. We started with a vision to transform how brands communicate through animation.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=4", imageAlt: "Creative team collaboration"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=4", imageAlt: "Creative team collaboration" + }, { id: "2", title: "Strategic Approach", description: "We don't just create beautiful animations; we craft strategic narratives that align with your business goals and drive measurable results for your brand.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=5", imageAlt: "Strategic planning session"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=5", imageAlt: "Strategic planning session" + }, { id: "3", title: "Collaborative Process", description: "Your vision is at the heart of everything we do. We work closely with you throughout the entire process to ensure your story is told exactly as intended.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=6", imageAlt: "Team collaboration and feedback"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=6", imageAlt: "Team collaboration and feedback" + }, ]} /> @@ -118,15 +121,18 @@ export default function AboutPage() { { id: "1", title: "Excellence", description: "We are committed to delivering the highest quality motion design with attention to every detail and pixel-perfect execution.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=7", imageAlt: "Excellence in design"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=7", imageAlt: "Excellence in design" + }, { id: "2", title: "Innovation", description: "We continuously explore new techniques, tools, and storytelling methods to stay ahead of trends and deliver fresh, innovative solutions.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=8", imageAlt: "Innovative technology"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=8", imageAlt: "Innovative technology" + }, { id: "3", title: "Partnership", description: "We view every client as a partner. Your success is our success, and we're invested in delivering results that exceed your expectations.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=9", imageAlt: "Client partnership"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=9", imageAlt: "Client partnership" + }, ]} /> -- 2.49.1 From 81fb63e90965c307542f3c894b9f31d6443951a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:23 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3f075bb..6712414 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,7 +70,8 @@ export default function ContactPage() { useInvertedBackground={false} buttons={[ { - text: "Book a Discovery Call", href: "https://calendly.com/afrozarchives/discovery"}, + text: "Book a Discovery Call", href: "https://calendly.com/afrozarchives/discovery" + }, { text: "Email Us", href: "mailto:hello@afrozarchives.com" }, ]} /> @@ -86,22 +87,28 @@ export default function ContactPage() { faqs={[ { id: "1", title: "How do I get started?", content: - "Simply reach out through our contact form or book a discovery call. We'll discuss your project goals, vision, and answer any questions you might have about our process."}, + "Simply reach out through our contact form or book a discovery call. We'll discuss your project goals, vision, and answer any questions you might have about our process." + }, { id: "2", title: "What information should I have ready?", content: - "It helps to have a clear understanding of your project goals, target audience, and any reference materials or inspiration. But don't worry—we guide you through the discovery process."}, + "It helps to have a clear understanding of your project goals, target audience, and any reference materials or inspiration. But don't worry—we guide you through the discovery process." + }, { id: "3", title: "Do you offer consultations?", content: - "Yes! We offer free discovery calls where we can discuss your project in depth, understand your needs, and provide recommendations and pricing tailored to your specific requirements."}, + "Yes! We offer free discovery calls where we can discuss your project in depth, understand your needs, and provide recommendations and pricing tailored to your specific requirements." + }, { id: "4", title: "What's your typical response time?", content: - "We typically respond to inquiries within 24 hours during business days. For urgent projects, let us know and we'll prioritize your request accordingly."}, + "We typically respond to inquiries within 24 hours during business days. For urgent projects, let us know and we'll prioritize your request accordingly." + }, { id: "5", title: "Can you work with my existing team?", content: - "Absolutely! We collaborate seamlessly with marketing teams, designers, and other creative professionals to ensure your project aligns with your broader initiatives."}, + "Absolutely! We collaborate seamlessly with marketing teams, designers, and other creative professionals to ensure your project aligns with your broader initiatives." + }, { id: "6", title: "What's your cancellation policy?", content: - "We're committed to your satisfaction. During the discovery phase, there's no commitment. Once we begin work, we have specific milestones and agreements in place. We're happy to discuss details during your consultation."}, + "We're committed to your satisfaction. During the discovery phase, there's no commitment. Once we begin work, we have specific milestones and agreements in place. We're happy to discuss details during your consultation." + }, ]} /> -- 2.49.1 From 76184db29139b8d6a360423e2f8d3b71b05e871d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:23 +0000 Subject: [PATCH 3/7] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adc8f11..1297f74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,12 +70,14 @@ export default function HomePage() { @@ -138,11 +143,13 @@ export default function HomePage() { { id: "1", name: "Sarah Chen", role: "Founder & CEO", company: "TechFlow", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah Chen founder portrait"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah Chen founder portrait" + }, { id: "2", name: "Marcus Johnson", role: "Marketing Director", company: "Innovate Inc", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Johnson director portrait"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Johnson director portrait" + }, ]} kpiItems={[ { value: "150+", label: "Projects Completed" }, -- 2.49.1 From e2e3fa18d2a26aa4213ad5c08f1b91902b01a5c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:24 +0000 Subject: [PATCH 4/7] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index a9f0563..126c888 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; 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() {
- @@ -94,22 +102,28 @@ export default function PricingPage() { faqs={[ { id: "1", title: "What's the difference between a standard and custom project?", content: - "Standard projects follow a streamlined process with defined deliverables, perfect for one-off videos or smaller campaigns. Custom projects offer greater flexibility, multiple videos, extended revision support, and strategic input tailored to larger campaigns and long-term partnerships."}, + "Standard projects follow a streamlined process with defined deliverables, perfect for one-off videos or smaller campaigns. Custom projects offer greater flexibility, multiple videos, extended revision support, and strategic input tailored to larger campaigns and long-term partnerships." + }, { id: "2", title: "How fast is the turnaround?", content: - "Standard packages typically take 3-4 weeks from kickoff to delivery. Premium packages receive priority scheduling. Rush turnarounds are available for an additional fee. We'll discuss timeline specifics during your discovery call."}, + "Standard packages typically take 3-4 weeks from kickoff to delivery. Premium packages receive priority scheduling. Rush turnarounds are available for an additional fee. We'll discuss timeline specifics during your discovery call." + }, { id: "3", title: "What types of video do you handle?", content: - "We specialize in animated explainer videos, product demonstrations, brand storytelling, and feature animations. We work across industries and use various animation styles—from 2D motion graphics to character animation—depending on your vision and goals."}, + "We specialize in animated explainer videos, product demonstrations, brand storytelling, and feature animations. We work across industries and use various animation styles—from 2D motion graphics to character animation—depending on your vision and goals." + }, { id: "4", title: "How many rounds of revisions are included?", content: - "Standard packages include 2 rounds of revisions. Premium packages offer extended revision support for ongoing projects. We build in reasonable revision cycles to ensure your satisfaction while maintaining project momentum."}, + "Standard packages include 2 rounds of revisions. Premium packages offer extended revision support for ongoing projects. We build in reasonable revision cycles to ensure your satisfaction while maintaining project momentum." + }, { id: "5", title: "Can I request a discovery call before committing?", content: - "Absolutely! We encourage a free discovery call to discuss your project, goals, and creative vision. This helps us understand your needs and provide accurate pricing and timelines tailored to your specific requirements."}, + "Absolutely! We encourage a free discovery call to discuss your project, goals, and creative vision. This helps us understand your needs and provide accurate pricing and timelines tailored to your specific requirements." + }, { id: "6", title: "What happens after delivery?", content: - "You receive all video files in standard formats optimized for web, social media, and presentations. We also provide guidance on how to best utilize your animated content across your marketing channels for maximum impact."}, + "You receive all video files in standard formats optimized for web, social media, and presentations. We also provide guidance on how to best utilize your animated content across your marketing channels for maximum impact." + }, ]} />
-- 2.49.1 From 502966144bc8fb6a1e13f4f994ecf093601d29ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:25 +0000 Subject: [PATCH 5/7] Update src/app/process/page.tsx --- src/app/process/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/app/process/page.tsx b/src/app/process/page.tsx index d1740f5..b387511 100644 --- a/src/app/process/page.tsx +++ b/src/app/process/page.tsx @@ -74,13 +74,16 @@ export default function ProcessPage() { features={[ { id: "1", title: "Kickoff", description: "Discuss your video goals and creative vision together", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=13", imageAlt: "Project kickoff meeting"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=13", imageAlt: "Project kickoff meeting" + }, { id: "2", title: "Concept", description: "Plan a script and storyboard with your ideas", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=14", imageAlt: "Concept development phase"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=14", imageAlt: "Concept development phase" + }, { id: "3", title: "Creation", description: "Animate, revise, and deliver your finished video", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=15", imageAlt: "Animation creation phase"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=15", imageAlt: "Animation creation phase" + }, ]} /> @@ -99,15 +102,18 @@ export default function ProcessPage() { { id: "1", title: "Discovery & Strategy", description: "We start with understanding your brand, goals, and target audience. This foundation guides all creative decisions.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=16", imageAlt: "Discovery phase"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=16", imageAlt: "Discovery phase" + }, { id: "2", title: "Scripting & Storyboarding", description: "We craft compelling narratives and visual sequences that communicate your message with clarity and emotion.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=17", imageAlt: "Storyboarding process"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=17", imageAlt: "Storyboarding process" + }, { id: "3", title: "Animation Production", description: "Our team brings your story to life with fluid motion, sound design, and polish that showcases your brand.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=18", imageAlt: "Animation production"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=18", imageAlt: "Animation production" + }, ]} /> -- 2.49.1 From 0fa7757f7b914ef17443ff99d702c6cab2b4bc5a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:25 +0000 Subject: [PATCH 6/7] Update src/app/services/page.tsx --- src/app/services/page.tsx | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9a0f202..73bff41 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" + }, ]} />
- -- 2.49.1 From daa8d942014d4d81fd97e9cef95ca7562fe817d6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:28:26 +0000 Subject: [PATCH 7/7] Update src/app/work/page.tsx --- src/app/work/page.tsx | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index ebc9ec4..df7ab29 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; @@ -63,7 +63,7 @@ export default function WorkPage() {
-
@@ -97,15 +97,18 @@ export default function WorkPage() { { id: "1", title: "SaaS Product Launch", description: "A 60-second animated explainer that increased product launch engagement by 45% and drove qualified leads.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=22", imageAlt: "SaaS product launch video"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=22", imageAlt: "SaaS product launch video" + }, { id: "2", title: "Brand Documentary", description: "A 3-minute animated brand story that connected founders with their audience on an emotional level.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=23", imageAlt: "Brand documentary animation"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=23", imageAlt: "Brand documentary animation" + }, { id: "3", title: "Feature Animation Series", description: "A series of 30-second feature demonstrations that improved product adoption by 38% across the platform.", imageSrc: - "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=24", imageAlt: "Feature animation series"}, + "http://img.b2bpic.net/free-vector/bloggers-screen-collection_23-2148539660.jpg?_wi=24", imageAlt: "Feature animation series" + }, ]} /> -- 2.49.1