From e13e630cd6e4fc0b1ff92098a28a770794c7bb9a Mon Sep 17 00:00:00 2001 From: gabrhr <73925454+gabrhr@users.noreply.github.com> Date: Wed, 20 Apr 2022 10:19:29 -0500 Subject: =?UTF-8?q?A=C3=B1adir=20plantilla?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Base para front --- front/odiparpack/app/api/carouselData.js | 58 ++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 front/odiparpack/app/api/carouselData.js (limited to 'front/odiparpack/app/api/carouselData.js') diff --git a/front/odiparpack/app/api/carouselData.js b/front/odiparpack/app/api/carouselData.js new file mode 100644 index 0000000..d21dede --- /dev/null +++ b/front/odiparpack/app/api/carouselData.js @@ -0,0 +1,58 @@ +const carouselData = [ + { + background: '#E91E63', + title: 'Feature', + desc: 'Vestibulum tempor, sem et molestie egestas, dui tortor laoreet tellus.', + icon: 'flag', + }, + { + background: '#0091EA', + title: 'Unlimited', + desc: 'Aliquam nec ex aliquet, aliquam neque non, gravida est.', + icon: 'all_inclusive', + }, + { + background: '#00BFA5', + title: 'Complete', + desc: 'Vestibulum bibendum nisi eget magna malesuada', + icon: 'done', + }, + { + background: '#F57F17', + title: 'Easy', + desc: 'Vestibulum tempor, sem et molestie egestas, dui tortor laoreet tellus.', + icon: 'extension', + }, + { + background: '#7CB342', + title: 'Satisfy', + desc: 'Aliquam nec ex aliquet, aliquam neque non, gravida est.', + icon: 'mood', + }, + { + background: '#546E7A', + title: 'Public', + desc: 'Quisque a consequat ante, at volutpat enim. Aenean sit amet magna vel magna', + icon: 'public', + }, + { + background: '#00ACC1', + title: 'Awesome', + desc: 'Vestibulum tempor, sem et molestie egestas, dui tortor laoreet tellus.', + icon: 'thumb_up', + }, + { + background: '#C51162', + title: 'Safeguard', + desc: 'Quisque a consequat ante, at volutpat enim. Aenean sit amet magna vel magna', + icon: 'lock', + }, + { + background: '#7C4DFF', + title: 'Favorite', + desc: ' Aenean facilisis vitae purus facilisis semper.', + icon: 'favorite', + }, +]; + +export default carouselData; -- cgit v1.2.3