Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-25 21:48:40 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=1",
imageAlt: "Luxurious barbershop interior",
},
{
@@ -106,7 +106,7 @@ export default function LandingPage() {
id: "haircut",
name: "Haircut",
price: "$20+",
imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg?_wi=1",
},
{
id: "beard",
@@ -176,7 +176,7 @@ export default function LandingPage() {
description: "Consistently high-rated service by our community.",
bentoComponent: "reveal-icon",
icon: Star,
imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=2",
imageAlt: "Luxury coffee shop table inside barista bar generated by AI",
},
{
@@ -184,7 +184,7 @@ export default function LandingPage() {
description: "Barbers who listen and deliver excellence.",
bentoComponent: "reveal-icon",
icon: Scissors,
imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/from-scissors-rake_23-2147778741.jpg?_wi=2",
imageAlt: "Luxury coffee shop table inside barista bar generated by AI",
},
]}