From f27d6dc3088dfcc766b527a4b3bb75b9cf6e4134 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 15:34:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63a9009..ff6e747 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "p1", title: "Essentials", price: "$120", period: "/mo", features: ["1x Weekly Session", "Basic Nutrition Advice", "App Access"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32156.jpg" }, - { id: "p2", title: "Transformation", price: "$450", period: "/mo", features: ["3x Weekly Session", "Full Nutrition Plan", "Weekly Check-ins", "App Access"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-woman-while-practicing-pilates_107420-84998.jpg?_wi=2" }, + { id: "p2", title: "Most Popular", price: "$450", period: "/mo", features: ["3x Weekly Session", "Full Nutrition Plan", "Weekly Check-ins", "App Access"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-woman-while-practicing-pilates_107420-84998.jpg?_wi=2" }, { id: "p3", title: "Elite", price: "$800", period: "/mo", features: ["Unlimited Training", "24/7 Support", "Advanced Lab Data", "Meal Delivery Access"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-dumbbells-wooden-background_23-2148531499.jpg?_wi=2" }, ]} title="Select Your Transformation" @@ -162,4 +162,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file