Update src/app/page.tsx

This commit is contained in:
2026-03-19 23:50:53 +00:00
parent 5bd31e83cf
commit d9e5a42d1e

View File

@@ -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"