Update src/app/page.tsx
This commit is contained in:
@@ -137,13 +137,13 @@ export default function SalonPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Luxe Brunette Balayage", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5502.jpg", imageAlt: "Luxury brunette balayage styling"
|
id: "1", name: "Luxe Brunette Balayage", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-attitude-white_158595-5502.jpg", imageAlt: "Luxury brunette balayage styling"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Precision Geometric Cut", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/woman-styling-her-hair-saloon_107420-12141.jpg", imageAlt: "Modern geometric hair cut"
|
id: "2", name: "Precision Geometric Cut", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/woman-styling-her-hair-saloon_107420-12141.jpg", imageAlt: "Modern geometric hair cut"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Sleek Blonde Highlight", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81883.jpg", imageAlt: "Elegant blonde highlighting technique"
|
id: "3", name: "Sleek Blonde Highlight", price: "View Details", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-81883.jpg", imageAlt: "Elegant blonde highlighting technique"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user