Update src/app/page.tsx

This commit is contained in:
2026-05-10 19:33:14 +00:00
parent 629f04d90c
commit 5af334687e

View File

@@ -204,8 +204,8 @@ export default function LandingPage() {
{
value: "100%", label: "Customer Support"},
]}
title="Community Love"
description="See why our community keeps coming back."
title="Our Community's Words"
description="Hear directly from our customers about their experiences with our premium apparel and service."
/>
</div>
@@ -259,4 +259,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}