Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fa206800d | |||
| a69db7f833 | |||
| 56a70426bb | |||
| d7e085771f |
@@ -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 TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Briefcase, Globe, HelpCircle, ListChecks, Sparkles } from "lucide-react";
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
|
||||
@@ -210,25 +210,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="success-stories" data-section="success-stories">
|
||||
<TestimonialCardTwelve
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "Sarah Chen portrait"},
|
||||
{
|
||||
id: "2", name: "David Miller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "David Miller portrait"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-painter-white-shirt-striped-t-shirt-sitting-floor-thoughtfully-looking-camera-while-drawing-by-watercolor-with-paint-tools-near-home_574295-3776.jpg", imageAlt: "Emily Rodriguez portrait"},
|
||||
{
|
||||
id: "4", name: "Michael Kim", imageSrc: "http://img.b2bpic.net/free-photo/fresh-pensive-executive-studio-young_1187-4832.jpg", imageAlt: "Michael Kim portrait"},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", imageAlt: "Jessica Lee portrait"},
|
||||
{
|
||||
id: "6", name: "Chris Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-checking-paperwork-details-computer-screen-solving-tasks_482257-112948.jpg", imageAlt: "Chris Johnson portrait"},
|
||||
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" }
|
||||
]}
|
||||
cardTitle="Real Success, Real People"
|
||||
cardTag="Hear From Our Users"
|
||||
cardAnimation="slide-up"
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user