From 2606a3e542cf604ced4d15a01cfa622594723803 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:25:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c9606f..c16db70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,55 +31,30 @@ export default function LandingPage() {
@@ -188,49 +122,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "tier1", - name: "Starter", - price: "$18+", - features: [ - "$2 OFF", - "Standard Shipping", - ], + id: "tier1", name: "Starter", price: "$18+", features: [ + "$2 OFF", "Standard Shipping"], buttons: [ { - text: "Apply Coupon", - href: "#", - }, + text: "Apply Coupon", href: "#"}, ], }, { - id: "tier2", - name: "Pro", - price: "$85+", - features: [ - "$12 OFF", - "Express Processing", - ], + id: "tier2", name: "Pro", price: "$85+", features: [ + "$12 OFF", "Express Processing"], buttons: [ { - text: "Apply Coupon", - href: "#", - }, + text: "Apply Coupon", href: "#"}, ], }, { - id: "tier3", - name: "Premium", - price: "$249+", - features: [ - "$35 OFF", - "Free Shipping", - "Priority Support", - ], + id: "tier3", name: "Premium", price: "$249+", features: [ + "$35 OFF", "Free Shipping", "Priority Support"], buttons: [ { - text: "Apply Coupon", - href: "#", - }, + text: "Apply Coupon", href: "#"}, ], }, ]} @@ -244,20 +156,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "How do bundle deals work?", - content: "Simply add 3 or more eligible items to your cart and the discount is automatically calculated at checkout.", - }, + id: "faq1", title: "How do bundle deals work?", content: "Simply add 3 or more eligible items to your cart and the discount is automatically calculated at checkout."}, { - id: "faq2", - title: "Are returns free?", - content: "Yes, we offer free returns within 30 days of purchase for most items.", - }, + id: "faq2", title: "Are returns free?", content: "Yes, we offer free returns within 30 days of purchase for most items."}, { - id: "faq3", - title: "How can I use coupon codes?", - content: "Enter your code at the checkout page in the 'Promotion Code' field to apply your savings.", - }, + id: "faq3", title: "How can I use coupon codes?", content: "Enter your code at the checkout page in the 'Promotion Code' field to apply your savings."}, ]} sideTitle="Need Help?" faqsAnimation="slide-up" @@ -268,14 +171,11 @@ export default function LandingPage() {
@@ -284,29 +184,19 @@ export default function LandingPage() {