Update src/app/page.tsx

This commit is contained in:
2026-03-22 10:17:11 +00:00
parent efbd4e42fd
commit abc8cc53bf

View File

@@ -120,20 +120,20 @@ export default function LandingPage() {
id: 1,
title: "Desktop Excellence", description: "High-performance animations on desktop with full feature access and maximum customization.", buttons: [{ text: "View Desktop Features" }],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/augmented-reality-background-flat-style_23-2147800834.jpg", imageAlt: "mobile animation showcase"
imageSrc: "http://img.b2bpic.net/free-vector/augmented-reality-background-flat-style_23-2147800834.jpg?_wi=1", imageAlt: "mobile animation showcase"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/workout-tracker-app-interface_23-2148661909.jpg", imageAlt: "mobile admin controls"
imageSrc: "http://img.b2bpic.net/free-vector/workout-tracker-app-interface_23-2148661909.jpg?_wi=1", imageAlt: "mobile admin controls"
}
},
{
id: 2,
title: "Mobile Optimization", description: "Lightweight, efficient animations optimized for mobile devices. Maintain performance while delivering premium motion experiences.", buttons: [{ text: "Explore Mobile" }],
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/augmented-reality-background-flat-style_23-2147800834.jpg", imageAlt: "mobile animation interface"
imageSrc: "http://img.b2bpic.net/free-vector/augmented-reality-background-flat-style_23-2147800834.jpg?_wi=2", imageAlt: "mobile animation interface"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/workout-tracker-app-interface_23-2148661909.jpg", imageAlt: "mobile control panel"
imageSrc: "http://img.b2bpic.net/free-vector/workout-tracker-app-interface_23-2148661909.jpg?_wi=2", imageAlt: "mobile control panel"
}
}
]}