Merge version_1 into main #1
@@ -60,13 +60,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Mitchell", handle: "Regular Customer", testimonial: "Best barber experience I've had. The attention to detail is incredible!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=1"},
|
||||
{
|
||||
name: "Marcus Johnson", handle: "Satisfied Client", testimonial: "Professional, clean, and worth every penny. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1"},
|
||||
{
|
||||
name: "David Chen", handle: "Regular Customer", testimonial: "Great atmosphere and excellent service. Always leaves me looking sharp.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -133,9 +133,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Marcus Anderson", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Marcus Anderson - Head Barber"},
|
||||
id: "1", name: "Marcus Anderson", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=1", imageAlt: "Marcus Anderson - Head Barber"},
|
||||
{
|
||||
id: "2", name: "David Santos", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "David Santos - Senior Barber"},
|
||||
id: "2", name: "David Santos", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=2", imageAlt: "David Santos - Senior Barber"},
|
||||
{
|
||||
id: "3", name: "Chris Thompson", role: "Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Chris Thompson - Barber"},
|
||||
]}
|
||||
@@ -156,16 +156,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", handle: "@james_m", testimonial: "Best barber experience I've had in years. Marcus knows exactly what I want and delivers every time. The attention to detail is incredible!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Marcus Johnson", handle: "@marcus_style", testimonial: "Professional, clean shop, and friendly staff. Worth every penny. I've been coming here for 5 years and wouldn't go anywhere else.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "David Chen", handle: "@david_chen", testimonial: "Great atmosphere and excellent service. Always leaves me looking sharp. The fade work is some of the best I've seen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "Robert Williams", handle: "@rob_williams", testimonial: "Finally found a barbershop that understands quality. The straight razor shaves are luxurious. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=3"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user