Merge version_1 into main #2
@@ -44,33 +44,33 @@ export default function LandingPage() {
|
||||
tag="Hairstyling Excellence"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg?_wi=1", imageAlt: "Long hair styling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg", imageAlt: "Long hair styling"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg?_wi=1", imageAlt: "Hair coloring service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg", imageAlt: "Hair coloring service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg?_wi=1", imageAlt: "Short bob cut"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg", imageAlt: "Short bob cut"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg?_wi=1", imageAlt: "Elegant updo"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Elegant updo"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg?_wi=2", imageAlt: "Professional styling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg", imageAlt: "Professional styling"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg?_wi=2", imageAlt: "Wedding hair styling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Wedding hair styling"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg?_wi=2", imageAlt: "Hair transformation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg", imageAlt: "Hair transformation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg?_wi=2", imageAlt: "Color transformation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg", imageAlt: "Color transformation"
|
||||
}
|
||||
]}
|
||||
carouselPosition="right"
|
||||
@@ -95,16 +95,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Balayage Blonde Transformation", price: "Premium Color", variant: "Balayage Highlights", imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg?_wi=3", imageAlt: "Balayage blonde hair"
|
||||
id: "1", name: "Balayage Blonde Transformation", price: "Premium Color", variant: "Balayage Highlights", imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg", imageAlt: "Balayage blonde hair"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Modern Bob Cut", price: "Precision Cut", variant: "Short & Chic", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg?_wi=3", imageAlt: "Modern bob haircut"
|
||||
id: "2", name: "Modern Bob Cut", price: "Precision Cut", variant: "Short & Chic", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg", imageAlt: "Modern bob haircut"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Rich Brunette Color", price: "Color Service", variant: "Deep Brunette", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg?_wi=3", imageAlt: "Rich brunette coloring"
|
||||
id: "3", name: "Rich Brunette Color", price: "Color Service", variant: "Deep Brunette", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg", imageAlt: "Rich brunette coloring"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Elegant Wedding Updo", price: "Special Occasion", variant: "Bridal Styling", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg?_wi=3", imageAlt: "Wedding updo styling"
|
||||
id: "4", name: "Elegant Wedding Updo", price: "Special Occasion", variant: "Bridal Styling", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Wedding updo styling"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -115,19 +115,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Precision Haircuts", description: "Expert cutting techniques tailored to your face shape and personal style. Whether you want a classic cut or something trendy, Beth delivers precision and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg?_wi=4", imageAlt: "Precision haircut"
|
||||
title: "Precision Haircuts", description: "Expert cutting techniques tailored to your face shape and personal style. Whether you want a classic cut or something trendy, Beth delivers precision and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg", imageAlt: "Precision haircut"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Hair Coloring & Highlights", description: "From full color to balayage highlights, achieve the perfect shade. Our color specialists use premium products to ensure lasting, vibrant results.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg?_wi=4", imageAlt: "Hair coloring"
|
||||
title: "Hair Coloring & Highlights", description: "From full color to balayage highlights, achieve the perfect shade. Our color specialists use premium products to ensure lasting, vibrant results.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg", imageAlt: "Hair coloring"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Styling & Treatments", description: "Blow-outs, treatments, and styling services to keep your hair healthy and beautiful. Professional care that brings out your hair's natural shine.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg?_wi=4", imageAlt: "Hair styling"
|
||||
title: "Styling & Treatments", description: "Blow-outs, treatments, and styling services to keep your hair healthy and beautiful. Professional care that brings out your hair's natural shine.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drying-hair-hairsalon_1157-27188.jpg", imageAlt: "Hair styling"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Special Occasion Hair", description: "Create your perfect look for weddings, events, and celebrations. Beth specializes in creating stunning updos and special styles for your big moment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg?_wi=4", imageAlt: "Special occasion hair"
|
||||
title: "Special Occasion Hair", description: "Create your perfect look for weddings, events, and celebrations. Beth specializes in creating stunning updos and special styles for your big moment.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Special occasion hair"
|
||||
}
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -158,22 +158,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Emily Rodriguez"
|
||||
id: "2", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Jessica Chen"
|
||||
id: "3", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amanda Walsh", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Amanda Walsh"
|
||||
id: "4", name: "Amanda Walsh", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Amanda Walsh"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Nicole Davis", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=4", imageAlt: "Nicole Davis"
|
||||
id: "5", name: "Nicole Davis", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Nicole Davis"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michelle Turner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg?_wi=2", imageAlt: "Michelle Turner"
|
||||
id: "6", name: "Michelle Turner", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg", imageAlt: "Michelle Turner"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 500 happy clients trust Beth to transform their hair"
|
||||
|
||||
Reference in New Issue
Block a user