Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-03-03 07:26:24 +00:00

View File

@@ -3,7 +3,7 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import HeroCentered from "@/components/sections/hero/HeroCentered";
import AboutMetric from "@/components/sections/about/AboutMetric";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
@@ -67,30 +67,17 @@ export default function HomePage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
<HeroCentered
title="Motion Design That Moves Markets"
description="We help startups and enterprises establish emotional connections between products and customers through creative animated explainers that drive engagement and conversion"
tag=" "
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
testimonials={[
avatars={[
{
name: "Sarah Chen", handle: "Founder, TechFlow", testimonial:
"Afrozarchives transformed our product launch with compelling motion design that resonated perfectly with our audience.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen founder portrait"},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", alt: "Avatar 1"},
{
name: "Marcus Johnson", handle: "Marketing Director, Innovate Inc", testimonial:
"The animated explainers we created with Afrozarchives increased our conversion rate by 40% in just one quarter.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson director portrait"},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", alt: "Avatar 2"},
]}
testimonialRotationInterval={5000}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/technician-employs-ai-chatbot-pc-monitor-executing-programming-code_482257-120774.jpg"
imageAlt="Motion design animation studio workspace"
mediaAnimation="slide-up"
useInvertedBackground={false}
avatarText="Trusted by 1000+ users"
buttons={[
{ text: "Start Your Project", href: "/contact" },
{ text: "View Our Work", href: "/work" },