Update src/app/page.tsx

This commit is contained in:
2026-04-22 23:42:01 +00:00
parent 0cb3e47ccf
commit d17db297de

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
title="Shop Our Premium Collection"
title="Shop Our Signature Collection"
description="Discover our signature line of raw and virgin hair, meticulously sourced and tested for durability and natural luster."
buttons={[{ text: "Shop All", href: "/store" }]}
products={[
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}