Update src/app/page.tsx

This commit is contained in:
2026-04-06 23:26:04 +00:00
parent 531c78722f
commit ea8d08c89f

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
href: "#contact", href: "#contact",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table-with-electric-machines_627829-6252.jpg" imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table-with-electric-machines_627829-6252.jpg?_wi=1"
imageAlt="Luxurious barbershop interior" imageAlt="Luxurious barbershop interior"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[ avatars={[
@@ -210,19 +210,19 @@ export default function LandingPage() {
id: "prod1", id: "prod1",
name: "Foundry No. 1 Pomade", name: "Foundry No. 1 Pomade",
price: "$28", price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669117.jpg?_wi=1",
}, },
{ {
id: "prod2", id: "prod2",
name: "Cast Iron Beard Balm", name: "Cast Iron Beard Balm",
price: "$24", price: "$24",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass_23-2150226107.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass_23-2150226107.jpg?_wi=1",
}, },
{ {
id: "prod3", id: "prod3",
name: "Raw Grain Exfoliant", name: "Raw Grain Exfoliant",
price: "$32", price: "$32",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-crispy-black-chips-stone_114579-87794.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-crispy-black-chips-stone_114579-87794.jpg?_wi=1",
}, },
{ {
id: "prod4", id: "prod4",
@@ -261,7 +261,7 @@ export default function LandingPage() {
quote: "Iron & Oil is a sanctuary. Silent service, sharp fades.", quote: "Iron & Oil is a sanctuary. Silent service, sharp fades.",
tag: "Client", tag: "Client",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table-with-electric-machines_627829-6252.jpg", imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table-with-electric-machines_627829-6252.jpg?_wi=2",
imageAlt: "barbershop interior dark industrial", imageAlt: "barbershop interior dark industrial",
}, },
{ {
@@ -283,7 +283,7 @@ export default function LandingPage() {
quote: "Seamless booking, literal work of art, amazing pomade.", quote: "Seamless booking, literal work of art, amazing pomade.",
tag: "Client", tag: "Client",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-unshaven-employee_1098-4075.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-unshaven-employee_1098-4075.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669117.jpg?_wi=2",
imageAlt: "pomade jar product photo", imageAlt: "pomade jar product photo",
}, },
{ {
@@ -294,7 +294,7 @@ export default function LandingPage() {
quote: "Attention to detail is on another level.", quote: "Attention to detail is on another level.",
tag: "Client", tag: "Client",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass_23-2150226107.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass_23-2150226107.jpg?_wi=2",
imageAlt: "beard balm jar minimalist", imageAlt: "beard balm jar minimalist",
}, },
{ {
@@ -305,7 +305,7 @@ export default function LandingPage() {
quote: "Best experience I've had in the city.", quote: "Best experience I've had in the city.",
tag: "Client", tag: "Client",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-bearded-male-with-stylish-haircut-drinks-glass-juice-sitting-cafe-outdoors_613910-6657.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fashionable-bearded-male-with-stylish-haircut-drinks-glass-juice-sitting-cafe-outdoors_613910-6657.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-crispy-black-chips-stone_114579-87794.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-crispy-black-chips-stone_114579-87794.jpg?_wi=2",
imageAlt: "face scrub skincare men", imageAlt: "face scrub skincare men",
}, },
]} ]}