Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -14,6 +14,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
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,6 +178,38 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="payment-methods" data-section="payment-methods">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "card-payments", title: "Credit & Debit Cards", subtitle: "Visa, Mastercard, Amex", category: "International", value: "Instant", imageSrc: "http://img.b2bpic.net/free-photo/payment-method-online-commerce-card_23-2148783434.jpg", imageAlt: "Credit and Debit Card icons"
|
||||
},
|
||||
{
|
||||
id: "paypal", title: "PayPal", subtitle: "Secure Online Wallet", category: "International", value: "Instant", imageSrc: "http://img.b2bpic.net/free-photo/paypal-online-payment-service_23-2149509657.jpg", imageAlt: "PayPal logo"
|
||||
},
|
||||
{
|
||||
id: "stripe", title: "Stripe", subtitle: "Integrated Payments", category: "International", value: "Instant", imageSrc: "http://img.b2bpic.net/free-photo/striped-background-pink-black_23-2148386047.jpg", imageAlt: "Stripe logo"
|
||||
},
|
||||
{
|
||||
id: "bank-transfer", title: "Local Bank Transfers", subtitle: "Direct & Secure", category: "Local", value: "1-3 Days", imageSrc: "http://img.b2bpic.net/free-photo/bank-transfer-banking-icon-button-interface_23-2149257989.jpg", imageAlt: "Bank transfer icon"
|
||||
},
|
||||
{
|
||||
id: "mobile-money", title: "Mobile Money", subtitle: "Africa & Asia", category: "Local", value: "Instant", imageSrc: "http://img.b2bpic.net/free-photo/online-payment-via-mobile-phone-digital-wallet_23-2151120005.jpg", imageAlt: "Mobile money payment"
|
||||
},
|
||||
{
|
||||
id: "crypto", title: "Cryptocurrency", subtitle: "Future-Proof Payments", category: "Global", value: "Variable", imageSrc: "http://img.b2bpic.net/free-photo/future-cryptocurrency-business-development_23-2150824982.jpg", imageAlt: "Cryptocurrency symbols"
|
||||
}
|
||||
]}
|
||||
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
|
||||
useInvertedBackground={true}
|
||||
@@ -248,4 +283,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user