10 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
6f6038b7f2 Update src/app/page.tsx 2026-04-22 23:39:49 +00:00
223e5eb63d Merge version_1 into main
Merge version_1 into main
2026-04-22 23:39:16 +00:00
a2dfd3e465 Merge version_1 into main
Merge version_1 into main
2026-04-22 23:38:47 +00:00
143ff68825 Merge version_1 into main
Merge version_1 into main
2026-04-22 23:38:10 +00:00
39078d2b37 Merge version_1 into main
Merge version_1 into main
2026-04-22 23:37:35 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-brunette-sleeping-floor_23-2147781242.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-into-fur_633478-354.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-mixed-race-woman-with-ideal-skin-straight-hairxd_633478-1697.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/closeup-portrait-mixed-race-woman-with-ideal-skin-straight-hairxd_633478-1697.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/red-hair-woman-with-red-lips-posing-camera_613910-63.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/close-up-person-holding-brown-braids_23-2148283612.jpg", alt: "Client 5" }
]}
@@ -86,12 +86,13 @@ 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={[
{ id: "p1", brand: "Reinehair", name: "Premium Straight Raw Hair", price: "$150", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/hair-samples-fan_633478-204.jpg" },
{ id: "p2", brand: "Reinehair", name: "Signature Wavy Virgin Hair", price: "$180", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-putting-turban_197531-12910.jpg" },
{ id: "p3", brand: "Reinehair", name: "Luxury Curly Raw Hair", price: "$210", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-happy-smiling-touching-it_633478-827.jpg" },
{ id: "p3", brand: "Reinehair", name: "Luxury Curly Raw Hair", price: "$210", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/mixed-race-black-blonde-model-with-curly-hair-happy-smiling-touching-it_633478-827.jpg" },
{ id: "p4", brand: "Reinehair", name: "Blonde Virgin Collection", price: "$250", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-natural-argan-oil-dropper_23-2149016620.jpg" },
{ id: "p5", brand: "Reinehair", name: "Deep Wave Raw Texture", price: "$195", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/styled-hair-extensions-beauty-salon_23-2148940854.jpg" },
{ id: "p6", brand: "Reinehair", name: "Water Wave Virgin Hair", price: "$175", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/sad-woman-near-sea_23-2150343367.jpg" }
@@ -149,7 +150,7 @@ export default function LandingPage() {
<ContactSplit
tag="Let's Talk"
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" }}
useInvertedBackground={true}
mediaAnimation="slide-up"
@@ -170,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}