From 2b05d58ea9a4dec604279fd8167faaa65c15b796 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:54:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98e477e..9c79fbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,18 +98,18 @@ export default function AffiliateHubPage() { features={[ { id: 1, - title: "Smart Tracking", description: "Advanced attribution tracking ensures every conversion is properly credited to you. Our pixel-based system captures all touchpoints across devices.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518851.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-background-hand-holding-mobile-phone-with-checklist_23-2147613325.jpg" }, + title: "Smart Tracking", description: "Advanced attribution tracking ensures every conversion is properly credited to you. Our pixel-based system captures all touchpoints across devices.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518851.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-background-hand-holding-mobile-phone-with-checklist_23-2147613325.jpg?_wi=1" }, }, { id: 2, - title: "Flexible Payouts", description: "Choose from multiple payout methods including bank transfer, PayPal, and cryptocurrency. Get paid weekly or monthly with zero hidden fees.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-background-hand-holding-mobile-phone-with-checklist_23-2147613325.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518851.jpg" }, + title: "Flexible Payouts", description: "Choose from multiple payout methods including bank transfer, PayPal, and cryptocurrency. Get paid weekly or monthly with zero hidden fees.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-background-hand-holding-mobile-phone-with-checklist_23-2147613325.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518851.jpg?_wi=2" }, }, { id: 3, - title: "Performance Tools", description: "Advanced analytics, A/B testing capabilities, and optimization suggestions to help you maximize your conversion rates and earnings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518851.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-background-hand-holding-mobile-phone-with-checklist_23-2147613325.jpg" }, + title: "Performance Tools", description: "Advanced analytics, A/B testing capabilities, and optimization suggestions to help you maximize your conversion rates and earnings.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518851.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-background-hand-holding-mobile-phone-with-checklist_23-2147613325.jpg?_wi=3" }, }, ]} /> -- 2.49.1