From 7a869e0999ab9824e5415f4177e2e829cd89a347 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 07:31:24 +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 ddbfb73..78ebcb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#features" } ]} - imageSrc="http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=1" /> @@ -104,11 +104,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alex River", role: "DeFi Trader", company: "CryptoX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg" }, - { id: "t2", name: "Sarah Chen", role: "Developer", company: "TechLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg" }, - { id: "t3", name: "Mark V.", role: "Investor", company: "Growth Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg" }, - { id: "t4", name: "Elena Rossi", role: "Consultant", company: "Web Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg" }, - { id: "t5", name: "David W.", role: "Crypto Enthusiast", company: "Freelancer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg" } + { id: "t1", name: "Alex River", role: "DeFi Trader", company: "CryptoX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=2" }, + { id: "t2", name: "Sarah Chen", role: "Developer", company: "TechLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=3" }, + { id: "t3", name: "Mark V.", role: "Investor", company: "Growth Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=4" }, + { id: "t4", name: "Elena Rossi", role: "Consultant", company: "Web Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=5" }, + { id: "t5", name: "David W.", role: "Crypto Enthusiast", company: "Freelancer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg?_wi=6" } ]} kpiItems={[ { value: "4.9/5", label: "App Rating" }, -- 2.49.1