Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d17db297de | |||
| 0cb3e47ccf | |||
| 9ad8c61136 | |||
| 680db2faac | |||
| 6f6038b7f2 | |||
| 223e5eb63d | |||
| a2dfd3e465 | |||
| 143ff68825 | |||
| 39078d2b37 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
avatars={[
|
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/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/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/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" }
|
{ 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"
|
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" }]}
|
||||||
products={[
|
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: "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: "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: "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: "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" }
|
{ 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
|
<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"
|
||||||
|
|||||||
Reference in New Issue
Block a user