Update src/app/page.tsx
This commit is contained in:
@@ -112,6 +112,7 @@ export default function AppPage() {
|
|||||||
{ id: "prod-5", name: "Coche Teledirigido", price: "€49.99", imageSrc: "http://img.b2bpic.net/free-photo/little-child-painting-like-artist_23-2148178265.jpg", imageAlt: "remote control car high speed" },
|
{ id: "prod-5", name: "Coche Teledirigido", price: "€49.99", imageSrc: "http://img.b2bpic.net/free-photo/little-child-painting-like-artist_23-2148178265.jpg", imageAlt: "remote control car high speed" },
|
||||||
{ id: "prod-6", name: "Kit de Plastilina Creativa", price: "€14.99", imageSrc: "http://img.b2bpic.net/free-photo/hand-tools_1048-2926.jpg", imageAlt: "play-doh creative modeling clay kit" }
|
{ id: "prod-6", name: "Kit de Plastilina Creativa", price: "€14.99", imageSrc: "http://img.b2bpic.net/free-photo/hand-tools_1048-2926.jpg", imageAlt: "play-doh creative modeling clay kit" }
|
||||||
]}
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -125,6 +126,7 @@ export default function AppPage() {
|
|||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
textboxLayout="default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -152,7 +154,7 @@ export default function AppPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Ver en Google Maps", href: "https://www.google.com/maps/search/C/+Juli%C3%A1n+Romea+2,+Bajo,+Madrid+(28003)" }
|
{ text: "Ver en Google Maps", href: "https://www.google.com/maps/search/C/+Juli%C3%A1n+Romea+2,+Bajo,+Madrid+(28003)" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="expand-hover"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user