Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 291a788431 | |||
| f27d6dc308 | |||
| eb5379caed |
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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: "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" },
|
{ 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"
|
title="Select Your Transformation"
|
||||||
@@ -162,4 +162,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user