Update src/app/page.tsx

This commit is contained in:
2026-03-19 15:37:48 +00:00
parent 21064e02ea
commit 65b4e25edb

View File

@@ -83,22 +83,22 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "box-braids", name: "Box Braids", price: "$80-$150", variant: "Protective Style"
id: "box-braids", name: "Box Braids", price: "$80-$150", variant: "Protective Style", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Box Braids style"
},
{
id: "cornrows", name: "Cornrows", price: "$60-$120", variant: "Classic Protective"
id: "cornrows", name: "Cornrows", price: "$60-$120", variant: "Classic Protective", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", imageAlt: "Cornrows style"
},
{
id: "goddess-braids", name: "Goddess Braids", price: "$90-$160", variant: "Elegant Style"
id: "goddess-braids", name: "Goddess Braids", price: "$90-$160", variant: "Elegant Style", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-curly-hair-portrait-close-up_1321-3398.jpg", imageAlt: "Goddess Braids style"
},
{
id: "locs", name: "Locs & Dreadlocks", price: "$100-$200", variant: "Permanent Style"
id: "locs", name: "Locs & Dreadlocks", price: "$100-$200", variant: "Permanent Style", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Locs and Dreadlocks style"
},
{
id: "weaves", name: "Weaves & Extensions", price: "$120-$250", variant: "Full Coverage"
id: "weaves", name: "Weaves & Extensions", price: "$120-$250", variant: "Full Coverage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BAZzvaqKBq9cKmNInPgEzp5e1C/uploaded-1773934526056-7qzabjnh.png", imageAlt: "Weaves and Extensions style"
},
{
id: "kinky-twists", name: "Kinky Twists", price: "$70-$140", variant: "Protective Twist"
id: "kinky-twists", name: "Kinky Twists", price: "$70-$140", variant: "Protective Twist", imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462472.jpg", imageAlt: "Kinky Twists style"
}
]}
/>