From d631fddae87752eaeb61aa8dd46102450c0851d3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:24:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b42124..deb1663 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." />