Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 03:18:20 +00:00

View File

@@ -56,22 +56,22 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", imageAlt: "Luxe Hair Studio interior"
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=1", imageAlt: "Luxe Hair Studio interior"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668443.jpg", imageAlt: "Professional hair coloring"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668443.jpg?_wi=1", imageAlt: "Professional hair coloring"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665397.jpg", imageAlt: "Expert hair cutting"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665397.jpg?_wi=1", imageAlt: "Expert hair cutting"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-styling-hair-client_23-2147769815.jpg", imageAlt: "Hair treatment service"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-styling-hair-client_23-2147769815.jpg?_wi=1", imageAlt: "Hair treatment service"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait-outdoor_624325-2061.jpg", imageAlt: "Elegant styling"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait-outdoor_624325-2061.jpg?_wi=1", imageAlt: "Elegant styling"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", imageAlt: "Salon styling station"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=2", imageAlt: "Salon styling station"
}
]}
autoPlay={true}
@@ -88,16 +88,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Hair Coloring & Highlights", description: "Professional color treatments including balayage, ombre, and custom shades tailored to your skin tone.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668443.jpg", imageAlt: "Professional hair coloring", button: { text: "Learn More", href: "#pricing" }
title: "Hair Coloring & Highlights", description: "Professional color treatments including balayage, ombre, and custom shades tailored to your skin tone.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668443.jpg?_wi=2", imageAlt: "Professional hair coloring", button: { text: "Learn More", href: "#pricing" }
},
{
title: "Precision Haircuts", description: "Expert cuts and styling for all hair types. From trendy pixies to flowing lengths, we deliver perfection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665397.jpg", imageAlt: "Expert haircut styling", button: { text: "Book Cut", href: "#pricing" }
title: "Precision Haircuts", description: "Expert cuts and styling for all hair types. From trendy pixies to flowing lengths, we deliver perfection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665397.jpg?_wi=2", imageAlt: "Expert haircut styling", button: { text: "Book Cut", href: "#pricing" }
},
{
title: "Hair Treatments & Care", description: "Rejuvenate your hair with our premium treatments including keratin, deep conditioning, and scalp therapy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-styling-hair-client_23-2147769815.jpg", imageAlt: "Professional hair treatment", button: { text: "Schedule Treatment", href: "#pricing" }
title: "Hair Treatments & Care", description: "Rejuvenate your hair with our premium treatments including keratin, deep conditioning, and scalp therapy.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-styling-hair-client_23-2147769815.jpg?_wi=2", imageAlt: "Professional hair treatment", button: { text: "Schedule Treatment", href: "#pricing" }
},
{
title: "Special Occasion Styling", description: "Create the perfect look for weddings, events, and celebrations with our expert styling team.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait-outdoor_624325-2061.jpg", imageAlt: "Elegant updo styling", button: { text: "Book Event Styling", href: "#pricing" }
title: "Special Occasion Styling", description: "Create the perfect look for weddings, events, and celebrations with our expert styling team.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait-outdoor_624325-2061.jpg?_wi=2", imageAlt: "Elegant updo styling", button: { text: "Book Event Styling", href: "#pricing" }
}
]}
gridVariant="two-columns-alternating-heights"
@@ -174,19 +174,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "basic", title: "Basic Cut & Style", price: "$45", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665397.jpg", imageAlt: "Basic haircut", button: { text: "Book Now", href: "#contact" },
id: "basic", title: "Basic Cut & Style", price: "$45", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665397.jpg?_wi=3", imageAlt: "Basic haircut", button: { text: "Book Now", href: "#contact" },
features: [
"Professional haircut", "Blow dry styling", "Styling consultation", "Expert product recommendation"
]
},
{
id: "pro", title: "Color & Styling", price: "$89", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668443.jpg", imageAlt: "Hair coloring", button: { text: "Book Now", href: "#contact" },
id: "pro", title: "Color & Styling", price: "$89", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668443.jpg?_wi=3", imageAlt: "Hair coloring", button: { text: "Book Now", href: "#contact" },
features: [
"Full hair color service", "Custom shade matching", "Professional cut", "Premium styling"
]
},
{
id: "premium", title: "Ultimate Transformation", price: "$149", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait-outdoor_624325-2061.jpg", imageAlt: "Premium styling", button: { text: "Book Now", href: "#contact" },
id: "premium", title: "Ultimate Transformation", price: "$149", period: "/session", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-portrait-outdoor_624325-2061.jpg?_wi=3", imageAlt: "Premium styling", button: { text: "Book Now", href: "#contact" },
features: [
"Complete color treatment", "Hair repair therapy", "Precision cut & style", "Blow dry with products"
]