From cb1300204ab9be8d04a12a5866f77ac4360be87b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:14:27 +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 86c127f..a969c96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,13 +77,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Advanced Battery System", description: "Premium lithium-ion cells with intelligent power management deliver consistent performance and longevity across thousands of charge cycles.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/investors-look-mockup-monitor-evaluate-factory-investment-potential-risks_482257-126510.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/investors-look-mockup-monitor-evaluate-factory-investment-potential-risks_482257-126510.jpg" } + title: "Advanced Battery System", description: "Premium lithium-ion cells with intelligent power management deliver consistent performance and longevity across thousands of charge cycles.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/investors-look-mockup-monitor-evaluate-factory-investment-potential-risks_482257-126510.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/investors-look-mockup-monitor-evaluate-factory-investment-potential-risks_482257-126510.jpg?_wi=2" } }, { id: 2, - title: "Powerful Motor Performance", description: "High-efficiency hub motor provides smooth, responsive acceleration while maintaining whisper-quiet operation for urban commuting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-parts_23-2150704695.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-parts_23-2150704695.jpg" } + title: "Powerful Motor Performance", description: "High-efficiency hub motor provides smooth, responsive acceleration while maintaining whisper-quiet operation for urban commuting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-parts_23-2150704695.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-motorcycle-parts_23-2150704695.jpg?_wi=2" } } ]} showStepNumbers={true} -- 2.49.1