Update src/app/page.tsx

This commit is contained in:
2026-05-25 05:24:46 +00:00
parent ba6229bfcc
commit d631fddae8

View File

@@ -85,15 +85,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "iPhone 15 Pro", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" },
{ id: "2", name: "iPhone 15", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/golden-phone-rendering-black-background_187299-46588.jpg" },
{ id: "3", name: "iPhone 14 Pro", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-illuminated-against-black-background_187299-46907.jpg" },
{ id: "4", name: "iPhone 14", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chair-with-copy-space-spotlight_23-2148730877.jpg" },
{ id: "5", name: "iPhone 13 Pro", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg" },
{ id: "6", name: "iPhone SE", price: "$429", imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-with-phone_23-2149019153.jpg" },
{ id: "p1", name: "iPhone 15 Pro Max", price: "$1,199 (from $50/mo)", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" },
{ id: "p2", name: "iPhone 16 Pro Max", price: "$1,299 (from $55/mo)", imageSrc: "http://img.b2bpic.net/free-photo/golden-phone-rendering-black-background_187299-46588.jpg" },
{ id: "p3", name: "iPhone 17 Pro Max", price: "$1,399 (from $60/mo)", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg" },
]}
title="Available iPhone Models"
description="Select from our latest collection of premium smartphones."
title="Latest iPhone Pro Max Models"
description="Experience the pinnacle of performance with our exclusive installment plans."
/>
</div>