Merge version_1 into main #1
@@ -64,35 +64,35 @@ export default function LandingPage() {
|
||||
handle: "@valley-regular",
|
||||
testimonial: "Best shop in Bloomington. No nonsense, just great cuts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mike Smith",
|
||||
handle: "@longtime-client",
|
||||
testimonial: "Consistent, fair pricing, and they know exactly what I want.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462480.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David Wilson",
|
||||
handle: "@satisfied-patron",
|
||||
testimonial: "Always quick service and great staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/activity-home-son-playful-shirt_1262-2879.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/activity-home-son-playful-shirt_1262-2879.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Steve Johnson",
|
||||
handle: "@local-pro",
|
||||
testimonial: "Simple, efficient, and friendly experience every single time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-male-who-himself-shaving-hairdressing-salon_613910-4385.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-male-who-himself-shaving-hairdressing-salon_613910-4385.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Robert Miller",
|
||||
handle: "@regular-guy",
|
||||
testimonial: "Good old-fashioned service that is hard to find nowadays.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-senior-man-show-peace-sign-smiling-happy-old-guy-with-beard-tattoos-make-vsign-support-standing-white-background_176420-54838.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-senior-man-show-peace-sign-smiling-happy-old-guy-with-beard-tattoos-make-vsign-support-standing-white-background_176420-54838.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -162,17 +162,17 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Classic Haircuts",
|
||||
description: "Precision cuts and fades designed for your specific style and hair type.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754671.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754671.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Beard Grooming",
|
||||
description: "Expert beard trimming and shaping to keep you looking sharp.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiling-emotional-young-hairdesser-wearing-gray-apron-holding-comb-scissor-pastel-blue-color-surface_140725-154602.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiling-emotional-young-hairdesser-wearing-gray-apron-holding-comb-scissor-pastel-blue-color-surface_140725-154602.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Walk-in Friendly",
|
||||
description: "Open whenever you need us, no need to book weeks in advance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462464.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462464.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Reliable Service You Can Count On"
|
||||
@@ -191,19 +191,19 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Tom",
|
||||
role: "Master Barber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754671.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754671.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jerry",
|
||||
role: "Senior Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiling-emotional-young-hairdesser-wearing-gray-apron-holding-comb-scissor-pastel-blue-color-surface_140725-154602.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiling-emotional-young-hairdesser-wearing-gray-apron-holding-comb-scissor-pastel-blue-color-surface_140725-154602.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dan",
|
||||
role: "Grooming Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462464.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-their-hair-blown-salon_23-2150462464.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Meet Your Local Barbers"
|
||||
@@ -222,35 +222,35 @@ export default function LandingPage() {
|
||||
name: "John Doe",
|
||||
handle: "@valley-regular",
|
||||
testimonial: "Best shop in Bloomington. No nonsense, just great cuts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike Smith",
|
||||
handle: "@longtime-client",
|
||||
testimonial: "Consistent, fair pricing, and they know exactly what I want.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-child-hair-salon_23-2150462480.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Wilson",
|
||||
handle: "@satisfied-patron",
|
||||
testimonial: "Always quick service and great staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/activity-home-son-playful-shirt_1262-2879.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/activity-home-son-playful-shirt_1262-2879.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Steve Johnson",
|
||||
handle: "@local-pro",
|
||||
testimonial: "Simple, efficient, and friendly experience every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-male-who-himself-shaving-hairdressing-salon_613910-4385.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-male-who-himself-shaving-hairdressing-salon_613910-4385.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Miller",
|
||||
handle: "@regular-guy",
|
||||
testimonial: "Good old-fashioned service that is hard to find nowadays.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-senior-man-show-peace-sign-smiling-happy-old-guy-with-beard-tattoos-make-vsign-support-standing-white-background_176420-54838.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-senior-man-show-peace-sign-smiling-happy-old-guy-with-beard-tattoos-make-vsign-support-standing-white-background_176420-54838.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Neighborhood Feedback"
|
||||
|
||||
Reference in New Issue
Block a user