Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28d5c8be1c | |||
| c3bcac3896 |
@@ -86,6 +86,10 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
buttons={[
|
||||||
|
{ text: "View All Products", href: "products" },
|
||||||
|
{ text: "Create Custom Order", href: "contact" }
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Savos Soft Touch", name: "Casabe Dulce", price: "$8.99", rating: 5,
|
id: "1", brand: "Savos Soft Touch", name: "Casabe Dulce", price: "$8.99", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user