Update src/app/page.tsx
This commit is contained in:
@@ -83,22 +83,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "box-braids", name: "Box Braids", price: "$80-$150", variant: "Protective Style", imageSrc: "http://img.b2bpic.net/free-photo/pensive-blonde-woman-black-attire-posing-blur-street-background-tanned-lady-with-braids-wears-pink-sunglasses_197531-20842.jpg", imageAlt: "Professional box braids"
|
id: "box-braids", name: "Box Braids", price: "$80-$150", variant: "Protective Style"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "cornrows", name: "Cornrows", price: "$60-$120", variant: "Classic Protective", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-with-braided-hair-standing-pink-background-hands-together-fingers-crossed-smiling-relaxed-cheerful-success-optimistic_839833-2083.jpg", imageAlt: "Beautiful cornrows styling"
|
id: "cornrows", name: "Cornrows", price: "$60-$120", variant: "Classic Protective"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "goddess-braids", name: "Goddess Braids", price: "$90-$160", variant: "Elegant Style", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-smiling-woman-model-with-bright-makeup-red-lips-with-two-pigtails-hands-summer-colorful-blue-dress-isolated_158538-8629.jpg", imageAlt: "Goddess braids professional work"
|
id: "goddess-braids", name: "Goddess Braids", price: "$90-$160", variant: "Elegant Style"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "locs", name: "Locs & Dreadlocks", price: "$100-$200", variant: "Permanent Style", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-boy-s-afro-hair_52683-90511.jpg", imageAlt: "Professional locs service"
|
id: "locs", name: "Locs & Dreadlocks", price: "$100-$200", variant: "Permanent Style"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "weaves", name: "Weaves & Extensions", price: "$120-$250", variant: "Full Coverage", imageSrc: "http://img.b2bpic.net/free-photo/stylist-woman-taking-care-her-client-afro-hair_23-2149259351.jpg", imageAlt: "Quality hair extensions work"
|
id: "weaves", name: "Weaves & Extensions", price: "$120-$250", variant: "Full Coverage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "kinky-twists", name: "Kinky Twists", price: "$70-$140", variant: "Protective Twist", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-applying-lice-treatment_23-2149485346.jpg", imageAlt: "Kinky twists protective styling"
|
id: "kinky-twists", name: "Kinky Twists", price: "$70-$140", variant: "Protective Twist"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user