5 Commits

Author SHA1 Message Date
bc1a7fc67d Merge version_3 into main
Merge version_3 into main
2026-05-25 05:26:31 +00:00
1fa1eef317 Update src/app/page.tsx 2026-05-25 05:26:28 +00:00
60054f8723 Merge version_2 into main
Merge version_2 into main
2026-05-25 05:24:49 +00:00
d631fddae8 Update src/app/page.tsx 2026-05-25 05:24:46 +00:00
ba6229bfcc Merge version_1 into main
Merge version_1 into main
2026-05-25 05:21:43 +00:00

View File

@@ -85,15 +85,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "1", name: "iPhone 15 Pro", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.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: "2", name: "iPhone 15", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/golden-phone-rendering-black-background_187299-46588.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: "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: "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" },
{ 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" },
]} ]}
title="Available iPhone Models" title="Latest iPhone Pro Max Models"
description="Select from our latest collection of premium smartphones." description="Experience the pinnacle of performance with our exclusive installment plans."
/> />
</div> </div>
@@ -104,15 +101,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ 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"], 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"], 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"], featuresTitle: "Plan Details", features: ["Lowest monthly cost", "Easy approval", "Member support"],
}, },
]} ]}