2 Commits

Author SHA1 Message Date
8a06cf002a Update src/app/page.tsx 2026-05-06 18:33:26 +00:00
f7cdbcd5b9 Merge version_2 into main
Merge version_2 into main
2026-05-06 18:31:56 +00:00

View File

@@ -192,7 +192,9 @@ export default function LandingPage() {
{ {
id: "f2", title: "What is the commitment?", content: "High. This is for women ready to change their life permanently."}, id: "f2", title: "What is the commitment?", content: "High. This is for women ready to change their life permanently."},
{ {
id: "f3", title: "Do I need a product?", content: "No, we teach you how to sell services and build high-ticket assets."}, id: "f3", title: "How much time do I need per week?", content: "Most of our successful graduates dedicate 10-15 hours per week to see significant progress."},
{
id: "f4", title: "Do I need a product?", content: "No, we teach you how to sell services and build high-ticket assets."},
]} ]}
sideTitle="Questions? Get Answers." sideTitle="Questions? Get Answers."
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -239,4 +241,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }