Update src/app/page.tsx
This commit is contained in:
@@ -91,9 +91,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Beauty Supply Shop", description: "Elevate your daily routine with our exclusive range of high-quality hair care products and accessories. Find everything you need to nourish your hair and maintain your stunning braids.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317385.jpg", imageAlt: "Premium braiding gel product"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317385.jpg?_wi=1", imageAlt: "Premium braiding gel product"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721455.jpg", imageAlt: "High-end hair oil product"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721455.jpg?_wi=1", imageAlt: "High-end hair oil product"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -115,9 +115,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Afro Curl Enhancer", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721455.jpg", imageAlt: "Hair curl enhancer product"},
|
||||
id: "1", name: "Afro Curl Enhancer", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721455.jpg?_wi=2", imageAlt: "Hair curl enhancer product"},
|
||||
{
|
||||
id: "2", name: "Luxury Braiding Gel", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317385.jpg", imageAlt: "Luxury braiding gel product"},
|
||||
id: "2", name: "Luxury Braiding Gel", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317385.jpg?_wi=2", imageAlt: "Luxury braiding gel product"},
|
||||
{
|
||||
id: "3", name: "Sleek Edge Control", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721381.jpg", imageAlt: "Sleek edge control product"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user