Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:09:48 +00:00
parent c5b9b69398
commit 5f3410cce4

View File

@@ -137,13 +137,13 @@ export default function SalonPage() {
gridVariant="three-columns-all-equal-width"
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"
}
]}
/>