Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7a03f1467 | |||
| 7208ef796a | |||
| 5f3410cce4 | |||
| c5b9b69398 | |||
| 5a7289f2c8 | |||
| 1d7d427776 |
@@ -72,7 +72,7 @@ export default function SalonPage() {
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment", href: "#contact"
|
||||
text: "Book Now", href: "#contact"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user