From 60952e90846286369acbeb8c15d4aa20d3058995 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:04:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b69bc2..6938f3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,17 +111,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Clover POS", price: "Starting $50", imageSrc: "http://img.b2bpic.net/free-photo/payment-card-bank-terminal-concept-electronic-payment-hand-pin-code-pin-pad-card-machine-pos-terminal-good-photo-businessman-holding-pos-terminal_1391-233.jpg", imageAlt: "Clover Device"}, + id: "p1", name: "Clover POS - All-in-one payment management for growing retail and hospitality businesses.", price: "Starting $50", imageSrc: "http://img.b2bpic.net/free-photo/payment-card-bank-terminal-concept-electronic-payment-hand-pin-code-pin-pad-card-machine-pos-terminal-good-photo-businessman-holding-pos-terminal_1391-233.jpg", imageAlt: "Clover Device"}, { - id: "p2", name: "Carat API", price: "Custom", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148600055.jpg", imageAlt: "Carat Platform"}, + id: "p2", name: "Carat API - Enterprise-grade payment connectivity to accelerate global digital transaction capabilities.", price: "Custom", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148600055.jpg", imageAlt: "Carat Platform"}, { - id: "p3", name: "Fiserv Payments Hub", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", imageAlt: "Payments Hub"}, + id: "p3", name: "Fiserv Payments Hub - Centralized processing intelligence to streamline complex multi-channel financial operations.", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", imageAlt: "Payments Hub"}, { - id: "p4", name: "Merchant Mobile App", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/customer-retail-store-using-mobile-phone-empty-white-digital-display-while-checking-available-apparel-options-shopping-mall-boutique-client-showing-smartphone-blank-touchscreen_482257-67240.jpg", imageAlt: "Mobile App"}, + id: "p4", name: "Merchant Mobile App - Take control of your business operations with real-time analytics from anywhere.", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/customer-retail-store-using-mobile-phone-empty-white-digital-display-while-checking-available-apparel-options-shopping-mall-boutique-client-showing-smartphone-blank-touchscreen_482257-67240.jpg", imageAlt: "Mobile App"}, { - id: "p5", name: "Online Secure Checkout", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/order-summary-payslip-purchase-order-form-concept_53876-123701.jpg", imageAlt: "Secure Checkout"}, + id: "p5", name: "Online Secure Checkout - Robust fraud prevention and fast conversion tools for e-commerce platforms.", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/order-summary-payslip-purchase-order-form-concept_53876-123701.jpg", imageAlt: "Secure Checkout"}, { - id: "p6", name: "Digital Wallet Solution", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-smartphone-payment-terminal_169016-23232.jpg", imageAlt: "Wallet UI"}, + id: "p6", name: "Digital Wallet Solution - Modern tokenized payment support for seamless consumer purchasing experiences.", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-smartphone-payment-terminal_169016-23232.jpg", imageAlt: "Wallet UI"}, ]} title="Featured Technology" description="Explore our curated suite of products built to power your business." @@ -246,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1