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}