Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-29 14:38:43 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg"
imageSrc="http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg?_wi=1"
imageAlt="Lueur Patisserie Hero Scene"
/>
</div>
@@ -82,7 +82,7 @@ export default function LandingPage() {
price: "$4.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg?_wi=1",
},
{
id: "p2",
@@ -91,7 +91,7 @@ export default function LandingPage() {
price: "$6.00",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg?_wi=1",
},
{
id: "p3",
@@ -100,7 +100,7 @@ export default function LandingPage() {
price: "$5.50",
rating: 5,
reviewCount: "88",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg?_wi=1",
},
{
id: "p4",
@@ -109,7 +109,7 @@ export default function LandingPage() {
price: "$4.00",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg?_wi=1",
},
]}
title="Best Sellers"
@@ -176,27 +176,27 @@ export default function LandingPage() {
{
id: "t1",
name: "Alice M.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg?_wi=2",
},
{
id: "t2",
name: "Julian B.",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg?_wi=2",
},
{
id: "t3",
name: "Sarah W.",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg?_wi=2",
},
{
id: "t4",
name: "Marcus D.",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg?_wi=2",
},
{
id: "t5",
name: "Elena R.",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg?_wi=2",
},
]}
/>