From 76cb650b0f7e37035ea561383a6c67fa9800283a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:40:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c25cb48..69ef962 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,15 +117,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "1", price: "$179.00", name: "Starter Bundle", buttons: [ - { text: "Add to Cart", href: "#" }, - { text: "Learn More", href: "#" }, - ], - features: [ - "Restoration Serum (1x)", "Strength Elixir (1x)", "Free luxury pouch", "30-day money-back guarantee" - ], - }, { id: "2", badge: "Buy 2, Get 1 FREE", badgeIcon: Sparkles, price: "$249.00", name: "Premium Bundle", buttons: [ @@ -136,6 +127,15 @@ export default function LandingPage() { "Restoration Serum (2x)", "Strength Elixir (1x FREE)", "Growth Activator (1x)", "Premium gift set", "90-day results guarantee" ], }, + { + id: "1", price: "$179.00", name: "Starter Bundle", buttons: [ + { text: "Add to Cart", href: "#" }, + { text: "Learn More", href: "#" }, + ], + features: [ + "Restoration Serum (1x)", "Strength Elixir (1x)", "Free luxury pouch", "30-day money-back guarantee" + ], + }, { id: "3", price: "$319.00", name: "Complete Care System", buttons: [ { text: "Add to Cart", href: "#" }, -- 2.49.1