Merge version_1 into main #1
@@ -66,41 +66,41 @@ export default function LandingPage() {
|
||||
imageAlt: "Fresh farm produce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-with-eggplants-basket-with-parsley-bowl-wooden-background_141793-51195.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-with-eggplants-basket-with-parsley-bowl-wooden-background_141793-51195.jpg?_wi=1",
|
||||
imageAlt: "Organic vegetables",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-artisan-gray-bread-top-view-whole-grain-bread-cutting-board-farm-products-artisan-delicious-bread_166373-3518.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-artisan-gray-bread-top-view-whole-grain-bread-cutting-board-farm-products-artisan-delicious-bread_166373-3518.jpg?_wi=1",
|
||||
imageAlt: "Artisan bread",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139476.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139476.jpg?_wi=1",
|
||||
imageAlt: "Deli meats",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-fresh-apple-pie-with-knife-almonds_23-2148432396.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-fresh-apple-pie-with-knife-almonds_23-2148432396.jpg?_wi=1",
|
||||
imageAlt: "Apple cake",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-vegetable-soup-bowl_23-2148834719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-vegetable-soup-bowl_23-2148834719.jpg?_wi=1",
|
||||
imageAlt: "Comfort meals",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=1",
|
||||
imageAlt: "Happy shopper",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176486.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176486.jpg?_wi=1",
|
||||
imageAlt: "Local family",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-getting-display-window-japanese-hairdressers-ready_23-2149395754.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-getting-display-window-japanese-hairdressers-ready_23-2149395754.jpg?_wi=1",
|
||||
imageAlt: "Storefront",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fittonia-plant-white-pot-wooden-cabinet_53876-123022.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fittonia-plant-white-pot-wooden-cabinet_53876-123022.jpg?_wi=1",
|
||||
imageAlt: "Healthy plants",
|
||||
},
|
||||
]}
|
||||
@@ -191,37 +191,37 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Crisp Vegetables",
|
||||
price: "Daily Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-with-eggplants-basket-with-parsley-bowl-wooden-background_141793-51195.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-with-eggplants-basket-with-parsley-bowl-wooden-background_141793-51195.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Artisan Bread",
|
||||
price: "Fresh Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-artisan-gray-bread-top-view-whole-grain-bread-cutting-board-farm-products-artisan-delicious-bread_166373-3518.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-artisan-gray-bread-top-view-whole-grain-bread-cutting-board-farm-products-artisan-delicious-bread_166373-3518.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Deli Meats & Cheeses",
|
||||
price: "Top Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139476.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139476.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jewish Apple Cake",
|
||||
price: "Famous",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-fresh-apple-pie-with-knife-almonds_23-2148432396.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-fresh-apple-pie-with-knife-almonds_23-2148432396.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Healthy Plants",
|
||||
price: "Great Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fittonia-plant-white-pot-wooden-cabinet_53876-123022.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fittonia-plant-white-pot-wooden-cabinet_53876-123022.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Homemade Comfort Meals",
|
||||
price: "Delicious",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-vegetable-soup-bowl_23-2148834719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-vegetable-soup-bowl_23-2148834719.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Freshness You Can Taste"
|
||||
@@ -241,7 +241,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahj",
|
||||
testimonial: "The staff treats you like family! Best neighborhood gem ever.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -273,7 +273,7 @@ export default function LandingPage() {
|
||||
handle: "@jlee",
|
||||
testimonial: "Shopping here feels like a treat, not a chore. Everyone is so welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176486.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176486.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
@@ -306,7 +306,7 @@ export default function LandingPage() {
|
||||
placeholder: "How can we help you today?",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-getting-display-window-japanese-hairdressers-ready_23-2149395754.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-getting-display-window-japanese-hairdressers-ready_23-2149395754.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user