11 Commits

Author SHA1 Message Date
566997264c Merge version_4 into main
Merge version_4 into main
2026-06-03 12:35:07 +00:00
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
5fa206800d Update src/app/page.tsx 2026-06-03 12:32:18 +00:00
a69db7f833 Merge version_2 into main
Merge version_2 into main
2026-06-03 12:26:27 +00:00
266bcfe48b Update src/app/page.tsx 2026-06-03 12:26:24 +00:00
56a70426bb Merge version_2 into main
Merge version_2 into main
2026-06-03 12:25:42 +00:00
578d962f46 Update src/app/page.tsx 2026-06-03 12:25:39 +00:00
d7e085771f Merge version_2 into main
Merge version_2 into main
2026-06-03 12:24:54 +00:00
8f2ef2e5bc Update src/app/page.tsx 2026-06-03 12:24:51 +00:00
a71dd8198a Merge version_1 into main
Merge version_1 into main
2026-06-03 12:13:56 +00:00

View File

@@ -12,8 +12,9 @@ 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 TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Briefcase, Globe, HelpCircle, ListChecks, Sparkles } from "lucide-react";
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
export default function LandingPage() {
return (
@@ -39,6 +40,8 @@ export default function LandingPage() {
name: "Features", id: "#ats-features"},
{
name: "AI Tools", id: "#ai-tools"},
{
name: "Payments", id: "#payment-methods"},
{
name: "Testimonials", id: "#success-stories"},
{
@@ -175,26 +178,58 @@ export default function LandingPage() {
/>
</div>
<div id="payment-methods" data-section="payment-methods">
<FeatureCardTwentyEight
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "card-payments", title: "Credit & Debit Cards", subtitle: "Visa, Mastercard, Amex", category: "International", value: "Instant"
},
{
id: "paypal", title: "PayPal", subtitle: "Secure Online Wallet", category: "International", value: "Instant"
},
{
id: "stripe", title: "Stripe", subtitle: "Integrated Payments", category: "International", value: "Instant"
},
{
id: "bank-transfer", title: "Local Bank Transfers", subtitle: "Direct & Secure", category: "Local", value: "1-3 Days"
},
{
id: "mobile-money", title: "Mobile Money", subtitle: "Africa & Asia", category: "Local", value: "Instant"
},
{
id: "crypto", title: "Cryptocurrency", subtitle: "Future-Proof Payments", category: "Global", value: "Variable"
}
]}
title="Global Payment Methods"
description="JobPilot AI supports a wide array of secure and diverse payment methods, ensuring seamless transactions for all our global users. Choose from local and international options with transparent integration details."
tag="Secure & Diverse Payments"
/>
</div>
<div id="success-stories" data-section="success-stories">
<TestimonialCardTwelve
<TestimonialCardSix
useInvertedBackground={true}
title="What Our Users Say"
description="Hear from professionals who transformed their job search with JobPilot AI."
tag="Success Stories"
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: "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: "2", name: "David Miller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "David Miller 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: "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"},
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"
}
]}
cardTitle="Real Success, Real People"
cardTag="Hear From Our Users"
cardAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
speed={40}
topMarqueeDirection="left"
/>
</div>
@@ -248,4 +283,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}