Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 16:14:34 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
handle: "@elena_r",
testimonial: "The best delivery experience I've had. Truly fresh.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg?_wi=1",
imageAlt: "gourmet food table top view",
},
{
@@ -71,7 +71,7 @@ export default function LandingPage() {
handle: "@marks_food",
testimonial: "Incredible quality. Tastes like a 5-star restaurant.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg?_wi=1",
imageAlt: "fresh organic vegetables market",
},
{
@@ -79,7 +79,7 @@ export default function LandingPage() {
handle: "@sarah_p",
testimonial: "Consistent, delicious, and always on time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg?_wi=1",
imageAlt: "gourmet burger close up",
},
{
@@ -87,7 +87,7 @@ export default function LandingPage() {
handle: "@davew",
testimonial: "My new favorite way to dine at home.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg?_wi=1",
imageAlt: "pasta dish with herbs",
},
{
@@ -95,11 +95,11 @@ export default function LandingPage() {
handle: "@lila_k",
testimonial: "Fresh, healthy, and absolutely wonderful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg?_wi=1",
imageAlt: "fresh salad bowl colorful",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fresh-vegetables-eggs-rice-grains-puffed-rice-cake-wooden-desk_23-2148062363.jpg?_wi=2"
mediaAnimation="blur-reveal"
avatars={[
{
@@ -187,19 +187,19 @@ export default function LandingPage() {
id: "1",
name: "Classic Burger",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751987.jpg?_wi=2",
},
{
id: "2",
name: "Garden Pasta",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-caesar-salad_140725-296.jpg?_wi=2",
},
{
id: "3",
name: "Harvest Bowl",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-carrots-cabbage-greens-cup-marble_114579-65116.jpg?_wi=2",
},
{
id: "4",
@@ -285,7 +285,7 @@ export default function LandingPage() {
placeholder: "Tell us more...",
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fresh-parsley-vegetables_23-2147694205.jpg?_wi=2"
/>
</div>