Update src/app/page.tsx

This commit is contained in:
2026-04-05 12:29:29 +00:00
parent bd04befcec
commit e70b87ea65

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -101,13 +101,13 @@ export default function LandingPage() {
icon: Scissors,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-barber-shop-after-getting-haircut_23-2149186513.jpg?_wi=2",
imageAlt: "barbershop interior modern style",
},
{
@@ -116,10 +116,10 @@ export default function LandingPage() {
icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-with-scissor_107420-94774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-with-scissor_107420-94774.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-with-scissor_107420-94774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-with-scissor_107420-94774.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/scissors-towel-beauty-salon_23-2148181999.jpg",
@@ -131,13 +131,13 @@ export default function LandingPage() {
icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5189.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg?_wi=3",
imageAlt: "men haircut modern style",
},
]}