Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -100,11 +100,11 @@ export default function LandingPage() {
|
||||
tagIcon={Sprout}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Heirloom Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Fresh heirloom tomatoes"},
|
||||
id: "1", name: "Heirloom Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=1", imageAlt: "Fresh heirloom tomatoes"},
|
||||
{
|
||||
id: "2", name: "Organic Kale Bundle", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Organic kale bundle"},
|
||||
id: "2", name: "Organic Kale Bundle", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=2", imageAlt: "Organic kale bundle"},
|
||||
{
|
||||
id: "3", name: "Local Honey", price: "$12.99/jar", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Local honey jar"},
|
||||
id: "3", name: "Local Honey", price: "$12.99/jar", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=3", imageAlt: "Local honey jar"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user