From 42d732673de8e47f5acee3eb590a423c942dd46f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 05:03:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 653ac49..886e7d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahj", testimonial: "The 6G speeds have completely changed how I work from home. Absolutely seamless.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg"}, + imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg?_wi=1"}, { name: "Michael K.", handle: "@mikek", testimonial: "Finally, consistent coverage in every corner of my house. WorldLink is the best.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-man-wearing-headphones_23-2148924741.jpg"}, @@ -62,7 +62,7 @@ export default function LandingPage() { imageSrc: "https://img.b2bpic.net/free-photo/low-angle-elderly-woman-bed-holding-smartphone_23-2148419217.jpg"}, { name: "James P.", handle: "@jamesp", testimonial: "The installation was fast and the connection never drops. Highly recommended.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg"}, + imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-enjoying-work-from-home_23-2148700742.jpg?_wi=2"}, ]} buttons={[ { @@ -105,11 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Enhanced Coverage", description: "40% more coverage than standard Wi-Fi 5 routers.", tag: "Coverage", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, + id: "f1", title: "Enhanced Coverage", description: "40% more coverage than standard Wi-Fi 5 routers.", tag: "Coverage", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=1"}, { - id: "f2", title: "Seamless Performance", description: "4x throughput improvement for heavy bandwidth usage.", tag: "Performance", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, + id: "f2", title: "Seamless Performance", description: "4x throughput improvement for heavy bandwidth usage.", tag: "Performance", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=2"}, { - id: "f3", title: "Ultra Reliability", description: "Stay connected even during peak usage hours with advanced routing.", tag: "Stability", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, + id: "f3", title: "Ultra Reliability", description: "Stay connected even during peak usage hours with advanced routing.", tag: "Stability", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=3"}, ]} title="Unmatched Performance" description="Engineered for speed, stability, and broad coverage." @@ -124,11 +124,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Basic 6G", price: "$29/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, + id: "p1", name: "Basic 6G", price: "$29/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=4"}, { - id: "p2", name: "Pro 6G", price: "$49/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, + id: "p2", name: "Pro 6G", price: "$49/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=5"}, { - id: "p3", name: "Ultimate 6G", price: "$79/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, + id: "p3", name: "Ultimate 6G", price: "$79/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=6"}, ]} title="Choose Your 6G Plan" description="High-performance internet plans tailored to your needs." -- 2.49.1