Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb953a8075 | |||
| ded5780fdc | |||
| a47ea5b207 |
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
button={{ text: "Book Your Cut Now", href: "#contact" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,13 +49,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dlovan Abdulrahman", handle: "First-time Customer", testimonial: "First time here and I was impressed. Friendly staff, no long wait, and the haircut exceeded my expectations. This is my new go-to barber shop.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Keiran Lear", handle: "Regular Customer", testimonial: "Sharp hair cut and a good price, good head massage 💆 and not a long wait", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
name: "Mark Sanders", handle: "Satisfied Client", testimonial: "Great service and quality haircut and beard trim", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -118,13 +121,17 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Dlovan Abdulrahman", role: "Regular Client", testimonial: "First time here and I was impressed. Friendly staff, no long wait, and the haircut exceeded my expectations. This is my new go-to barber shop.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "Dlovan Abdulrahman"},
|
||||
id: "1", name: "Dlovan Abdulrahman", role: "Regular Client", testimonial: "First time here and I was impressed. Friendly staff, no long wait, and the haircut exceeded my expectations. This is my new go-to barber shop.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "Dlovan Abdulrahman"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Keiran Lear", role: "Satisfied Customer", testimonial: "Sharp hair cut and a good price, good head massage 💆 and not a long wait", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5", imageAlt: "Keiran Lear"},
|
||||
id: "2", name: "Keiran Lear", role: "Satisfied Customer", testimonial: "Sharp hair cut and a good price, good head massage 💆 and not a long wait", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=5", imageAlt: "Keiran Lear"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mark Sanders", role: "Loyal Client", testimonial: "Great service and quality haircut and beard trim", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=6", imageAlt: "Mark Sanders"},
|
||||
id: "3", name: "Mark Sanders", role: "Loyal Client", testimonial: "Great service and quality haircut and beard trim", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=6", imageAlt: "Mark Sanders"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", role: "Returning Customer", testimonial: "Best barbershop in town. The barbers are skilled professionals who truly care about their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=7", imageAlt: "James Wilson"},
|
||||
id: "4", name: "James Wilson", role: "Returning Customer", testimonial: "Best barbershop in town. The barbers are skilled professionals who truly care about their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=7", imageAlt: "James Wilson"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user