From 5bdee4d25472701c4e5f20e2e944cb6a2f562b44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 394e30a..d734376 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Instant Payments", description: "Process payments in real-time with settlement in under 2 seconds. Accept all major payment methods globally with zero latency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARlZKX35RlJMcNALFh9Yig2zZl/a-vibrant-illustration-representing-inst-1772563403903-122caf80.png" + title: "Instant Payments", description: "Process payments in real-time with settlement in under 2 seconds. Accept all major payment methods globally with zero latency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARlZKX35RlJMcNALFh9Yig2zZl/a-vibrant-illustration-representing-inst-1772563403903-122caf80.png?_wi=1" }, { id: 2, @@ -112,7 +112,7 @@ export default function LandingPage() { }, { id: 4, - title: "Smart Analytics", description: "Real-time dashboards, transaction insights, and revenue analytics. Make data-driven decisions with comprehensive reporting tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARlZKX35RlJMcNALFh9Yig2zZl/a-vibrant-illustration-representing-inst-1772563403903-122caf80.png" + title: "Smart Analytics", description: "Real-time dashboards, transaction insights, and revenue analytics. Make data-driven decisions with comprehensive reporting tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARlZKX35RlJMcNALFh9Yig2zZl/a-vibrant-illustration-representing-inst-1772563403903-122caf80.png?_wi=2" } ]} buttons={[{ text: "Explore Features", href: "#pricing" }]} -- 2.49.1