Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -82,15 +82,15 @@ export default function SurveyPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "P1", name: "Rango de Edad", price: "26-40, 18-25, 41-60", rating: 5,
|
||||
reviewCount: "4 opciones", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg", imageAlt: "Pregunta 1"
|
||||
reviewCount: "4 opciones", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg?_wi=1", imageAlt: "Pregunta 1"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "P2", name: "Género", price: "Femenino, Masculino", rating: 5,
|
||||
reviewCount: "2 opciones", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg", imageAlt: "Pregunta 2"
|
||||
reviewCount: "2 opciones", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg?_wi=2", imageAlt: "Pregunta 2"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "P3", name: "Horas en Celular", price: "3-5, Más de 5h, 1-3h", rating: 5,
|
||||
reviewCount: "4 opciones", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg", imageAlt: "Pregunta 3"
|
||||
reviewCount: "4 opciones", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg?_wi=3", imageAlt: "Pregunta 3"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user