Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf063816f |
@@ -98,17 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Mexican Burger", price: "From $8.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868198.jpg"},
|
||||
id: "p1", name: "Mexican Burger", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-arrangement_23-2148868198.jpg"},
|
||||
{
|
||||
id: "p2", name: "Premium Raw Beef", price: "From $5.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/ham-counter-market_1398-2259.jpg"},
|
||||
id: "p2", name: "Premium Raw Beef", price: "By Weight", imageSrc: "http://img.b2bpic.net/free-photo/ham-counter-market_1398-2259.jpg"},
|
||||
{
|
||||
id: "p3", name: "Marinated Meats", price: "From $7.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-meat-wooden-tray-garlic-green-ketchup-chopped-pepper-oil-bottle-dark-background_140725-141515.jpg"},
|
||||
id: "p3", name: "Marinated Meats", price: "Ready-to-Cook", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-red-meat-wooden-tray-garlic-green-ketchup-chopped-pepper-oil-bottle-dark-background_140725-141515.jpg"},
|
||||
{
|
||||
id: "p4", name: "Garden Fresh Produce", price: "From $1.49/lb", imageSrc: "http://img.b2bpic.net/free-photo/different-colorful-fresh-vegetables-concrete-surface_114579-5395.jpg"},
|
||||
id: "p4", name: "Garden Fresh Produce", price: "Local", imageSrc: "http://img.b2bpic.net/free-photo/different-colorful-fresh-vegetables-concrete-surface_114579-5395.jpg"},
|
||||
{
|
||||
id: "p5", name: "Traditional Sides", price: "From $3.99", imageSrc: "http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25820.jpg"},
|
||||
id: "p5", name: "Traditional Sides", price: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/nam-phrik-kapi-with-chili-lemon-wooden-floor_1150-25820.jpg"},
|
||||
{
|
||||
id: "p6", name: "Everyday Staples", price: "From $2.49", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurant-with-assembled-chairs-tables-small-tree-front-entrance-nikiti-greece_1268-16660.jpg"},
|
||||
id: "p6", name: "Everyday Staples", price: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/terrace-restaurant-with-assembled-chairs-tables-small-tree-front-entrance-nikiti-greece_1268-16660.jpg"},
|
||||
]}
|
||||
title="Popular Market Selections"
|
||||
description="Discover our hand-picked selection of fresh daily essentials and local favorites, crafted with care for your table."
|
||||
@@ -213,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user