diff --git a/src/app/page.tsx b/src/app/page.tsx index 0995b81..583001d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -186,22 +186,22 @@ export default function LandingPage() { 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: "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", imageSrc: "http://img.b2bpic.net/free-photo/paypal-online-payment-service_23-2149509657.jpg", imageAlt: "PayPal logo" + id: "paypal", title: "PayPal", subtitle: "Secure Online Wallet", category: "International", value: "Instant" }, { - 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: "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", imageSrc: "http://img.b2bpic.net/free-photo/bank-transfer-banking-icon-button-interface_23-2149257989.jpg", imageAlt: "Bank transfer icon" + 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", imageSrc: "http://img.b2bpic.net/free-photo/online-payment-via-mobile-phone-digital-wallet_23-2151120005.jpg", imageAlt: "Mobile money payment" + 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", imageSrc: "http://img.b2bpic.net/free-photo/future-cryptocurrency-business-development_23-2150824982.jpg", imageAlt: "Cryptocurrency symbols" + id: "crypto", title: "Cryptocurrency", subtitle: "Future-Proof Payments", category: "Global", value: "Variable" } ]} title="Global Payment Methods"