Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df3710ec8d |
@@ -26,7 +26,7 @@ export default function Accordion({ datas }) {
|
||||
</span>
|
||||
</div>
|
||||
<div className="accordion-title w-full">
|
||||
<p className="text-18 tracking-wide text-dark-gray dark:text-white">
|
||||
<p className="text-18 tracking-wide text-dark-gray dark:text-white cursor-default">
|
||||
{datas.title}
|
||||
</p>
|
||||
</div>
|
||||
@@ -35,7 +35,7 @@ export default function Accordion({ datas }) {
|
||||
<div className="accordion-body-content flex space-x-4 sm:pl-10 pl-5 pt-5">
|
||||
<div className="w-[3px] h-auto bg-purple rounded-[28px]"></div>
|
||||
<div className="flex-1">
|
||||
<p className="text-base text-thin-light-gray tracking-wide">
|
||||
<p className="text-base text-thin-light-gray tracking-wide cursor-default">
|
||||
{datas.content}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
+12
-17
@@ -2,38 +2,33 @@
|
||||
"datas": [
|
||||
{
|
||||
"id": 0,
|
||||
"title": "Can I resell an NFT?",
|
||||
"content": "What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game. What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game"
|
||||
"title": "What is myFit App?",
|
||||
"content": "myFit is your personal health care concierge. this app helps you to manage the intricacies of your daily and long term health activities. With myFit, your health record is yours at all point, you decide your provider access as needed from time to time."
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"title": "What can you do with an NFT after buying it?",
|
||||
"content": "What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game."
|
||||
"title": "How can I manage my health plan with myFit?",
|
||||
"content": "myFit learns and help You to keep track of all aspects of your health - physical, mental and emotional. It bestow your unique lifestyle, needs and comprehensive well-being."
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Can you lose money on NFT?",
|
||||
"content": "What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game."
|
||||
"title": "What can I track with myFit?",
|
||||
"content": "myFit automatically keeps track of physical activities, medical status & visits , schedules ,view and cancel appointments. myFit keeps your health in one place and connects you to support a healthier lifestyle."
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "How does NFT prove ownership?",
|
||||
"content": "What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game."
|
||||
"title": "How can I track with myFit?",
|
||||
"content": "Open myFit app , add information about your health, goals and save.Under each category of your choosing, select Activity, set a goal , see your progress."
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "How can you tell if someone owns an NFT?",
|
||||
"content": "What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game."
|
||||
"title": "How secure is myFit App?",
|
||||
"content": "myFit technology works synchronously with information you choose to share and will be encrypted and stored on a dedicated server so that MyFit can provide you with personalized, healthy decisions. MyFit is built to keep your data secure and protect your privacy. Your data is encrypted and you are always in control of your information."
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Can you lose more than you invest in NFTs?",
|
||||
"content": "What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game."
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "What can you do with an NFT after buying it?",
|
||||
"content": "What you do own when you buy an NFT are the keys to a non-fungible – perhaps unique – token. That token is yours to trade or hold or display in Decentraland. But the digital file associated with an NFT is just as easy to copy and paste and download as any other – the Finally, players lose their NFTs sometimes according to the rules and regulations of the NFT game."
|
||||
"title": "What kind of device do I need?",
|
||||
"content": "All you need is iPhone or Android device to enjoy all personalized metrics for personal use. Instant free download from apple and play store."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user