From d9e5a42d1ecbdc8a8ae3f398e993780c3ce3aeca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 23:50:53 +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 167851b..9a253a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,18 +78,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lightning Fast Performance", description: "Experience blazing-fast speeds that keep up with your productivity. Optimized for maximum efficiency and seamless workflows.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg", imageAlt: "Fast performance interface" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg", imageAlt: "Performance dashboard" } + title: "Lightning Fast Performance", description: "Experience blazing-fast speeds that keep up with your productivity. Optimized for maximum efficiency and seamless workflows.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg?_wi=1", imageAlt: "Fast performance interface" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg?_wi=1", imageAlt: "Performance dashboard" } }, { id: 2, - title: "Intuitive User Experience", description: "Designed with simplicity in mind. Our interface makes complex tasks feel effortless and enjoyable for all users.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg", imageAlt: "User-friendly interface" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg", imageAlt: "Experience design" } + title: "Intuitive User Experience", description: "Designed with simplicity in mind. Our interface makes complex tasks feel effortless and enjoyable for all users.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg?_wi=2", imageAlt: "User-friendly interface" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg?_wi=2", imageAlt: "Experience design" } }, { id: 3, - title: "Advanced Security", description: "Your data is protected with enterprise-grade security. Rest easy knowing your information is safe and secure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg", imageAlt: "Security features" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg", imageAlt: "Security dashboard" } + title: "Advanced Security", description: "Your data is protected with enterprise-grade security. Rest easy knowing your information is safe and secure.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518857.jpg?_wi=3", imageAlt: "Security features" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518845.jpg?_wi=3", imageAlt: "Security dashboard" } } ]} ariaLabel="Product features section"