Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75d5a2ae09 | |||
| f9ab159767 | |||
| 06b9f04545 | |||
| f72aa866ae |
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -86,15 +86,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Los 3 Garcia", name: "Madera para Construcción", price: "Consultar", rating: 5,
|
id: "1", brand: "Los 3 Garcia", name: "Madera para Construcción", price: "A partir de $150/pieza", rating: 5,
|
||||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/wood-different-types_23-2147773368.jpg?_wi=1", imageAlt: "Vigas y polines para construcción"
|
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/wood-different-types_23-2147773368.jpg?_wi=1", imageAlt: "Vigas y polines para construcción"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "Los 3 Garcia", name: "Madera para Carpintería", price: "Consultar", rating: 5,
|
id: "2", brand: "Los 3 Garcia", name: "Madera para Carpintería", price: "A partir de $200/pieza", rating: 5,
|
||||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/handyman-occupation-craftsmanship-carpentry-concept_53876-23060.jpg", imageAlt: "Madera fina para muebles y acabados"
|
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/handyman-occupation-craftsmanship-carpentry-concept_53876-23060.jpg", imageAlt: "Madera fina para muebles y acabados"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "Los 3 Garcia", name: "Triplay y Derivados", price: "Consultar", rating: 5,
|
id: "3", brand: "Los 3 Garcia", name: "Triplay y Derivados", price: "A partir de $180/pieza", rating: 5,
|
||||||
reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12831.jpg", imageAlt: "Triplay y paneles para construcción"
|
reviewCount: "98+", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12831.jpg", imageAlt: "Triplay y paneles para construcción"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user