7 Commits

Author SHA1 Message Date
ed88917d8d Merge version_3 into main
Merge version_3 into main
2026-03-03 09:46:07 +00:00
a7a03f1467 Update src/app/page.tsx 2026-03-03 09:46:03 +00:00
7208ef796a Merge version_2 into main
Merge version_2 into main
2026-03-03 09:09:53 +00:00
5f3410cce4 Update src/app/page.tsx 2026-03-03 09:09:48 +00:00
c5b9b69398 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:08:35 +00:00
5a7289f2c8 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:06:37 +00:00
1d7d427776 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:03:58 +00:00

View File

@@ -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"
}
]}
/>