From 2614cf473a6016fe036810188a9b82c93ea45d60 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 09:42:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a9456c..ad8410b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,14 +53,14 @@ export default function SonicWifiPage() { { title: "Gigabit Speeds", description: "Lightning fast downloads and zero latency gaming.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg?_wi=2" } }, { title: "Total Home Coverage", description: "Dead zones are a thing of the past with our mesh system.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg?_wi=2" } } ]} /> -- 2.49.1