Update src/app/page.tsx

This commit is contained in:
2026-03-31 17:54:29 +00:00
parent d33940aa6f
commit 313cb0706f

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{
text: "Commander Maintenant", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg?_wi=1"
imageAlt="Luxurious Italian espresso machine"
/>
</div>
@@ -65,23 +65,23 @@ export default function LandingPage() {
{
id: 1,
title: "Système 15 Bars", description: "Extraction parfaite pour un espresso riche et aromatique à chaque fois.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg", imageAlt: "15 Bar Pressure"},
imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg?_wi=2", imageAlt: "15 Bar Pressure"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg", imageAlt: "15 Bar Pressure"}
imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187539.jpg?_wi=3", imageAlt: "15 Bar Pressure"}
},
{
id: 2,
title: "Mousseur à Lait", description: "Créez une mousse de lait onctueuse digne d'un barista professionnel.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg", imageAlt: "Milk Frother"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg?_wi=1", imageAlt: "Milk Frother"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg", imageAlt: "Milk Frother"}
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg?_wi=2", imageAlt: "Milk Frother"}
},
{
id: 3,
title: "Garantie 2 Ans", description: "Une protection durable pour votre tranquillité d'esprit.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg", imageAlt: "Warranty"},
imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg?_wi=1", imageAlt: "Warranty"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg", imageAlt: "Warranty"}
imageSrc: "http://img.b2bpic.net/free-vector/pack-golden-stickers-vintage-style_23-2147623598.jpg?_wi=2", imageAlt: "Warranty"}
}
]}
showStepNumbers={false}