From d0321d4aa040fcff0dcc0ce171990810903c6bdd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:48:33 +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 a0c9086..ede19d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,16 +73,16 @@ export default function LandingPage() { description="CompareHub provides powerful tools to ensure you get the absolute best price and service." features={[ { - title: "Real-time Tracking", description: "Stay updated with price shifts across Amazon, eBay, and more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg" } + title: "Real-time Tracking", description: "Stay updated with price shifts across Amazon, eBay, and more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg?_wi=2" } }, { - title: "Unified Experience", description: "View all platform offerings in a single, intuitive interface.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cyber-intelligence-secure-operations-center-with-usa-flag-big-screen_482257-105777.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cyber-intelligence-secure-operations-center-with-usa-flag-big-screen_482257-105777.jpg" } + title: "Unified Experience", description: "View all platform offerings in a single, intuitive interface.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cyber-intelligence-secure-operations-center-with-usa-flag-big-screen_482257-105777.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cyber-intelligence-secure-operations-center-with-usa-flag-big-screen_482257-105777.jpg?_wi=2" } }, { - title: "Expert Ratings", description: "In-depth analysis and user reviews consolidated for clarity.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jfl83k" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jfl83k" } + title: "Expert Ratings", description: "In-depth analysis and user reviews consolidated for clarity.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jfl83k&_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jfl83k&_wi=2" } } ]} /> -- 2.49.1