Update src/app/page.tsx

This commit is contained in:
2026-05-12 00:38:58 +00:00
parent 7402d1f96b
commit 10b5282877

View File

@@ -69,11 +69,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg?_wi=1",
imageAlt: "luxury boutique interior warm tones",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg?_wi=1",
imageAlt: "boutique interior shopping atmosphere",
},
{
@@ -100,7 +100,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Notre Histoire"
description="Née d'une passion pour le design et l'artisanat, notre boutique vous propose une sélection d'objets et de vêtements alliant modernité et intemporalité."
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg"
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg?_wi=1"
imageAlt="boutique owner working warm lighting"
/>
</div>
@@ -175,7 +175,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg?_wi=2",
imageAlt: "handmade quality symbol",
},
{
@@ -187,7 +187,7 @@ export default function LandingPage() {
},
items: [],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg?_wi=2",
imageAlt: "handmade quality symbol",
},
{
@@ -199,7 +199,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg?_wi=2",
imageAlt: "handmade quality symbol",
},
]}