Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c349d21a3 | |||
| b1ea31276b | |||
| c2b79e1d53 | |||
| 7ffa922a3e | |||
| 39d9441af3 | |||
| dacca26140 | |||
| 9033e5ae29 | |||
| 01b90c3b37 | |||
| 34df91559e | |||
| e7e3f1674f | |||
| 51fbde24de | |||
| 855cdf50b9 |
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Crushed Beef Mix", price: "From KES 800", variant: "Fresh Ground • High Protein", imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-with-spices-herbs-table_1220-7556.jpg", imageAlt: "Crushed beef dog food" },
|
||||
{ id: "1", name: "Broken dog rice", price: "From KES 800", variant: "Fresh Ground • High Protein", imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-with-spices-herbs-table_1220-7556.jpg", imageAlt: "Crushed beef dog food" },
|
||||
{ id: "2", name: "Fresh Chicken Variety", price: "From KES 750", variant: "Chicken Parts • Complete Nutrition", imageSrc: "http://img.b2bpic.net/free-photo/roast-chicken-with-sweet-pepper-berry-rice_1339-3199.jpg", imageAlt: "Fresh chicken dog food" },
|
||||
{ id: "3", name: "Premium Pork Selection", price: "From KES 850", variant: "Quality Pork • Essential Nutrients", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-meat-veggies_23-2148517677.jpg", imageAlt: "Premium pork dog food" }
|
||||
]}
|
||||
@@ -203,4 +203,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user