module Data exposing (..) -- this is our data or data for list of Dicts data = [ "Sorry, there is no match to your text, please be more specific" , "What is the return policy?" , "What are the shipping Options?" , "What are the international taxes, duties, etc. that I have to pay?" , "When will I receive my order?" , "What do I do if I never received my order?" , "What do I do if I received a defective order?" , "How do I make changes to an order I’ve already placed?" , "Where are you located?" , "How is the product made? Where do the materials come from?" , "How do I make sure I order the right size?" , "How do I contact your company if my question isn’t answered here?" , "What is the status of my order?" , "Can I change my order?" , "Where do you ship?" , "How long does it take to ship my order?" , "What payment methods do you accept?" , "Which currency will I be charged in?" , "Do you offer 3 or 4 times payment option?" , "Where do you ship currently?" , "How long does it take to ship my order?" , "Do you offer fast shipping?" , "How can I track my package?" , "What if I'm not home?" , "Will I pay taxes for international shipping?" , "Do you accept returns?" , "Can I exchange an item?" , "Are returns free?" , "How long does it take to process a return?" , "Do you offer a referral program? How does it work?" , "Do you have physical stores?" , "Is there a warranty?" ]