Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c13c55e51 | |||
| 4773c8d73e | |||
| 5cd6aabb1c | |||
| 828cf0b0a1 | |||
| 3a55bc0d97 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
{ text: "View Offers", href: "#products" },
|
{ text: "View Offers", href: "#products" },
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/store-with-limited-number-persons_52683-39754.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-supermarket-department-store_1203-8782.jpg?id=1136080"
|
||||||
imageAlt="TSN MART Supermarket"
|
imageAlt="TSN MART Supermarket"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
@@ -78,16 +78,16 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "TSN MART", name: "Fresh Produce", price: "Affordable Daily", rating: 5,
|
id: "1", brand: "Skin Care Products", name: "", price: "Affordable Daily", rating: 5,
|
||||||
reviewCount: "234 customers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-bell-peppers-quince-cumcuats-cauliflower-blue-background_140725-145321.jpg", imageAlt: "Fresh produce selection"
|
reviewCount: "234 customers", imageSrc: "http://img.b2bpic.net/premium-photo/colorful-display-skincare-products-wooden-shelves-bright-inviting-spa-setting-afternoon_93675-252921.jpg?id=327867832", imageAlt: "Fresh produce selection"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "TSN MART", name: "Kitchen Essentials", price: "Best Value", rating: 5,
|
id: "2", brand: "Skin Care Products", name: "Kitchen Essentials", price: "Best Value", rating: 5,
|
||||||
reviewCount: "189 customers", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-glass-containers_23-2148927395.jpg", imageAlt: "Kitchen essentials and utensils"
|
reviewCount: "189 customers", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-glass-containers_23-2148927395.jpg", imageAlt: "Kitchen essentials and utensils"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "TSN MART", name: "Home Products", price: "Great Deals", rating: 5,
|
id: "3", brand: "Skin Care Products", name: "Home Products", price: "Great Deals", rating: 5,
|
||||||
reviewCount: "156 customers", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-composition-with-copyspace_23-2148133343.jpg", imageAlt: "Home care and household products"
|
reviewCount: "156 customers", imageSrc: "http://img.b2bpic.net/premium-photo/neatly-organized-storage-shelf-brimming-with-various-household-cleaning-products-each-arranged-by-size-type_95891-110298.jpg?id=318441807", imageAlt: "Home care and household products"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
@@ -225,4 +225,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user