From 25eb0c4bc7ca4655b96439b92ad70958c8a847e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:18:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 397d5e1..4c0ad58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,9 +74,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "f1", title: "Automated Pricing", subtitle: "Real-time market updates", category: "Technology", value: "99.9%" }, - { id: "f2", title: "Secure Escrow", subtitle: "Safety for every trade", category: "Security", value: "100%" }, - { id: "f3", title: "Fast Fulfillment", subtitle: "Global shipping integrated", category: "Operations", value: "24h" } + { id: "f1", title: "Automated Pricing", subtitle: "Maximize your profits with instant market updates", category: "Technology", value: "99.9%" }, + { id: "f2", title: "Secure Escrow", subtitle: "Protect your assets with safety for every trade", category: "Security", value: "100%" }, + { id: "f3", title: "Fast Fulfillment", subtitle: "Scale your reach with global shipping integrated", category: "Operations", value: "24h" } ]} title="Why CardTrader?" description="Our platform simplifies your trading journey with advanced automation." -- 2.49.1