Update src/app/page.tsx

This commit is contained in:
2026-04-17 18:00:53 +00:00
parent babc08c103
commit a8df5e30a8

View File

@@ -173,7 +173,7 @@ export default function LandingPage() {
tag="FREE TRIAL"
title="YOUR FIRST SESSION IS ON US"
description="Join the Alpha Academy family today. Experience our coaching first-hand and see why we are the top-rated academy in the region."
buttons={[{ text: "BOOK A FREE TRIAL", href: "#" }]}
buttons={[{ text: "Start Your Training Today", href: "#" }]}
/>
</div>
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}