Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fa1eef317 | |||
| 60054f8723 |
@@ -85,9 +85,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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: "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: "$1,299 (from $55/mo)", 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: "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: "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"
|
title="Latest iPhone Pro Max Models"
|
||||||
description="Experience the pinnacle of performance with our exclusive installment plans."
|
description="Experience the pinnacle of performance with our exclusive installment plans."
|
||||||
@@ -101,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"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -189,4 +189,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user