Update src/app/page.tsx
This commit is contained in:
@@ -81,18 +81,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Classic Haircuts", description: "Timeless cuts with expert precision. From fades to tapers, we deliver the perfect style every time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60236.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60236.jpg" }
|
||||
title: "Classic Haircuts", description: "Timeless cuts with expert precision. From fades to tapers, we deliver the perfect style every time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60236.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60236.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Beard Grooming", description: "Professional beard trimming and shaping. Keep your beard looking distinguished with our expert care.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754698.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754698.jpg" }
|
||||
title: "Beard Grooming", description: "Professional beard trimming and shaping. Keep your beard looking distinguished with our expert care.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754698.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754698.jpg?_wi=2" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Straight Razor Shaves", description: "Experience the luxury of a traditional straight razor shave. Pure relaxation and smooth results.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-3721.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-3721.jpg" }
|
||||
title: "Straight Razor Shaves", description: "Experience the luxury of a traditional straight razor shave. Pure relaxation and smooth results.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-3721.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-3721.jpg?_wi=2" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -111,13 +111,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "barber-1", name: "Marco Rossi", role: "Head Barber & Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60236.jpg"
|
||||
id: "barber-1", name: "Marco Rossi", role: "Head Barber & Owner", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-blonde-male-barber-uniform-holds-face-trimming-beard-with-hair-clipper-isolated-green-space-with-copy-space_141793-60236.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "barber-2", name: "Antonio Benedetti", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754698.jpg"
|
||||
id: "barber-2", name: "Antonio Benedetti", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754698.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "barber-3", name: "Vincent Moretti", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-3721.jpg"
|
||||
id: "barber-3", name: "Vincent Moretti", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-middle-age-bearded-male-dressed-plaid-flannel-shirt-grey-background_613910-3721.jpg?_wi=3"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user