Update src/app/smartphones/page.tsx

This commit is contained in:
2026-05-30 15:16:55 +00:00
parent bc8cfe28c6
commit bba329f904

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
id: "sm-2", id: "sm-2",
name: "Ultra-Vision X", name: "Ultra-Vision X",
price: "$1099", price: "$1099",
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-mobile-phone-with-travelling-equipments-around-map_23-2147842648.jpg", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-mobile-phone-with-travelling-equipments-around-map_23-2147842648.jpg?_wi=1",
imageAlt: "Ultra-Vision X", imageAlt: "Ultra-Vision X",
}, },
{ {
@@ -146,14 +146,14 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/smartphones-with-shopping-bags-yellow-table_23-2147957624.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smartphones-with-shopping-bags-yellow-table_23-2147957624.jpg?_wi=2",
imageAlt: "product comparison ui mobile", imageAlt: "product comparison ui mobile",
}, },
{ {
title: "Secure Checkout & Payment", title: "Secure Checkout & Payment",
description: "Shop with confidence with our encrypted checkout process and multiple secure payment methods, including Cash on Delivery.", description: "Shop with confidence with our encrypted checkout process and multiple secure payment methods, including Cash on Delivery.",
media: { media: {
imageSrc: "http://img.b2bpic.net/free-photo/colorful-ffp2-masks-shopping-carts_23-2149366750.jpg", imageSrc: "http://img.b2bpic.net/free-photo/colorful-ffp2-masks-shopping-carts_23-2149366750.jpg?_wi=1",
imageAlt: "Secure checkout page on a laptop", imageAlt: "Secure checkout page on a laptop",
}, },
items: [ items: [
@@ -171,7 +171,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg", imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-5200.jpg?_wi=2",
imageAlt: "product comparison ui mobile", imageAlt: "product comparison ui mobile",
}, },
{ {
@@ -195,7 +195,7 @@ export default function LandingPage() {
text: "Live Chat", text: "Live Chat",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-without-lens_23-2148532491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-without-lens_23-2148532491.jpg?_wi=2",
imageAlt: "product comparison ui mobile", imageAlt: "product comparison ui mobile",
}, },
]} ]}