Merge version_2 into main #4
@@ -50,12 +50,8 @@ export default function LandingPage() {
|
||||
tag="Top-Rated Beauty Salon"
|
||||
buttons={[{ text: "Book Now", href: "tel:+19549065157" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=1", imageAlt: "Salon Interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=1", imageAlt: "Hairstyling result"
|
||||
}
|
||||
{ imageAlt: "Salon Interior" },
|
||||
{ imageAlt: "Hairstyling result" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={4.4}
|
||||
@@ -86,7 +82,6 @@ export default function LandingPage() {
|
||||
title="A Message from Tara"
|
||||
description="At Dominican Hair Secrets, Tara and our team believe every client deserves to leave our chair feeling empowered and beautiful. With years of experience and a passion for healthy hair, we provide a warm, professional environment for your hair journey."
|
||||
subdescription="Visit us at Coral Palm Plaza and let us care for your crown."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555153.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Sparkles}
|
||||
/>
|
||||
@@ -97,11 +92,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Fantastic service!", quote: "Tara is amazing! My hair has never looked better. Highly recommend.", name: "Adele Farina", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-dark-wall_329181-7280.jpg" },
|
||||
{ id: "2", title: "Best blowout ever!", quote: "The team is so friendly and skilled. Great atmosphere!", name: "Magen Ferrer", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-bride-indoors_23-2149721993.jpg" },
|
||||
{ id: "3", title: "Expert care", quote: "I love how healthy my hair feels after every visit. Truly the best.", name: "Sarah J.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-girl-is-showing-two-gesture-blue-background_176474-119334.jpg" },
|
||||
{ id: "4", title: "Professional & Welcoming", quote: "Always a pleasure coming here. Tara is truly talented.", name: "Elena R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-content-middle-aged-woman-leaning-wall_1262-1881.jpg" },
|
||||
{ id: "5", title: "Beautiful results!", quote: "My highlights look stunning! Thank you so much!", name: "Monica D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-braiding-hair-woman_23-2147784501.jpg" },
|
||||
{ id: "1", title: "Fantastic service!", quote: "Tara is amazing! My hair has never looked better. Highly recommend.", name: "Adele Farina", role: "Client" },
|
||||
{ id: "2", title: "Best blowout ever!", quote: "The team is so friendly and skilled. Great atmosphere!", name: "Magen Ferrer", role: "Client" },
|
||||
{ id: "3", title: "Expert care", quote: "I love how healthy my hair feels after every visit. Truly the best.", name: "Sarah J.", role: "Client" },
|
||||
{ id: "4", title: "Professional & Welcoming", quote: "Always a pleasure coming here. Tara is truly talented.", name: "Elena R.", role: "Client" },
|
||||
{ id: "5", title: "Beautiful results!", quote: "My highlights look stunning! Thank you so much!", name: "Monica D.", role: "Client" },
|
||||
]}
|
||||
title="Client Love"
|
||||
description="Don't just take our word for it — read what our lovely clients have to say."
|
||||
@@ -115,12 +110,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "g1", name: "Transformation 1", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=2" },
|
||||
{ id: "g2", name: "Transformation 2", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=3" },
|
||||
{ id: "g3", name: "Transformation 3", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=4" },
|
||||
{ id: "g4", name: "Transformation 4", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=5" },
|
||||
{ id: "g5", name: "Transformation 5", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/different-emotions-young-twins_329181-10709.jpg?_wi=6" },
|
||||
{ id: "g6", name: "Salon View", price: "View", imageSrc: "http://img.b2bpic.net/free-photo/winter-sports-equipment-complex_482257-76748.jpg?_wi=2" },
|
||||
{ id: "g1", name: "Transformation 1", price: "View", imageSrc: "" },
|
||||
{ id: "g2", name: "Transformation 2", price: "View", imageSrc: "" },
|
||||
{ id: "g3", name: "Transformation 3", price: "View", imageSrc: "" },
|
||||
{ id: "g4", name: "Transformation 4", price: "View", imageSrc: "" },
|
||||
{ id: "g5", name: "Transformation 5", price: "View", imageSrc: "" },
|
||||
{ id: "g6", name: "Salon View", price: "View", imageSrc: "" },
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Before & After transformations and our salon aesthetic."
|
||||
|
||||
Reference in New Issue
Block a user