2 Commits

Author SHA1 Message Date
8ef62219fb Update src/app/page.tsx 2026-06-03 12:35:04 +00:00
054339ec30 Merge version_3 into main
Merge version_3 into main
2026-06-03 12:32:21 +00:00

View File

@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Briefcase, Globe, HelpCircle, ListChecks, Sparkles } from "lucide-react";
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
@@ -210,16 +210,26 @@ export default function LandingPage() {
</div>
<div id="success-stories" data-section="success-stories">
<TestimonialCardFifteen
<TestimonialCardSix
useInvertedBackground={true}
testimonial="JobPilot AI completely changed my job search. After uploading my CV, I received job matches that perfectly aligned with my skills. Within three weeks, I secured interviews with three international companies."
rating={5}
author="Sarah M., Marketing Specialist, Kenya"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-african-woman-using-laptop_23-2150337575.jpg", alt: "Sarah M. portrait" }
title="What Our Users Say"
description="Hear from professionals who transformed their job search with JobPilot AI."
tag="Success Stories"
testimonials={[
{
id: "testimonial-1", testimonial: "JobPilot AI completely changed my job search. After uploading my CV, I received job matches that perfectly aligned with my skills. Within three weeks, I secured interviews with three international companies.", name: "Sarah M.", handle: "Marketing Specialist, Kenya", imageSrc: "http://img.b2bpic.net/free-photo/young-african-woman-using-laptop_23-2150337575.jpg", imageAlt: "Sarah M. portrait"
},
{
id: "testimonial-2", testimonial: "The AI resume optimization feature helped me improve my CV significantly. I started receiving responses from employers almost immediately after updating my profile.", name: "David K.", handle: "Software Developer, Nigeria", imageSrc: "http://img.b2bpic.net/free-photo/african-man-working-software-development_23-2150777717.jpg", imageAlt: "David K. portrait"
},
{
id: "testimonial-3", testimonial: "I was spending hours searching for remote jobs every day. JobPilot AI automated the process and found opportunities I would never have discovered on my own.", name: "Amina H.", handle: "Virtual Assistant, Tanzania", imageSrc: "http://img.b2bpic.net/free-photo/african-woman-working-virtual-assistant_23-2150777719.jpg", imageAlt: "Amina H. portrait"
}
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
speed={40}
topMarqueeDirection="left"
/>
</div>