1 Commits

Author SHA1 Message Date
2a2914fd6c Update src/app/page.tsx 2026-04-22 06:52:15 +00:00

View File

@@ -213,6 +213,7 @@ export default function LandingPage() {
title="Common Questions"
description="Everything you need to know about starting your mastery journey."
faqsAnimation="blur-reveal"
buttons={[{text: "Contact Support", href: "#contact"}]}
/>
</div>
@@ -259,4 +260,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}