Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-14 15:34:19 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}