5 Commits

Author SHA1 Message Date
0264699f02 Merge version_4 into main
Merge version_4 into main
2026-04-22 23:42:05 +00:00
d17db297de Update src/app/page.tsx 2026-04-22 23:42:01 +00:00
0cb3e47ccf Merge version_3 into main
Merge version_3 into main
2026-04-22 23:40:59 +00:00
9ad8c61136 Update src/app/page.tsx 2026-04-22 23:40:56 +00:00
680db2faac Merge version_2 into main
Merge version_2 into main
2026-04-22 23:39:55 +00:00

View File

@@ -86,7 +86,7 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} 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." 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" }]} buttons={[{ text: "Shop All", href: "/store" }]}
products={[ products={[
@@ -150,7 +150,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
tag="Let's Talk" tag="Let's Talk"
title="Ready to Transform Your Look?" title="Ready to Transform Your Look?"
description="Stay updated with our latest collections, promotions, and salon news." description="Subscribe for exclusive hair care tips and early access to new arrivals."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={true} useInvertedBackground={true}
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }