diff --git a/src/app/page.tsx b/src/app/page.tsx index 8529d26..cb86d25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,60 +46,37 @@ export default function LandingPage() {
@@ -119,23 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Verified Security", - description: "Every single APK is scanned by our proprietary security engine before it goes live.", - imageSrc: "http://img.b2bpic.net/free-photo/binary-numbers_1048-4877.jpg", - imageAlt: "Security", - }, + title: "Verified Security", description: "Every single APK is scanned by our proprietary security engine before it goes live.", imageSrc: "http://img.b2bpic.net/free-photo/binary-numbers_1048-4877.jpg", imageAlt: "Security"}, { - title: "Lightning Speed", - description: "Global server clusters ensure you get the fastest possible download speeds regardless of your location.", - imageSrc: "http://img.b2bpic.net/free-photo/road-tunnel-night-illuminated_1112-1157.jpg", - imageAlt: "Speed", - }, + title: "Lightning Speed", description: "Global server clusters ensure you get the fastest possible download speeds regardless of your location.", imageSrc: "http://img.b2bpic.net/free-photo/road-tunnel-night-illuminated_1112-1157.jpg", imageAlt: "Speed"}, { - title: "Global Availability", - description: "Access apps that might not be available in your local region, always updated to the latest version.", - imageSrc: "http://img.b2bpic.net/free-vector/world-map-connection_23-2147512958.jpg", - imageAlt: "Availability", - }, + title: "Global Availability", description: "Access apps that might not be available in your local region, always updated to the latest version.", imageSrc: "http://img.b2bpic.net/free-vector/world-map-connection_23-2147512958.jpg", imageAlt: "Availability"}, ]} title="Why Choose APKStream?" description="Engineered for speed, safety, and compatibility." @@ -144,52 +101,23 @@ export default function LandingPage() {