Update src/app/page.tsx

This commit is contained in:
2026-04-15 08:12:40 +00:00
parent 52e6764f2e
commit f5ef80324c

View File

@@ -111,7 +111,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Join"
title="Enter the world of Apertos"
title="Equip Yourself for Dominance"
description="Ready to dominate?"
imageSrc="http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg?_wi=2"
mediaAnimation="slide-up"
@@ -131,4 +131,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}