Merge version_1 into main #1
@@ -64,6 +64,7 @@ export default function LandingPage() {
|
||||
imageAlt="Professional barber portrait"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,11 +79,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic haircuts", "Rushed appointments", "One-size-fits-all approach"],
|
||||
"Generic haircuts", "Rushed appointments", "One-size-fits-all approach"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Custom haircuts tailored to your style", "Relaxed, quality appointments", "Personalized grooming consultation", "Professional straight razor shaves", "Beard trimming and styling", "Expert fades and detailing"],
|
||||
"Custom haircuts tailored to your style", "Relaxed, quality appointments", "Personalized grooming consultation", "Professional straight razor shaves", "Beard trimming and styling", "Expert fades and detailing"
|
||||
],
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,13 +94,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Carlos Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Carlos Rodriguez"},
|
||||
id: "1", name: "Carlos Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Carlos Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Miguel Santos", imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", imageAlt: "Miguel Santos"},
|
||||
id: "2", name: "Miguel Santos", imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-man-busines-clothes-with-crossed-arms-looking-camera-gray_171337-11335.jpg", imageAlt: "Miguel Santos"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Juan Flores", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-male-studio-people_1187-6060.jpg", imageAlt: "Juan Flores"},
|
||||
id: "3", name: "Juan Flores", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fresh-male-studio-people_1187-6060.jpg", imageAlt: "Juan Flores"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Pedro Gutierrez", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-white-shirt-counting-money-smiling-satisfied-standing-white-backg_1258-112560.jpg", imageAlt: "Pedro Gutierrez"},
|
||||
id: "4", name: "Pedro Gutierrez", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-white-shirt-counting-money-smiling-satisfied-standing-white-backg_1258-112560.jpg", imageAlt: "Pedro Gutierrez"
|
||||
},
|
||||
]}
|
||||
cardTitle="Trusted by hundreds of satisfied clients in Mira Lima for professional cuts and quality service"
|
||||
cardTag="Client Reviews"
|
||||
|
||||
Reference in New Issue
Block a user