Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #7.
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-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>
|
||||
|
||||
@@ -125,6 +126,7 @@ export default function AppPage() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -152,7 +154,7 @@ export default function AppPage() {
|
||||
buttons={[
|
||||
{ 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" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user