Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-18 13:54:57 +00:00

View File

@@ -77,12 +77,12 @@ export default function LandingPage() {
carouselItems={[
{
id: "c1",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg?_wi=1",
imageAlt: "luxury beauty studio portrait",
},
{
id: "c2",
imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg?_wi=1",
imageAlt: "professional makeup artist work",
},
{
@@ -157,7 +157,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg?_wi=2",
imageAlt: "skincare product close up",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg?_wi=2",
imageAlt: "skincare product close up",
},
]}