Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 20:01:36 +00:00

View File

@@ -79,10 +79,10 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Hair Braiding", description: "Creative and intricate braiding styles from traditional patterns to modern designs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg", imageAlt: "Professional hair braiding"},
title: "Hair Braiding", description: "Creative and intricate braiding styles from traditional patterns to modern designs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg?_wi=1", imageAlt: "Professional hair braiding"},
{
id: 2,
title: "Hair Styling", description: "Modern hairstyles and cuts tailored to your preferences and facial features", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Hair styling services"},
title: "Hair Styling", description: "Modern hairstyles and cuts tailored to your preferences and facial features", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=1", imageAlt: "Hair styling services"},
{
id: 3,
title: "Hair Treatment", description: "Professional treatments to nourish, repair, and strengthen your hair", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-dried_23-2148108866.jpg", imageAlt: "Hair treatment therapy"},
@@ -197,9 +197,9 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Hairdresser", price: "Competitive", variant: "Full-time position available", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Hairdresser position"},
id: "1", name: "Hairdresser", price: "Competitive", variant: "Full-time position available", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=2", imageAlt: "Hairdresser position"},
{
id: "2", name: "Braiding Specialist", price: "Negotiable", variant: "Part-time or full-time", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg", imageAlt: "Braiding specialist position"},
id: "2", name: "Braiding Specialist", price: "Negotiable", variant: "Part-time or full-time", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg?_wi=2", imageAlt: "Braiding specialist position"},
{
id: "3", name: "Makeup Artist", price: "Commission-based", variant: "Flexible hours available", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184416.jpg", imageAlt: "Makeup artist position"},
]}