From 1fa1eef3176430b0b1cdc8f3d72b2ddbfae041e7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:26:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index deb1663..13c17da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,9 +85,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { 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" }, + { id: "p1", name: "iPhone 15 Pro Max", price: "SAR 4,500 (from SAR 180/mo)", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" }, + { id: "p2", name: "iPhone 16 Pro Max", price: "SAR 4,900 (from SAR 200/mo)", imageSrc: "http://img.b2bpic.net/free-photo/golden-phone-rendering-black-background_187299-46588.jpg" }, + { id: "p3", name: "iPhone 17 Pro Max", price: "SAR 5,300 (from SAR 220/mo)", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-clay-phone-16-pro-max_187299-45928.jpg" }, ]} title="Latest iPhone Pro Max Models" description="Experience the pinnacle of performance with our exclusive installment plans." @@ -101,15 +101,15 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", tag: "Popular", price: "$45", period: "/mo", description: "12-month installment term.", button: { text: "Apply Now" }, + id: "p1", tag: "Popular", price: "SAR 170", period: "/mo", description: "12-month installment term.", button: { text: "Apply Now" }, featuresTitle: "Plan Details", features: ["0% Interest", "AppleCare+ eligible", "Fast dispatch"], }, { - id: "p2", tag: "Best Value", price: "$30", period: "/mo", description: "18-month installment term.", button: { text: "Apply Now" }, + id: "p2", tag: "Best Value", price: "SAR 115", period: "/mo", description: "18-month installment term.", button: { text: "Apply Now" }, featuresTitle: "Plan Details", features: ["Low interest rate", "Flexible payments", "Extended warranty"], }, { - id: "p3", tag: "Budget", price: "$25", period: "/mo", description: "24-month installment term.", button: { text: "Apply Now" }, + id: "p3", tag: "Budget", price: "SAR 95", period: "/mo", description: "24-month installment term.", button: { text: "Apply Now" }, featuresTitle: "Plan Details", features: ["Lowest monthly cost", "Easy approval", "Member support"], }, ]} @@ -189,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1