From fc9fa88a107eac2fc25e202eda4d11bcc167da3e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:21:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 313 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 267 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7901c88..5b42124 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -113,24 +71,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "No hidden hidden fees", - "No complex paperwork", - "No long waiting times", - "No credit check impact", - "No prepayment penalties", - ], - }} - positiveCard={{ - items: [ - "Instant approval process", - "0% interest options", - "Genuine Apple products", - "Secure encrypted payments", - "Instant digital activation", - ], - }} + negativeCard={{ items: ["No hidden fees", "No complex paperwork", "No long waiting times", "No credit check impact", "No prepayment penalties"] }} + positiveCard={{ items: ["Instant approval process", "0% interest options", "Genuine Apple products", "Secure encrypted payments", "Instant digital activation"] }} title="Why Choose Our Installment Plans?" description="We believe in transparency and financial flexibility." /> @@ -143,42 +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: "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" }, ]} title="Available iPhone Models" description="Select from our latest collection of premium smartphones." @@ -187,56 +99,21 @@ export default function LandingPage() {
@@ -328,31 +158,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "What documents do I need?", - content: "Just your ID and a recent proof of income.", - }, - { - id: "q2", - title: "Is the interest rate fixed?", - content: "Yes, our installment plans have fixed rates throughout the term.", - }, - { - id: "q3", - title: "Can I pay off early?", - content: "Absolutely, there are no penalties for early repayment.", - }, - { - id: "q4", - title: "Is shipping included?", - content: "Yes, free express shipping on all orders.", - }, - { - id: "q5", - title: "Do I need a credit check?", - content: "A soft credit check may be performed but won't impact your score.", - }, + { id: "q1", title: "What documents do I need?", content: "Just your ID and a recent proof of income." }, + { id: "q2", title: "Is the interest rate fixed?", content: "Yes, our installment plans have fixed rates throughout the term." }, + { id: "q3", title: "Can I pay off early?", content: "Absolutely, there are no penalties for early repayment." }, + { id: "q4", title: "Is shipping included?", content: "Yes, free express shipping on all orders." }, + { id: "q5", title: "Do I need a credit check?", content: "A soft credit check may be performed but won't impact your score." }, ]} title="Frequently Asked Questions" faqsAnimation="blur-reveal" @@ -363,48 +173,17 @@ export default function LandingPage() {