Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 18:11:24 +00:00

View File

@@ -56,17 +56,17 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg"},
id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg?_wi=1"},
{
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg"},
id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg?_wi=1"},
{
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-traveler-male-dressed-fleece-shirt-wild-park-background_613910-12816.jpg"},
id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-traveler-male-dressed-fleece-shirt-wild-park-background_613910-12816.jpg?_wi=1"},
{
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg"},
id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg?_wi=1"},
{
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg"},
id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg?_wi=2"},
{
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg"},
id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg?_wi=2"},
]}
/>
</div>
@@ -85,7 +85,7 @@ export default function LandingPage() {
{
title: "Classic Hot Shaves", description: "Traditional hot towel service."},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg?_wi=3"
mediaAnimation="slide-up"
/>
</div>
@@ -117,11 +117,11 @@ export default function LandingPage() {
{
id: "g1", groupTitle: "Elite Barbers", members: [
{
id: "m1", title: "Marco", subtitle: "Fade Specialist", detail: "Expert in modern texture.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-traveler-male-dressed-fleece-shirt-wild-park-background_613910-12816.jpg"},
id: "m1", title: "Marco", subtitle: "Fade Specialist", detail: "Expert in modern texture.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-traveler-male-dressed-fleece-shirt-wild-park-background_613910-12816.jpg?_wi=2"},
{
id: "m2", title: "Sarah", subtitle: "Beard Architect", detail: "Master of straight razor shaves.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg"},
id: "m2", title: "Sarah", subtitle: "Beard Architect", detail: "Master of straight razor shaves.", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg?_wi=2"},
{
id: "m3", title: "James", subtitle: "Stylist", detail: "15+ years of barbering.", imageSrc: "http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg"},
id: "m3", title: "James", subtitle: "Stylist", detail: "15+ years of barbering.", imageSrc: "http://img.b2bpic.net/free-photo/man-disinfecting-beard-trimming-tool_23-2149167466.jpg?_wi=4"},
],
},
]}